index.d.ts 570 B

12345678910111213
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. /// <amd-module name="@angular/compiler-cli/ngcc" />
  9. export { ConsoleLogger, LogLevel } from './src/logging/console_logger';
  10. export { Logger } from './src/logging/logger';
  11. export { NgccOptions, mainNgcc as process } from './src/main';
  12. export { PathMappings } from './src/utils';
  13. export declare function hasBeenProcessed(packageJson: object, format: string): boolean;