compiler.d.ts 204 B

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