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
4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
export {CodeGenerator} from './src/codegen';
|
|
export {NodeReflectorHost} from './src/reflector_host';
|
|
export * from '@angular/tsc-wrapped';
|