@angular/compiler-cli 19.1.5 → 19.1.6

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-DNKJBJUY.js";
7
+ } from "./chunk-2NHOVPL3.js";
8
8
  import {
9
9
  CompilationMode,
10
10
  ComponentDecoratorHandler,
@@ -51,7 +51,7 @@ import {
51
51
  retagAllTsFiles,
52
52
  tryParseInitializerApi,
53
53
  untagAllTsFiles
54
- } from "./chunk-K5NXWRJU.js";
54
+ } from "./chunk-K3P5YJTN.js";
55
55
  import {
56
56
  AbsoluteModuleStrategy,
57
57
  AliasStrategy,
@@ -5034,4 +5034,4 @@ export {
5034
5034
  * Use of this source code is governed by an MIT-style license that can be
5035
5035
  * found in the LICENSE file at https://angular.dev/license
5036
5036
  */
5037
- //# sourceMappingURL=chunk-DNXA7U6Z.js.map
5037
+ //# sourceMappingURL=chunk-2MIQQ3RF.js.map
@@ -10,7 +10,7 @@ import {
10
10
  tryParseSignalInputMapping,
11
11
  tryParseSignalModelMapping,
12
12
  tryParseSignalQueryFromInitializer
13
- } from "./chunk-K5NXWRJU.js";
13
+ } from "./chunk-K3P5YJTN.js";
14
14
  import {
15
15
  ImportManager,
16
16
  ImportedSymbolsTracker,
@@ -536,4 +536,4 @@ export {
536
536
  * Use of this source code is governed by an MIT-style license that can be
537
537
  * found in the LICENSE file at https://angular.dev/license
538
538
  */
539
- //# sourceMappingURL=chunk-DNKJBJUY.js.map
539
+ //# sourceMappingURL=chunk-2NHOVPL3.js.map
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-DNKJBJUY.js";
7
+ } from "./chunk-2NHOVPL3.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-EEK4TGRE.js.map
34
+ //# sourceMappingURL=chunk-3Q7JGQD2.js.map
@@ -14852,15 +14852,20 @@ var ComponentDecoratorHandler = class {
14852
14852
  }
14853
14853
  resolveAllDeferredDependencies(resolution) {
14854
14854
  var _a;
14855
+ const seenDeps = /* @__PURE__ */ new Set();
14855
14856
  const deferrableTypes = [];
14856
14857
  for (const [_, deps] of resolution.deferPerBlockDependencies) {
14857
14858
  for (const deferBlockDep of deps) {
14858
- const importDecl = (_a = resolution.deferrableDeclToImportDecl.get(deferBlockDep.declaration.node)) != null ? _a : null;
14859
+ const node = deferBlockDep.declaration.node;
14860
+ const importDecl = (_a = resolution.deferrableDeclToImportDecl.get(node)) != null ? _a : null;
14859
14861
  if (importDecl !== null && this.deferredSymbolTracker.canDefer(importDecl)) {
14860
14862
  deferBlockDep.isDeferrable = true;
14861
14863
  deferBlockDep.importPath = importDecl.moduleSpecifier.text;
14862
14864
  deferBlockDep.isDefaultImport = isDefaultImport(importDecl);
14863
- deferrableTypes.push(deferBlockDep);
14865
+ if (!seenDeps.has(node)) {
14866
+ seenDeps.add(node);
14867
+ deferrableTypes.push(deferBlockDep);
14868
+ }
14864
14869
  }
14865
14870
  }
14866
14871
  }
@@ -15566,4 +15571,4 @@ export {
15566
15571
  * Use of this source code is governed by an MIT-style license that can be
15567
15572
  * found in the LICENSE file at https://angular.dev/license
15568
15573
  */
15569
- //# sourceMappingURL=chunk-K5NXWRJU.js.map
15574
+ //# sourceMappingURL=chunk-K3P5YJTN.js.map