UNPKG

1.55 kBJavaScriptView Raw
1/**
2 * @license Angular v13.3.6
3 * (c) 2010-2022 Google LLC. https://angular.io/
4 * License: MIT
5 */
6
7/**
8 * @license
9 * Copyright Google LLC All Rights Reserved.
10 *
11 * Use of this source code is governed by an MIT-style license that can be
12 * found in the LICENSE file at https://angular.io/license
13 */
14/**
15 * @module
16 * @description
17 * Entry point for all APIs of the compiler package.
18 *
19 * <div class="callout is-critical">
20 * <header>Unstable APIs</header>
21 * <p>
22 * All compiler apis are currently considered experimental and private!
23 * </p>
24 * <p>
25 * We expect the APIs in this package to keep on changing. Do not rely on them.
26 * </p>
27 * </div>
28 */
29// TODO(alxhub): @angular/compiler/testing is unused in Ivy. A placeholder
30// is left here because the components repo still depends on this package
31// directly. It will be cleaned up at a later date.
32//
33// This export ensures this package is not empty.
34const unusedExport = true;
35
36/**
37 * @license
38 * Copyright Google LLC All Rights Reserved.
39 *
40 * Use of this source code is governed by an MIT-style license that can be
41 * found in the LICENSE file at https://angular.io/license
42 */
43// This file only reexports content of the `src` folder. Keep it that way.
44
45/**
46 * @license
47 * Copyright Google LLC All Rights Reserved.
48 *
49 * Use of this source code is governed by an MIT-style license that can be
50 * found in the LICENSE file at https://angular.io/license
51 */
52
53/**
54 * Generated bundle index. Do not edit.
55 */
56
57export { unusedExport };
58//# sourceMappingURL=testing.mjs.map