This ensures we run in a clean directory, using our real distribution. It finds bugs like @internal APIs needed to type-check in the offline compiler, as well as problems in package.json. Also move tsc-wrapped under tools/@angular
6 lines
248 B
TypeScript
6 lines
248 B
TypeScript
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';
|