Revert "refactor(compiler): further minor fixes"

This reverts commit 3d407fc010.
This commit is contained in:
Tobias Bosch
2016-11-23 12:08:41 -08:00
parent 1f4fa28fac
commit 1733ea09bd
2 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@
* found in the LICENSE file at https://angular.io/license
*/
export {Extractor, ExtractorHost, ExtractorOptions} from './extractor';
export {I18NHtmlParser} from './i18n_html_parser';
export {MessageBundle} from './message_bundle';
export {Serializer} from './serializers/serializer';
export {Xliff} from './serializers/xliff';
export {Xmb} from './serializers/xmb';
export {Xtb} from './serializers/xtb';
export * from './extractor';