angular-cn/tools/@angular/tsc-wrapped/index.ts

7 lines
249 B
TypeScript
Raw Normal View History

2016-06-08 14:14:43 -04:00
export {MetadataWriterHost, TsickleHost} from './src/compiler_host';
export {CodegenExtension, main} from './src/main';
export {default as AngularCompilerOptions} from './src/options';
export * from './src/collector';
export * from './src/schema';