Revert "refactor(compiler): add createAotCompiler factory"

This reverts commit 170525a225.
This commit is contained in:
Tobias Bosch
2016-11-23 12:09:07 -08:00
parent 453c758d1a
commit e122f6bf0f
13 changed files with 100 additions and 174 deletions

View File

@ -25,7 +25,6 @@ export * from './src/template_parser/template_ast';
export {TEMPLATE_TRANSFORMS} from './src/template_parser/template_parser';
export {CompilerConfig, RenderTypes} from './src/config';
export * from './src/compile_metadata';
export * from './src/aot/compiler_factory';
export * from './src/aot/compiler';
export * from './src/aot/compiler_host';
export * from './src/aot/static_reflector';