9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
/**
|
|
* @module
|
|
* @description
|
|
* Starting point to import all compiler APIs.
|
|
*/
|
|
export * from './src/compiler/url_resolver';
|
|
export * from './src/compiler/xhr';
|
|
export * from './src/compiler/compiler';
|