40 lines
1.0 KiB
JavaScript
40 lines
1.0 KiB
JavaScript
|
/**
|
||
|
* @license Angular v16.2.12
|
||
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
||
|
* License: MIT
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @module
|
||
|
* @description
|
||
|
* Entry point for all APIs of the compiler package.
|
||
|
*
|
||
|
* <div class="callout is-critical">
|
||
|
* <header>Unstable APIs</header>
|
||
|
* <p>
|
||
|
* All compiler apis are currently considered experimental and private!
|
||
|
* </p>
|
||
|
* <p>
|
||
|
* We expect the APIs in this package to keep on changing. Do not rely on them.
|
||
|
* </p>
|
||
|
* </div>
|
||
|
*/
|
||
|
// TODO(alxhub): @angular/compiler/testing is unused in Ivy. A placeholder
|
||
|
// is left here because the components repo still depends on this package
|
||
|
// directly. It will be cleaned up at a later date.
|
||
|
//
|
||
|
// This export ensures this package is not empty.
|
||
|
const unusedExport = true;
|
||
|
|
||
|
/// <reference types="node" />
|
||
|
// This file only reexports content of the `src` folder. Keep it that way.
|
||
|
|
||
|
// This file is not used to build this module. It is only used during editing
|
||
|
|
||
|
/**
|
||
|
* Generated bundle index. Do not edit.
|
||
|
*/
|
||
|
|
||
|
export { unusedExport };
|
||
|
//# sourceMappingURL=testing.mjs.map
|