mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
eba6e7946d
This also does no more depend on a version on npm for the compiler_cli. Also runs the tests for tools/metadata
4 lines
170 B
TypeScript
4 lines
170 B
TypeScript
export {CodeGenerator} from './src/codegen';
|
|
export {NodeReflectorHost} from './src/reflector_host';
|
|
export {TsickleHost, MetadataWriterHost} from './src/compiler_host';
|