Revert "refactor(compiler): move static_reflector into @angular/compiler and rename files"

This reverts commit 8f295287a2.
This commit is contained in:
Tobias Bosch
2016-11-23 12:09:10 -08:00
parent 76f53f929c
commit 69572ac2f1
18 changed files with 114 additions and 125 deletions

View File

@ -6,9 +6,9 @@
* found in the LICENSE file at https://angular.io/license
*/
export {StaticReflector, StaticReflectorHost, StaticSymbol} from '@angular/compiler';
export {CodeGenerator} from './src/codegen';
export {Extractor} from './src/extractor';
export {NodeReflectorHostContext, ReflectorHost, ReflectorHostContext} from './src/reflector_host';
export {StaticReflector, StaticReflectorHost, StaticSymbol} from './src/static_reflector';
export * from '@angular/tsc-wrapped';