mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
14 lines
368 B
TypeScript
14 lines
368 B
TypeScript
// In order to keep refactoring low, simply export from ast-tools.
|
|
// TODO: move all dependencies of this file to ast-tools directly.
|
|
export {
|
|
getSource,
|
|
getSourceNodes,
|
|
findNodes,
|
|
insertAfterLastOccurrence,
|
|
getContentOfKeyLiteral,
|
|
getDecoratorMetadata,
|
|
addDeclarationToModule,
|
|
addProviderToModule,
|
|
addExportToModule
|
|
} from '@angular-cli/ast-tools';
|