Revert "refactor(compiler): renames"

This reverts commit 38be2b81c6.
This commit is contained in:
Tobias Bosch
2016-11-23 12:08:45 -08:00
parent 593e05dc97
commit 9946ac5cc7
15 changed files with 86 additions and 92 deletions

View File

@ -8,7 +8,7 @@
export {AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol} from '@angular/compiler';
export {CodeGenerator} from './src/codegen';
export {CompilerHost, CompilerHostContext, NodeCompilerHostContext} from './src/compiler_host';
export {Extractor} from './src/extractor';
export {NgHost, NgHostContext, NodeNgHostContext} from './src/ng_host';
export * from '@angular/tsc-wrapped';