@angular/compiler-cli 19.2.6 → 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.
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-DQSPY33N.js";
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-UN7XKKEG.js.map
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-2ACG2EMN.js.map
15634
+ //# sourceMappingURL=chunk-F6IYSSQJ.js.map