78280a48af
This reverts commit 3f4628c0b0211824fdc0a6c456c23209d439c7cd.
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
/**
|
|
* @module
|
|
* @description
|
|
* Starting point to import all compiler APIs.
|
|
*/
|
|
export * from './src/compiler/url_resolver';
|
|
export * from './src/compiler/xhr'; |