@angular/compiler-cli 19.2.7 → 19.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-UN7XKKEG.js → chunk-A4EOBXH6.js} +2 -2
- package/bundles/{chunk-2ACG2EMN.js → chunk-F6IYSSQJ.js} +4 -2
- package/bundles/chunk-F6IYSSQJ.js.map +6 -0
- package/bundles/{chunk-NJFWM5E6.js → chunk-JFP5QTF5.js} +2 -2
- package/bundles/{chunk-DQSPY33N.js → chunk-QICEBHQJ.js} +2 -2
- package/bundles/chunk-TB4JL33M.js +1 -1
- package/bundles/{chunk-DOIZMHHW.js → chunk-VSGI22SO.js} +29 -15
- package/bundles/chunk-VSGI22SO.js.map +6 -0
- package/bundles/index.js +5 -5
- package/bundles/private/migrations.js +1 -1
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +4 -4
- package/bundles/src/bin/ngc.js +4 -4
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/docs/src/entities.d.ts +2 -0
- package/src/ngtsc/metadata/src/api.d.ts +1 -0
- package/bundles/chunk-2ACG2EMN.js.map +0 -6
- package/bundles/chunk-DOIZMHHW.js.map +0 -6
- /package/bundles/{chunk-UN7XKKEG.js.map → chunk-A4EOBXH6.js.map} +0 -0
- /package/bundles/{chunk-NJFWM5E6.js.map → chunk-JFP5QTF5.js.map} +0 -0
- /package/bundles/{chunk-DQSPY33N.js.map → chunk-QICEBHQJ.js.map} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QICEBHQJ.js";
|
|
8
8
|
|
|
9
9
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
10
10
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
* Use of this source code is governed by an MIT-style license that can be
|
|
32
32
|
* found in the LICENSE file at https://angular.dev/license
|
|
33
33
|
*/
|
|
34
|
-
//# sourceMappingURL=chunk-
|
|
34
|
+
//# sourceMappingURL=chunk-A4EOBXH6.js.map
|
|
@@ -1877,6 +1877,7 @@ var DtsMetadataReader = class {
|
|
|
1877
1877
|
name,
|
|
1878
1878
|
nameExpr: null,
|
|
1879
1879
|
isStandalone,
|
|
1880
|
+
isPure: null,
|
|
1880
1881
|
decorator: null,
|
|
1881
1882
|
isExplicitlyDeferred: false
|
|
1882
1883
|
};
|
|
@@ -15518,7 +15519,8 @@ var PipeDecoratorHandler = class {
|
|
|
15518
15519
|
nameExpr: analysis.pipeNameExpr,
|
|
15519
15520
|
isStandalone: analysis.meta.isStandalone,
|
|
15520
15521
|
decorator: analysis.decorator,
|
|
15521
|
-
isExplicitlyDeferred: false
|
|
15522
|
+
isExplicitlyDeferred: false,
|
|
15523
|
+
isPure: analysis.meta.pure
|
|
15522
15524
|
});
|
|
15523
15525
|
this.injectableRegistry.registerInjectable(node, {
|
|
15524
15526
|
ctorDeps: analysis.meta.deps
|
|
@@ -15629,4 +15631,4 @@ export {
|
|
|
15629
15631
|
* Use of this source code is governed by an MIT-style license that can be
|
|
15630
15632
|
* found in the LICENSE file at https://angular.dev/license
|
|
15631
15633
|
*/
|
|
15632
|
-
//# sourceMappingURL=chunk-
|
|
15634
|
+
//# sourceMappingURL=chunk-F6IYSSQJ.js.map
|