|
11 | 11 | * package requires for migration schematics. |
12 | 12 | */ |
13 | 13 |
|
14 | | -export {createForwardRefResolver} from '../src/ngtsc/annotations'; |
15 | | -export {AbsoluteFsPath} from '../src/ngtsc/file_system'; |
16 | | -export {Reference} from '../src/ngtsc/imports'; |
| 14 | +export { |
| 15 | + createForwardRefResolver, |
| 16 | + ExternalTemplateDeclaration, |
| 17 | + extractDecoratorQueryMetadata, |
| 18 | + extractTemplate, |
| 19 | + findAngularDecorator, |
| 20 | + getAngularDecorators, |
| 21 | + InlineTemplateDeclaration, |
| 22 | + queryDecoratorNames, |
| 23 | + QueryFunctionName, |
| 24 | + ResourceLoader, |
| 25 | + unwrapExpression, |
| 26 | + parseDecoratorInputTransformFunction, |
| 27 | +} from '../src/ngtsc/annotations'; |
| 28 | +export { |
| 29 | + AbsoluteFsPath, |
| 30 | + FileSystem, |
| 31 | + getFileSystem, |
| 32 | + isLocalRelativePath, |
| 33 | + NodeJSFileSystem, |
| 34 | +} from '../src/ngtsc/file_system'; |
| 35 | +export {CompilationMode} from '../src/ngtsc/transform'; |
| 36 | + |
| 37 | +export { |
| 38 | + DiagnosticCategoryLabel, |
| 39 | + NgCompiler, |
| 40 | + NgCompilerOptions, |
| 41 | + UnifiedModulesHost, |
| 42 | +} from '../src/ngtsc/core'; |
| 43 | +export {Reference, ReferenceEmitter, ReferenceEmitKind} from '../src/ngtsc/imports'; |
| 44 | +export { |
| 45 | + DecoratorInputTransform, |
| 46 | + DtsMetadataReader, |
| 47 | + MetadataReader, |
| 48 | + DirectiveMeta, |
| 49 | + InputMapping, |
| 50 | +} from '../src/ngtsc/metadata'; |
17 | 51 | export { |
18 | 52 | DynamicValue, |
19 | 53 | PartialEvaluator, |
20 | 54 | ResolvedValue, |
21 | 55 | ResolvedValueMap, |
22 | 56 | StaticInterpreter, |
23 | 57 | } from '../src/ngtsc/partial_evaluator'; |
24 | | -export {reflectObjectLiteral, TypeScriptReflectionHost} from '../src/ngtsc/reflection'; |
| 58 | +export { |
| 59 | + ClassDeclaration, |
| 60 | + Decorator, |
| 61 | + ReflectionHost, |
| 62 | + reflectObjectLiteral, |
| 63 | + TypeScriptReflectionHost, |
| 64 | +} from '../src/ngtsc/reflection'; |
25 | 65 | export { |
26 | 66 | PotentialImport, |
27 | 67 | PotentialImportKind, |
28 | 68 | PotentialImportMode, |
| 69 | + SymbolKind, |
29 | 70 | TemplateTypeChecker, |
30 | 71 | } from '../src/ngtsc/typecheck/api'; |
| 72 | + |
| 73 | +export {getRootDirs} from '../src/ngtsc/util/src/typescript'; |
| 74 | + |
| 75 | +export {FatalDiagnosticError} from '../src/ngtsc/diagnostics'; |
| 76 | +export {isShim} from '../src/ngtsc/shims'; |
31 | 77 | export {ImportManager} from '../src/ngtsc/translator'; |
0 commit comments