@angular/compiler-cli 18.2.0-next.2 → 18.2.0-next.4

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.
Files changed (41) hide show
  1. package/bundles/{chunk-XNL3EK5H.js → chunk-3W345P4E.js} +7 -7
  2. package/bundles/{chunk-YDQXTFSY.js → chunk-A35M6UXY.js} +18 -21
  3. package/bundles/{chunk-YDQXTFSY.js.map → chunk-A35M6UXY.js.map} +1 -1
  4. package/bundles/{chunk-THQF5ZZE.js → chunk-ERN7RQQ7.js} +5 -5
  5. package/bundles/{chunk-CW5TTYLY.js → chunk-JN25LQVK.js} +148 -138
  6. package/bundles/chunk-JN25LQVK.js.map +6 -0
  7. package/bundles/{chunk-GJ2BX3NZ.js → chunk-KCKRBU6N.js} +31 -31
  8. package/bundles/{chunk-6OFVLEJY.js → chunk-LRE5TVUW.js} +81 -81
  9. package/bundles/{chunk-6OFVLEJY.js.map → chunk-LRE5TVUW.js.map} +1 -1
  10. package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
  11. package/bundles/{chunk-BR33BNGB.js → chunk-OPQN45UO.js} +3 -3
  12. package/bundles/{chunk-WR7TUJ7M.js → chunk-QYV344EV.js} +7 -7
  13. package/bundles/{chunk-I56P56EE.js → chunk-WYWH4ABE.js} +117 -51
  14. package/bundles/{chunk-I56P56EE.js.map → chunk-WYWH4ABE.js.map} +1 -1
  15. package/bundles/{chunk-XVC3L7YN.js → chunk-Y6YVL6KE.js} +5 -5
  16. package/bundles/index.js +12 -12
  17. package/bundles/linker/babel/index.js +12 -12
  18. package/bundles/linker/index.js +4 -4
  19. package/bundles/ngcc/index.js +1 -1
  20. package/bundles/private/bazel.js +1 -1
  21. package/bundles/private/localize.js +3 -3
  22. package/bundles/private/migrations.js +4 -4
  23. package/bundles/private/tooling.js +6 -6
  24. package/bundles/src/bin/ng_xi18n.js +10 -10
  25. package/bundles/src/bin/ngc.js +8 -8
  26. package/bundles_metadata.json +1 -1
  27. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  28. package/package.json +2 -2
  29. package/src/ngtsc/annotations/ng_module/src/handler.d.ts +3 -2
  30. package/src/ngtsc/core/api/src/options.d.ts +1 -1
  31. package/src/ngtsc/transform/jit/src/initializer_api_transforms/transform_api.d.ts +1 -1
  32. package/src/ngtsc/translator/src/import_manager/import_manager.d.ts +17 -0
  33. package/src/ngtsc/translator/src/import_manager/import_typescript_transform.d.ts +1 -0
  34. package/bundles/chunk-CW5TTYLY.js.map +0 -6
  35. /package/bundles/{chunk-XNL3EK5H.js.map → chunk-3W345P4E.js.map} +0 -0
  36. /package/bundles/{chunk-THQF5ZZE.js.map → chunk-ERN7RQQ7.js.map} +0 -0
  37. /package/bundles/{chunk-GJ2BX3NZ.js.map → chunk-KCKRBU6N.js.map} +0 -0
  38. /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
  39. /package/bundles/{chunk-BR33BNGB.js.map → chunk-OPQN45UO.js.map} +0 -0
  40. /package/bundles/{chunk-WR7TUJ7M.js.map → chunk-QYV344EV.js.map} +0 -0
  41. /package/bundles/{chunk-XVC3L7YN.js.map → chunk-Y6YVL6KE.js.map} +0 -0
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-YDQXTFSY.js";
7
+ } from "./chunk-A35M6UXY.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-CW5TTYLY.js";
54
+ } from "./chunk-JN25LQVK.js";
55
55
  import {
56
56
  AbsoluteModuleStrategy,
57
57
  AliasStrategy,
@@ -87,14 +87,14 @@ import {
87
87
  relativePathBetween,
88
88
  replaceTsWithNgInErrors,
89
89
  toUnredirectedSourceFile
90
- } from "./chunk-I56P56EE.js";
90
+ } from "./chunk-WYWH4ABE.js";
91
91
  import {
92
92
  ActivePerfRecorder,
93
93
  DelegatingPerfRecorder,
94
94
  PerfCheckpoint,
95
95
  PerfEvent,
96
96
  PerfPhase
97
- } from "./chunk-THQF5ZZE.js";
97
+ } from "./chunk-ERN7RQQ7.js";
98
98
  import {
99
99
  LogicalFileSystem,
100
100
  absoluteFrom,
@@ -103,9 +103,9 @@ import {
103
103
  getFileSystem,
104
104
  join,
105
105
  resolve
106
- } from "./chunk-XNL3EK5H.js";
106
+ } from "./chunk-3W345P4E.js";
107
107
 
108
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
108
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
109
109
  var DEFAULT_ERROR_CODE = 100;
110
110
  var UNKNOWN_ERROR_CODE = 500;
111
111
  var SOURCE = "angular";
@@ -123,7 +123,7 @@ var EmitFlags;
123
123
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
124
124
  })(EmitFlags || (EmitFlags = {}));
125
125
 
126
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
126
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
127
127
  import ts from "typescript";
128
128
  var wrapHostForTest = null;
129
129
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -133,7 +133,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
133
133
  return tsHost;
134
134
  }
135
135
 
136
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
136
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
137
137
  var EntryType;
138
138
  (function(EntryType2) {
139
139
  EntryType2["Block"] = "block";
@@ -180,23 +180,23 @@ function isDocEntryWithSourceInfo(entry) {
180
180
  return "source" in entry;
181
181
  }
182
182
 
183
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
183
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
184
184
  import ts10 from "typescript";
185
185
 
186
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
186
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
187
187
  import ts5 from "typescript";
188
188
 
189
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
189
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
190
190
  function isAngularPrivateName(name) {
191
191
  var _a;
192
192
  const firstChar = (_a = name[0]) != null ? _a : "";
193
193
  return firstChar === "\u0275" || firstChar === "_";
194
194
  }
195
195
 
196
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
196
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
197
197
  import ts3 from "typescript";
198
198
 
199
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
199
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
200
200
  function extractGenerics(declaration) {
201
201
  var _a, _b;
202
202
  return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
@@ -209,7 +209,7 @@ function extractGenerics(declaration) {
209
209
  })) != null ? _b : [];
210
210
  }
211
211
 
212
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
212
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
213
213
  import ts2 from "typescript";
214
214
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
215
215
  function extractJsDocTags(node) {
@@ -253,12 +253,12 @@ function unescapeAngularDecorators(comment) {
253
253
  return comment.replace(/_NG_AT_/g, "@");
254
254
  }
255
255
 
256
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
256
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
257
257
  function extractResolvedTypeString(node, checker) {
258
258
  return checker.typeToString(checker.getTypeAtLocation(node));
259
259
  }
260
260
 
261
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
261
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
262
262
  var FunctionExtractor = class {
263
263
  constructor(name, declaration, typeChecker) {
264
264
  this.name = name;
@@ -321,7 +321,7 @@ function extractAllParams(params, typeChecker) {
321
321
  }));
322
322
  }
323
323
 
324
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
324
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
325
325
  import ts4 from "typescript";
326
326
  function isInternal(member) {
327
327
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -340,7 +340,7 @@ function hasLeadingInternalComment(member) {
340
340
  )) != null ? _a : false;
341
341
  }
342
342
 
343
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
343
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
344
344
  var ClassExtractor = class {
345
345
  constructor(declaration, typeChecker) {
346
346
  this.declaration = declaration;
@@ -604,7 +604,7 @@ function extractInterface(declaration, typeChecker) {
604
604
  return extractor.extract();
605
605
  }
606
606
 
607
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
607
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
608
608
  import ts6 from "typescript";
609
609
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
610
610
  function extractConstant(declaration, typeChecker) {
@@ -662,7 +662,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
662
662
  });
663
663
  }
664
664
 
665
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
665
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
666
666
  import ts7 from "typescript";
667
667
  function extractorDecorator(declaration, typeChecker) {
668
668
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -735,7 +735,7 @@ function getDecoratorJsDocNode(declaration) {
735
735
  return callSignature;
736
736
  }
737
737
 
738
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
738
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
739
739
  import ts8 from "typescript";
740
740
  function extractEnum(declaration, typeChecker) {
741
741
  return {
@@ -766,7 +766,7 @@ function getEnumMemberValue(memberNode) {
766
766
  return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
767
767
  }
768
768
 
769
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
769
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
770
770
  import ts9 from "typescript";
771
771
  var initializerApiTag = "initializerApiFunction";
772
772
  function isInitializerApiFunction(node, typeChecker) {
@@ -907,7 +907,7 @@ function findImplementationOfFunction(node, typeChecker) {
907
907
  return (_a = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a.find((s) => ts9.isFunctionDeclaration(s) && s.body !== void 0);
908
908
  }
909
909
 
910
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
910
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
911
911
  function extractTypeAlias(declaration) {
912
912
  return {
913
913
  name: declaration.name.getText(),
@@ -919,7 +919,7 @@ function extractTypeAlias(declaration) {
919
919
  };
920
920
  }
921
921
 
922
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
922
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
923
923
  var DocsExtractor = class {
924
924
  constructor(typeChecker, metadataReader) {
925
925
  this.typeChecker = typeChecker;
@@ -1003,11 +1003,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
1003
1003
  return relativePath;
1004
1004
  }
1005
1005
 
1006
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
1006
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
1007
1007
  import { HtmlParser, MessageBundle } from "@angular/compiler";
1008
1008
  import ts24 from "typescript";
1009
1009
 
1010
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1010
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1011
1011
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
1012
1012
  import * as path from "path";
1013
1013
  function i18nGetExtension(formatName) {
@@ -1058,10 +1058,10 @@ function getPathNormalizer(basePath) {
1058
1058
  };
1059
1059
  }
1060
1060
 
1061
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1061
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1062
1062
  import ts11 from "typescript";
1063
1063
 
1064
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1064
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1065
1065
  function toNumbers(value) {
1066
1066
  const suffixIndex = value.lastIndexOf("-");
1067
1067
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -1096,7 +1096,7 @@ function compareVersions(v1, v2) {
1096
1096
  return compareNumbers(toNumbers(v1), toNumbers(v2));
1097
1097
  }
1098
1098
 
1099
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1099
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1100
1100
  var MIN_TS_VERSION = "5.4.0";
1101
1101
  var MAX_TS_VERSION = "5.6.0";
1102
1102
  var tsVersion = ts11.version;
@@ -1109,11 +1109,11 @@ function verifySupportedTypeScriptVersion() {
1109
1109
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
1110
1110
  }
1111
1111
 
1112
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1112
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1113
1113
  import { R3Identifiers } from "@angular/compiler";
1114
1114
  import ts22 from "typescript";
1115
1115
 
1116
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1116
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1117
1117
  var CycleAnalyzer = class {
1118
1118
  constructor(importGraph) {
1119
1119
  this.importGraph = importGraph;
@@ -1184,7 +1184,7 @@ var Cycle = class {
1184
1184
  }
1185
1185
  };
1186
1186
 
1187
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1187
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1188
1188
  import ts12 from "typescript";
1189
1189
  var ImportGraph = class {
1190
1190
  constructor(checker, perf) {
@@ -1276,7 +1276,7 @@ var Found = class {
1276
1276
  }
1277
1277
  };
1278
1278
 
1279
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1279
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1280
1280
  import ts13 from "typescript";
1281
1281
  var FlatIndexGenerator = class {
1282
1282
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -1301,7 +1301,7 @@ export * from '${relativeEntryPoint}';
1301
1301
  }
1302
1302
  };
1303
1303
 
1304
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1304
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1305
1305
  function findFlatIndexEntryPoint(rootFiles) {
1306
1306
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1307
1307
  let resolvedEntryPoint = null;
@@ -1317,7 +1317,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1317
1317
  return resolvedEntryPoint;
1318
1318
  }
1319
1319
 
1320
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1320
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1321
1321
  import ts14 from "typescript";
1322
1322
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1323
1323
  const diagnostics = [];
@@ -1397,7 +1397,7 @@ function getDescriptorOfDeclaration(decl) {
1397
1397
  }
1398
1398
  }
1399
1399
 
1400
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1400
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1401
1401
  var ReferenceGraph = class {
1402
1402
  constructor() {
1403
1403
  this.references = /* @__PURE__ */ new Map();
@@ -1451,7 +1451,7 @@ var ReferenceGraph = class {
1451
1451
  }
1452
1452
  };
1453
1453
 
1454
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1454
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1455
1455
  var FileDependencyGraph = class {
1456
1456
  constructor() {
1457
1457
  this.nodes = /* @__PURE__ */ new Map();
@@ -1518,7 +1518,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1518
1518
  return false;
1519
1519
  }
1520
1520
 
1521
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1521
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1522
1522
  var IncrementalStateKind;
1523
1523
  (function(IncrementalStateKind2) {
1524
1524
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1526,7 +1526,7 @@ var IncrementalStateKind;
1526
1526
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1527
1527
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1528
1528
 
1529
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1529
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1530
1530
  var PhaseKind;
1531
1531
  (function(PhaseKind2) {
1532
1532
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1727,7 +1727,7 @@ function toOriginalSourceFile(sf) {
1727
1727
  }
1728
1728
  }
1729
1729
 
1730
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1730
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1731
1731
  var TrackedIncrementalBuildStrategy = class {
1732
1732
  constructor() {
1733
1733
  this.state = null;
@@ -1763,7 +1763,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1763
1763
  };
1764
1764
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1765
1765
 
1766
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1766
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1767
1767
  var IdentifierKind;
1768
1768
  (function(IdentifierKind2) {
1769
1769
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1782,7 +1782,7 @@ var AbsoluteSourceSpan = class {
1782
1782
  }
1783
1783
  };
1784
1784
 
1785
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1785
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1786
1786
  var IndexingContext = class {
1787
1787
  constructor() {
1788
1788
  this.components = /* @__PURE__ */ new Set();
@@ -1792,10 +1792,10 @@ var IndexingContext = class {
1792
1792
  }
1793
1793
  };
1794
1794
 
1795
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1795
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1796
1796
  import { ParseSourceFile } from "@angular/compiler";
1797
1797
 
1798
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1798
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1799
1799
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
1800
1800
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1801
1801
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -2090,7 +2090,7 @@ function getTemplateIdentifiers(boundTemplate) {
2090
2090
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2091
2091
  }
2092
2092
 
2093
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2093
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2094
2094
  function generateAnalysis(context) {
2095
2095
  const analysis = /* @__PURE__ */ new Map();
2096
2096
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2126,7 +2126,7 @@ function generateAnalysis(context) {
2126
2126
  return analysis;
2127
2127
  }
2128
2128
 
2129
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2129
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2130
2130
  var NgModuleIndexImpl = class {
2131
2131
  constructor(metaReader, localReader) {
2132
2132
  this.metaReader = metaReader;
@@ -2215,7 +2215,7 @@ var NgModuleIndexImpl = class {
2215
2215
  }
2216
2216
  };
2217
2217
 
2218
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2218
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2219
2219
  import ts15 from "typescript";
2220
2220
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2221
2221
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2365,7 +2365,7 @@ function createLookupResolutionHost(adapter) {
2365
2365
  };
2366
2366
  }
2367
2367
 
2368
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2368
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2369
2369
  var StandaloneComponentScopeReader = class {
2370
2370
  constructor(metaReader, localModuleReader, dtsModuleReader) {
2371
2371
  this.metaReader = metaReader;
@@ -2461,10 +2461,10 @@ var StandaloneComponentScopeReader = class {
2461
2461
  }
2462
2462
  };
2463
2463
 
2464
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2464
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2465
2465
  import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
2466
2466
 
2467
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
2467
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
2468
2468
  import ts16 from "typescript";
2469
2469
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
2470
2470
  "WritableSignal",
@@ -2484,7 +2484,7 @@ function isSignalSymbol(symbol) {
2484
2484
  });
2485
2485
  }
2486
2486
 
2487
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
2487
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
2488
2488
  import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
2489
2489
  var TemplateCheckWithVisitor = class {
2490
2490
  constructor() {
@@ -2618,7 +2618,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
2618
2618
  }
2619
2619
  };
2620
2620
 
2621
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2621
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2622
2622
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
2623
2623
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
2624
2624
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -2670,7 +2670,7 @@ var factory = {
2670
2670
  create: () => new InterpolatedSignalCheck()
2671
2671
  };
2672
2672
 
2673
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
2673
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
2674
2674
  import { TmplAstBoundEvent } from "@angular/compiler";
2675
2675
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
2676
2676
  constructor() {
@@ -2696,7 +2696,7 @@ var factory2 = {
2696
2696
  create: () => new InvalidBananaInBoxCheck()
2697
2697
  };
2698
2698
 
2699
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
2699
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
2700
2700
  import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
2701
2701
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
2702
2702
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -2741,7 +2741,7 @@ var factory3 = {
2741
2741
  }
2742
2742
  };
2743
2743
 
2744
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
2744
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
2745
2745
  import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
2746
2746
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
2747
2747
  constructor() {
@@ -2774,7 +2774,7 @@ var factory4 = {
2774
2774
  create: () => new MissingNgForOfLetCheck()
2775
2775
  };
2776
2776
 
2777
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
2777
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
2778
2778
  import { Binary } from "@angular/compiler";
2779
2779
  import ts17 from "typescript";
2780
2780
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2820,7 +2820,7 @@ var factory5 = {
2820
2820
  }
2821
2821
  };
2822
2822
 
2823
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
2823
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
2824
2824
  import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
2825
2825
  import ts18 from "typescript";
2826
2826
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2867,7 +2867,7 @@ var factory6 = {
2867
2867
  }
2868
2868
  };
2869
2869
 
2870
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
2870
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
2871
2871
  import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
2872
2872
  var STYLE_SUFFIXES = ["px", "%", "em"];
2873
2873
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -2891,7 +2891,7 @@ var factory7 = {
2891
2891
  create: () => new SuffixNotSupportedCheck()
2892
2892
  };
2893
2893
 
2894
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
2894
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
2895
2895
  import { TmplAstTextAttribute } from "@angular/compiler";
2896
2896
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
2897
2897
  constructor() {
@@ -2930,7 +2930,7 @@ var factory8 = {
2930
2930
  create: () => new TextAttributeNotBindingSpec()
2931
2931
  };
2932
2932
 
2933
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
2933
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
2934
2934
  import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
2935
2935
  var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
2936
2936
  constructor() {
@@ -2982,7 +2982,7 @@ var factory9 = {
2982
2982
  create: () => new UninvokedFunctionInEventBindingSpec()
2983
2983
  };
2984
2984
 
2985
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
2985
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
2986
2986
  import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
2987
2987
  var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
2988
2988
  constructor() {
@@ -3027,10 +3027,10 @@ var factory10 = {
3027
3027
  create: () => new UnusedLetDeclarationCheck()
3028
3028
  };
3029
3029
 
3030
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3030
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3031
3031
  import ts19 from "typescript";
3032
3032
 
3033
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
3033
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
3034
3034
  var DiagnosticCategoryLabel;
3035
3035
  (function(DiagnosticCategoryLabel2) {
3036
3036
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -3038,7 +3038,7 @@ var DiagnosticCategoryLabel;
3038
3038
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
3039
3039
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
3040
3040
 
3041
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3041
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3042
3042
  var ExtendedTemplateCheckerImpl = class {
3043
3043
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
3044
3044
  var _a, _b, _c, _d, _e;
@@ -3091,7 +3091,7 @@ function assertNever(value) {
3091
3091
  ${value}`);
3092
3092
  }
3093
3093
 
3094
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
3094
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
3095
3095
  var ALL_DIAGNOSTIC_FACTORIES = [
3096
3096
  factory2,
3097
3097
  factory5,
@@ -3109,7 +3109,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
3109
3109
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory11) => factory11.name)
3110
3110
  ]);
3111
3111
 
3112
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
3112
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
3113
3113
  import { ASTWithSource as ASTWithSource6, ImplicitReceiver as ImplicitReceiver2, ParsedEventType as ParsedEventType2, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
3114
3114
  import ts20 from "typescript";
3115
3115
  var TemplateSemanticsCheckerImpl = class {
@@ -3200,7 +3200,7 @@ function unwrapAstWithSource(ast) {
3200
3200
  return ast instanceof ASTWithSource6 ? ast.ast : ast;
3201
3201
  }
3202
3202
 
3203
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
3203
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
3204
3204
  import ts21 from "typescript";
3205
3205
  var APIS_TO_CHECK = [
3206
3206
  INPUT_INITIALIZER_FN,
@@ -3251,7 +3251,7 @@ var InitializerApiUsageRule = class {
3251
3251
  }
3252
3252
  };
3253
3253
 
3254
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
3254
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
3255
3255
  var SourceFileValidator = class {
3256
3256
  constructor(reflector, importedSymbolsTracker) {
3257
3257
  this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
@@ -3289,7 +3289,7 @@ var SourceFileValidator = class {
3289
3289
  }
3290
3290
  };
3291
3291
 
3292
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
3292
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
3293
3293
  function coreHasSymbol(program, symbol) {
3294
3294
  const checker = program.getTypeChecker();
3295
3295
  for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
@@ -3308,7 +3308,7 @@ function isMaybeCore(sf) {
3308
3308
  return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
3309
3309
  }
3310
3310
 
3311
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
3311
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
3312
3312
  import semver from "semver";
3313
3313
  function coreVersionSupportsFeature(coreVersion, minVersion) {
3314
3314
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -3317,7 +3317,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
3317
3317
  return semver.satisfies(coreVersion, minVersion);
3318
3318
  }
3319
3319
 
3320
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
3320
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
3321
3321
  var CompilationTicketKind;
3322
3322
  (function(CompilationTicketKind2) {
3323
3323
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -3402,7 +3402,7 @@ var NgCompiler = class {
3402
3402
  this.constructionDiagnostics = [];
3403
3403
  this.nonTemplateDiagnostics = null;
3404
3404
  this.delegatingPerfRecorder = new DelegatingPerfRecorder(this.perfRecorder);
3405
- this.usePoisonedData = usePoisonedData || !!options._compilePoisedComponents;
3405
+ this.usePoisonedData = usePoisonedData || !!options._compilePoisonedComponents;
3406
3406
  this.enableTemplateTypeChecker = enableTemplateTypeChecker || !!options._enableTemplateTypeChecker;
3407
3407
  this.enableBlockSyntax = (_a = options["_enableBlockSyntax"]) != null ? _a : true;
3408
3408
  this.enableLetSyntax = (_b = options["_enableLetSyntax"]) != null ? _b : true;
@@ -3592,6 +3592,7 @@ var NgCompiler = class {
3592
3592
  }
3593
3593
  prepareEmit() {
3594
3594
  const compilation = this.ensureAnalyzed();
3595
+ untagAllTsFiles(this.inputProgram);
3595
3596
  const coreImportsFrom = compilation.isCore ? getR3SymbolsFile(this.inputProgram) : null;
3596
3597
  let importRewriter;
3597
3598
  if (coreImportsFrom !== null) {
@@ -3946,7 +3947,7 @@ var NgCompiler = class {
3946
3947
  new DirectiveDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, importTracker, supportTestBed, compilationMode, jitDeclarationRegistry),
3947
3948
  new PipeDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, injectableRegistry, isCore, this.delegatingPerfRecorder, supportTestBed, compilationMode, !!this.options.generateExtraImportsInLocalMode),
3948
3949
  new InjectableDecoratorHandler(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, this.delegatingPerfRecorder, supportTestBed, compilationMode),
3949
- new NgModuleDecoratorHandler(reflector, evaluator, metaReader, metaRegistry, ngModuleScopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, this.closureCompilerEnabled, (_d = this.options.onlyPublishPublicTypingsForNgModules) != null ? _d : false, injectableRegistry, this.delegatingPerfRecorder, supportTestBed, supportJitMode, compilationMode, localCompilationExtraImportsTracker)
3950
+ new NgModuleDecoratorHandler(reflector, evaluator, metaReader, metaRegistry, ngModuleScopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, this.closureCompilerEnabled, (_d = this.options.onlyPublishPublicTypingsForNgModules) != null ? _d : false, injectableRegistry, this.delegatingPerfRecorder, supportTestBed, supportJitMode, compilationMode, localCompilationExtraImportsTracker, jitDeclarationRegistry)
3950
3951
  ];
3951
3952
  const traitCompiler = new TraitCompiler(handlers, reflector, this.delegatingPerfRecorder, this.incrementalCompilation, this.options.compileNonExportedClasses !== false, compilationMode, dtsTransforms, semanticDepGraphUpdater, this.adapter);
3952
3953
  const notifyingDriver = new NotifyingProgramDriverWrapper(this.programDriver, (program) => {
@@ -4139,7 +4140,7 @@ function versionMapFromProgram(program, driver) {
4139
4140
  return versions;
4140
4141
  }
4141
4142
 
4142
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
4143
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
4143
4144
  import ts23 from "typescript";
4144
4145
  var DelegatingCompilerHost = class {
4145
4146
  get jsDocParsingMode() {
@@ -4278,7 +4279,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
4278
4279
  }
4279
4280
  };
4280
4281
 
4281
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4282
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4282
4283
  var NgtscProgram = class {
4283
4284
  constructor(rootNames, options, delegateHost, oldProgram) {
4284
4285
  this.options = options;
@@ -4424,7 +4425,6 @@ var NgtscProgram = class {
4424
4425
  };
4425
4426
  }
4426
4427
  }
4427
- untagAllTsFiles(this.tsProgram);
4428
4428
  const forceEmit = (_a = opts == null ? void 0 : opts.forceEmit) != null ? _a : false;
4429
4429
  this.compiler.perfRecorder.memory(PerfCheckpoint.PreEmit);
4430
4430
  const res = this.compiler.perfRecorder.inPhase(PerfPhase.TypeScriptEmit, () => {
@@ -4505,15 +4505,15 @@ function mergeEmitResults(emitResults) {
4505
4505
  return { diagnostics, emitSkipped, emittedFiles };
4506
4506
  }
4507
4507
 
4508
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4508
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4509
4509
  function createProgram({ rootNames, options, host, oldProgram }) {
4510
4510
  return new NgtscProgram(rootNames, options, host, oldProgram);
4511
4511
  }
4512
4512
 
4513
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4513
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4514
4514
  import ts26 from "typescript";
4515
4515
 
4516
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4516
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4517
4517
  import ts25 from "typescript";
4518
4518
  function createMessageDiagnostic(messageText) {
4519
4519
  return {
@@ -4527,7 +4527,7 @@ function createMessageDiagnostic(messageText) {
4527
4527
  };
4528
4528
  }
4529
4529
 
4530
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4530
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4531
4531
  var defaultFormatHost = {
4532
4532
  getCurrentDirectory: () => ts26.sys.getCurrentDirectory(),
4533
4533
  getCanonicalFileName: (fileName) => fileName,
@@ -4758,4 +4758,4 @@ export {
4758
4758
  * Use of this source code is governed by an MIT-style license that can be
4759
4759
  * found in the LICENSE file at https://angular.io/license
4760
4760
  */
4761
- //# sourceMappingURL=chunk-6OFVLEJY.js.map
4761
+ //# sourceMappingURL=chunk-LRE5TVUW.js.map