UNPKG

212 BTypeScriptView Raw
1/**
2 * @module
3 * @description
4 * Starting point to import all compiler APIs.
5 */
6export * from './src/compiler/url_resolver';
7export * from './src/compiler/xhr';
8export * from './src/compiler/compiler';