Revert "refactor(compiler): move findDeclaration into the StaticReflector"

This reverts commit e7025c9423.
This commit is contained in:
Tobias Bosch
2016-11-23 12:09:09 -08:00
parent ba52f2f252
commit 76f53f929c
13 changed files with 704 additions and 612 deletions

View File

@ -26,7 +26,6 @@ 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';
export * from './src/aot/compiler_host';
export * from './src/aot/static_reflector';
export * from './src/aot/static_reflection_capabilities';
export * from './src/aot/static_symbol';