chore(ngc): refactor out tsc-wrapped
This allows angular's build to depend on some extensions, but not on code generation, and breaks a cycle in the angular build We now merge ts-metadata-collector into tsc-wrapped and stop publishing the former.
This commit is contained in:
5
tools/tsc-wrapped/index.ts
Normal file
5
tools/tsc-wrapped/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export {TsickleHost, MetadataWriterHost} from './src/compiler_host';
|
||||
export {main, CodegenExtension} from './src/main';
|
||||
export {default as AngularCompilerOptions} from './src/options';
|
||||
export * from './src/collector';
|
||||
export * from './src/schema';
|
Reference in New Issue
Block a user