@angular/compiler-cli 15.2.1 → 15.2.2

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 (50) hide show
  1. package/bundles/{chunk-7GNUPQOI.js → chunk-2PLRZDNU.js} +31 -31
  2. package/bundles/{chunk-2NLFVEGY.js → chunk-6ZJFIQBG.js} +7 -7
  3. package/bundles/{chunk-B57SP4JB.js → chunk-7DUI3BSX.js} +2 -2
  4. package/bundles/{chunk-RMPM4VAI.js → chunk-AYNYESJJ.js} +95 -95
  5. package/bundles/{chunk-5WBIJMZH.js → chunk-E6XIZDH3.js} +5 -5
  6. package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
  7. package/bundles/{chunk-PKXB2WOZ.js → chunk-EYXJKNSD.js} +40 -40
  8. package/bundles/{chunk-YZWN2KWE.js → chunk-NJMZRTB6.js} +5 -5
  9. package/bundles/{chunk-ZF3IVDQ2.js → chunk-O4JLZZWJ.js} +6 -6
  10. package/bundles/{chunk-TGEKDMUX.js → chunk-PT6IDEJZ.js} +9 -38
  11. package/bundles/chunk-PT6IDEJZ.js.map +6 -0
  12. package/bundles/{chunk-IJECERTO.js → chunk-QRHWLC7U.js} +10 -10
  13. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  14. package/bundles/{chunk-P5LISIUG.js → chunk-VVIQFUX6.js} +77 -77
  15. package/bundles/{chunk-K7P4IHT5.js → chunk-YRDMG3GM.js} +4 -4
  16. package/bundles/{chunk-IYYB2HTK.js → chunk-ZCBRXUPO.js} +21 -21
  17. package/bundles/{chunk-WN75SNW4.js → chunk-ZEOG7UFV.js} +71 -71
  18. package/bundles/index.js +13 -13
  19. package/bundles/linker/babel/index.js +13 -13
  20. package/bundles/linker/index.js +5 -5
  21. package/bundles/ngcc/index.js +13 -13
  22. package/bundles/ngcc/main-ngcc.js +14 -14
  23. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
  24. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
  25. package/bundles/private/bazel.js +1 -1
  26. package/bundles/private/localize.js +3 -3
  27. package/bundles/private/migrations.js +6 -6
  28. package/bundles/private/tooling.js +4 -4
  29. package/bundles/src/bin/ng_xi18n.js +11 -11
  30. package/bundles/src/bin/ngc.js +9 -9
  31. package/bundles_metadata.json +1 -1
  32. package/ngcc/src/packages/build_marker.d.ts +1 -1
  33. package/package.json +2 -2
  34. package/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.d.ts +6 -8
  35. package/bundles/chunk-TGEKDMUX.js.map +0 -6
  36. /package/bundles/{chunk-7GNUPQOI.js.map → chunk-2PLRZDNU.js.map} +0 -0
  37. /package/bundles/{chunk-2NLFVEGY.js.map → chunk-6ZJFIQBG.js.map} +0 -0
  38. /package/bundles/{chunk-B57SP4JB.js.map → chunk-7DUI3BSX.js.map} +0 -0
  39. /package/bundles/{chunk-RMPM4VAI.js.map → chunk-AYNYESJJ.js.map} +0 -0
  40. /package/bundles/{chunk-5WBIJMZH.js.map → chunk-E6XIZDH3.js.map} +0 -0
  41. /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
  42. /package/bundles/{chunk-PKXB2WOZ.js.map → chunk-EYXJKNSD.js.map} +0 -0
  43. /package/bundles/{chunk-YZWN2KWE.js.map → chunk-NJMZRTB6.js.map} +0 -0
  44. /package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-O4JLZZWJ.js.map} +0 -0
  45. /package/bundles/{chunk-IJECERTO.js.map → chunk-QRHWLC7U.js.map} +0 -0
  46. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  47. /package/bundles/{chunk-P5LISIUG.js.map → chunk-VVIQFUX6.js.map} +0 -0
  48. /package/bundles/{chunk-K7P4IHT5.js.map → chunk-YRDMG3GM.js.map} +0 -0
  49. /package/bundles/{chunk-IYYB2HTK.js.map → chunk-ZCBRXUPO.js.map} +0 -0
  50. /package/bundles/{chunk-WN75SNW4.js.map → chunk-ZEOG7UFV.js.map} +0 -0
@@ -35,18 +35,18 @@ import {
35
35
  aliasTransformFactory,
36
36
  declarationTransformFactory,
37
37
  ivyTransformFactory
38
- } from "./chunk-P5LISIUG.js";
38
+ } from "./chunk-VVIQFUX6.js";
39
39
  import {
40
40
  TypeScriptReflectionHost,
41
41
  isNamedClassDeclaration
42
- } from "./chunk-ZF3IVDQ2.js";
42
+ } from "./chunk-O4JLZZWJ.js";
43
43
  import {
44
44
  ImportManager,
45
45
  createFunctionDeclaration,
46
46
  createParameterDeclaration,
47
47
  translateExpression,
48
48
  translateType
49
- } from "./chunk-IJECERTO.js";
49
+ } from "./chunk-QRHWLC7U.js";
50
50
  import {
51
51
  AbsoluteModuleStrategy,
52
52
  AliasStrategy,
@@ -84,7 +84,7 @@ import {
84
84
  relativePathBetween,
85
85
  replaceTsWithNgInErrors,
86
86
  toUnredirectedSourceFile
87
- } from "./chunk-IYYB2HTK.js";
87
+ } from "./chunk-ZCBRXUPO.js";
88
88
  import {
89
89
  LogicalFileSystem,
90
90
  absoluteFrom,
@@ -95,16 +95,16 @@ import {
95
95
  getSourceFileOrError,
96
96
  join,
97
97
  resolve
98
- } from "./chunk-TBUSSXUA.js";
98
+ } from "./chunk-EC5K6QPP.js";
99
99
  import {
100
100
  ActivePerfRecorder,
101
101
  DelegatingPerfRecorder,
102
102
  PerfCheckpoint,
103
103
  PerfEvent,
104
104
  PerfPhase
105
- } from "./chunk-YZWN2KWE.js";
105
+ } from "./chunk-NJMZRTB6.js";
106
106
 
107
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
107
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
108
108
  var DEFAULT_ERROR_CODE = 100;
109
109
  var UNKNOWN_ERROR_CODE = 500;
110
110
  var SOURCE = "angular";
@@ -122,7 +122,7 @@ var EmitFlags;
122
122
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
123
123
  })(EmitFlags || (EmitFlags = {}));
124
124
 
125
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
125
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
126
126
  import ts from "typescript";
127
127
  var wrapHostForTest = null;
128
128
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -132,11 +132,11 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
132
132
  return tsHost;
133
133
  }
134
134
 
135
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
136
136
  import { HtmlParser, MessageBundle } from "@angular/compiler";
137
137
  import ts34 from "typescript";
138
138
 
139
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
139
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
140
140
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
141
141
  import * as path from "path";
142
142
  function i18nGetExtension(formatName) {
@@ -187,10 +187,10 @@ function getPathNormalizer(basePath) {
187
187
  };
188
188
  }
189
189
 
190
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
190
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
191
191
  import ts2 from "typescript";
192
192
 
193
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
193
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
194
194
  function toNumbers(value) {
195
195
  const suffixIndex = value.lastIndexOf("-");
196
196
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -225,7 +225,7 @@ function compareVersions(v1, v2) {
225
225
  return compareNumbers(toNumbers(v1), toNumbers(v2));
226
226
  }
227
227
 
228
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
228
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
229
229
  var MIN_TS_VERSION = "4.8.2";
230
230
  var MAX_TS_VERSION = "5.0.0";
231
231
  var tsVersion = ts2.version;
@@ -238,10 +238,10 @@ function verifySupportedTypeScriptVersion() {
238
238
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
239
239
  }
240
240
 
241
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
241
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
242
242
  import ts32 from "typescript";
243
243
 
244
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
244
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
245
245
  var CycleAnalyzer = class {
246
246
  constructor(importGraph) {
247
247
  this.importGraph = importGraph;
@@ -312,7 +312,7 @@ var Cycle = class {
312
312
  }
313
313
  };
314
314
 
315
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
315
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
316
316
  import ts3 from "typescript";
317
317
  var ImportGraph = class {
318
318
  constructor(checker, perf) {
@@ -404,7 +404,7 @@ var Found = class {
404
404
  }
405
405
  };
406
406
 
407
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
407
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
408
408
  import ts4 from "typescript";
409
409
  var FlatIndexGenerator = class {
410
410
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -429,7 +429,7 @@ export * from '${relativeEntryPoint}';
429
429
  }
430
430
  };
431
431
 
432
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
432
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
433
433
  function findFlatIndexEntryPoint(rootFiles) {
434
434
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
435
435
  let resolvedEntryPoint = null;
@@ -445,7 +445,7 @@ function findFlatIndexEntryPoint(rootFiles) {
445
445
  return resolvedEntryPoint;
446
446
  }
447
447
 
448
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
448
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
449
449
  import ts5 from "typescript";
450
450
  function checkForPrivateExports(entryPoint, checker, refGraph) {
451
451
  const diagnostics = [];
@@ -525,7 +525,7 @@ function getDescriptorOfDeclaration(decl) {
525
525
  }
526
526
  }
527
527
 
528
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
528
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
529
529
  var ReferenceGraph = class {
530
530
  constructor() {
531
531
  this.references = /* @__PURE__ */ new Map();
@@ -579,7 +579,7 @@ var ReferenceGraph = class {
579
579
  }
580
580
  };
581
581
 
582
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
582
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
583
583
  var NgOriginalFile = Symbol("NgOriginalFile");
584
584
  var UpdateMode;
585
585
  (function(UpdateMode2) {
@@ -587,13 +587,13 @@ var UpdateMode;
587
587
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
588
588
  })(UpdateMode || (UpdateMode = {}));
589
589
 
590
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
590
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
591
591
  import ts9 from "typescript";
592
592
 
593
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
593
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
594
594
  import ts6 from "typescript";
595
595
 
596
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
596
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
597
597
  var NgExtension = Symbol("NgExtension");
598
598
  function isExtended(sf) {
599
599
  return sf[NgExtension] !== void 0;
@@ -653,7 +653,7 @@ function retagTsFile(sf) {
653
653
  }
654
654
  }
655
655
 
656
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
656
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
657
657
  var TS_EXTENSIONS = /\.tsx?$/i;
658
658
  function makeShimFileName(fileName, suffix) {
659
659
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
@@ -668,7 +668,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
668
668
  return moduleName;
669
669
  }
670
670
 
671
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
671
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
672
672
  var ShimAdapter = class {
673
673
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
674
674
  this.delegate = delegate;
@@ -763,7 +763,7 @@ var ShimAdapter = class {
763
763
  }
764
764
  };
765
765
 
766
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
766
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
767
767
  import ts7 from "typescript";
768
768
  var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
769
769
  var STRIP_NG_FACTORY = /(.*)NgFactory$/;
@@ -923,7 +923,7 @@ function updateInitializers(stmt, update) {
923
923
  return ts7.factory.updateVariableStatement(stmt, ts7.getModifiers(stmt), ts7.factory.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts7.factory.updateVariableDeclaration(decl, decl.name, decl.exclamationToken, decl.type, update(decl.initializer)))));
924
924
  }
925
925
 
926
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
926
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
927
927
  var ShimReferenceTagger = class {
928
928
  constructor(shimExtensions) {
929
929
  this.tagged = /* @__PURE__ */ new Set();
@@ -957,7 +957,7 @@ var ShimReferenceTagger = class {
957
957
  }
958
958
  };
959
959
 
960
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
960
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
961
961
  import ts8 from "typescript";
962
962
  var SummaryGenerator = class {
963
963
  constructor() {
@@ -998,7 +998,7 @@ function isExported2(decl) {
998
998
  return modifiers !== void 0 && modifiers.some((mod) => mod.kind == ts8.SyntaxKind.ExportKeyword) || false;
999
999
  }
1000
1000
 
1001
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1001
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1002
1002
  var DelegatingCompilerHost = class {
1003
1003
  constructor(delegate) {
1004
1004
  this.delegate = delegate;
@@ -1109,7 +1109,7 @@ var TsCreateProgramDriver = class {
1109
1109
  }
1110
1110
  };
1111
1111
 
1112
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1112
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1113
1113
  var FileDependencyGraph = class {
1114
1114
  constructor() {
1115
1115
  this.nodes = /* @__PURE__ */ new Map();
@@ -1176,7 +1176,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1176
1176
  return false;
1177
1177
  }
1178
1178
 
1179
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1179
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1180
1180
  var IncrementalStateKind;
1181
1181
  (function(IncrementalStateKind2) {
1182
1182
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1184,7 +1184,7 @@ var IncrementalStateKind;
1184
1184
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1185
1185
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1186
1186
 
1187
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1187
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1188
1188
  var PhaseKind;
1189
1189
  (function(PhaseKind2) {
1190
1190
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1385,7 +1385,7 @@ function toOriginalSourceFile(sf) {
1385
1385
  }
1386
1386
  }
1387
1387
 
1388
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1388
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1389
1389
  var TrackedIncrementalBuildStrategy = class {
1390
1390
  constructor() {
1391
1391
  this.state = null;
@@ -1421,7 +1421,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1421
1421
  };
1422
1422
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1423
1423
 
1424
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1424
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1425
1425
  var IdentifierKind;
1426
1426
  (function(IdentifierKind2) {
1427
1427
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1439,7 +1439,7 @@ var AbsoluteSourceSpan = class {
1439
1439
  }
1440
1440
  };
1441
1441
 
1442
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1442
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1443
1443
  var IndexingContext = class {
1444
1444
  constructor() {
1445
1445
  this.components = /* @__PURE__ */ new Set();
@@ -1449,10 +1449,10 @@ var IndexingContext = class {
1449
1449
  }
1450
1450
  };
1451
1451
 
1452
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1452
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1453
1453
  import { ParseSourceFile } from "@angular/compiler";
1454
1454
 
1455
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1455
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1456
1456
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
1457
1457
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1458
1458
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -1689,7 +1689,7 @@ function getTemplateIdentifiers(boundTemplate) {
1689
1689
  return { identifiers: visitor.identifiers, errors: visitor.errors };
1690
1690
  }
1691
1691
 
1692
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1692
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1693
1693
  function generateAnalysis(context) {
1694
1694
  const analysis = /* @__PURE__ */ new Map();
1695
1695
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -1725,7 +1725,7 @@ function generateAnalysis(context) {
1725
1725
  return analysis;
1726
1726
  }
1727
1727
 
1728
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
1728
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
1729
1729
  var NgModuleIndexImpl = class {
1730
1730
  constructor(metaReader, localReader) {
1731
1731
  this.metaReader = metaReader;
@@ -1814,7 +1814,7 @@ var NgModuleIndexImpl = class {
1814
1814
  }
1815
1815
  };
1816
1816
 
1817
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
1817
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
1818
1818
  import ts10 from "typescript";
1819
1819
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
1820
1820
  var RESOURCE_MARKER = ".$ngresource$";
@@ -1960,7 +1960,7 @@ function createLookupResolutionHost(adapter) {
1960
1960
  };
1961
1961
  }
1962
1962
 
1963
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
1963
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
1964
1964
  var StandaloneComponentScopeReader = class {
1965
1965
  constructor(metaReader, localModuleReader, dtsModuleReader) {
1966
1966
  this.metaReader = metaReader;
@@ -2038,10 +2038,10 @@ var StandaloneComponentScopeReader = class {
2038
2038
  }
2039
2039
  };
2040
2040
 
2041
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
2041
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
2042
2042
  import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr } from "@angular/compiler";
2043
2043
 
2044
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
2044
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
2045
2045
  import ts11 from "typescript";
2046
2046
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
2047
2047
  var _a;
@@ -2148,7 +2148,7 @@ function parseTemplateAsSourceFile(fileName, template) {
2148
2148
  return ts11.createSourceFile(fileName, template, ts11.ScriptTarget.Latest, false, ts11.ScriptKind.JSX);
2149
2149
  }
2150
2150
 
2151
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2151
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2152
2152
  var TEMPLATE_ID = Symbol("ngTemplateId");
2153
2153
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
2154
2154
  function getTemplateId(clazz) {
@@ -2165,11 +2165,11 @@ function allocateTemplateId(sf) {
2165
2165
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
2166
2166
  }
2167
2167
 
2168
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2168
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2169
2169
  import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
2170
2170
  import ts13 from "typescript";
2171
2171
 
2172
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2172
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2173
2173
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
2174
2174
  import ts12 from "typescript";
2175
2175
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -2299,7 +2299,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
2299
2299
  }) || false;
2300
2300
  }
2301
2301
 
2302
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2302
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2303
2303
  var CompletionEngine = class {
2304
2304
  constructor(tcb, data, tcbPath, tcbIsShim) {
2305
2305
  this.tcb = tcb;
@@ -2456,10 +2456,10 @@ var CompletionEngine = class {
2456
2456
  }
2457
2457
  };
2458
2458
 
2459
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
2459
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
2460
2460
  import ts27 from "typescript";
2461
2461
 
2462
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
2462
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
2463
2463
  import { DomElementSchemaRegistry } from "@angular/compiler";
2464
2464
  import ts14 from "typescript";
2465
2465
  var REGISTRY = new DomElementSchemaRegistry();
@@ -2512,11 +2512,11 @@ var RegistryDomSchemaChecker = class {
2512
2512
  }
2513
2513
  };
2514
2514
 
2515
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2515
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2516
2516
  import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
2517
2517
  import ts20 from "typescript";
2518
2518
 
2519
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
2519
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
2520
2520
  import ts15 from "typescript";
2521
2521
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
2522
2522
  ts15.SyntaxKind.ParenthesizedExpression,
@@ -2590,16 +2590,16 @@ function isAccessExpression(node) {
2590
2590
  return ts15.isPropertyAccessExpression(node) || ts15.isElementAccessExpression(node);
2591
2591
  }
2592
2592
 
2593
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2593
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2594
2594
  import ts19 from "typescript";
2595
2595
 
2596
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2596
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2597
2597
  import ts18 from "typescript";
2598
2598
 
2599
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2599
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2600
2600
  import ts17 from "typescript";
2601
2601
 
2602
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
2602
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
2603
2603
  import ts16 from "typescript";
2604
2604
  var INELIGIBLE = {};
2605
2605
  function canEmitType(type, canEmit) {
@@ -2674,7 +2674,7 @@ var TypeEmitter = class {
2674
2674
  }
2675
2675
  };
2676
2676
 
2677
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2677
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2678
2678
  var TypeParameterEmitter = class {
2679
2679
  constructor(typeParameters, reflector) {
2680
2680
  this.typeParameters = typeParameters;
@@ -2751,7 +2751,7 @@ var TypeParameterEmitter = class {
2751
2751
  }
2752
2752
  };
2753
2753
 
2754
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2754
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2755
2755
  var TcbInliningRequirement;
2756
2756
  (function(TcbInliningRequirement2) {
2757
2757
  TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
@@ -2831,7 +2831,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
2831
2831
  return emitter.canEmit((ref) => env.canReferenceType(ref));
2832
2832
  }
2833
2833
 
2834
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2834
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2835
2835
  function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
2836
2836
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
2837
2837
  const rawType = ts19.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -2943,7 +2943,7 @@ function typeParametersWithDefaultTypes(params) {
2943
2943
  });
2944
2944
  }
2945
2945
 
2946
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2946
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2947
2947
  var Environment = class {
2948
2948
  constructor(config, importManager, refEmitter, reflector, contextFile) {
2949
2949
  this.config = config;
@@ -3035,7 +3035,7 @@ var Environment = class {
3035
3035
  }
3036
3036
  };
3037
3037
 
3038
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
3038
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
3039
3039
  import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
3040
3040
  import ts21 from "typescript";
3041
3041
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -3168,7 +3168,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
3168
3168
  };
3169
3169
  }
3170
3170
 
3171
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
3171
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
3172
3172
  import ts22 from "typescript";
3173
3173
  var TypeCheckShimGenerator = class {
3174
3174
  constructor() {
@@ -3186,11 +3186,11 @@ var TypeCheckShimGenerator = class {
3186
3186
  }
3187
3187
  };
3188
3188
 
3189
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3189
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3190
3190
  import { BindingPipe, Call as Call2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver4, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, SafeCall, SafePropertyRead as SafePropertyRead3, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstElement as TmplAstElement3, TmplAstIcu, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
3191
3191
  import ts25 from "typescript";
3192
3192
 
3193
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
3193
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
3194
3194
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
3195
3195
  import ts23 from "typescript";
3196
3196
  function wrapForDiagnostics(expr) {
@@ -3236,7 +3236,7 @@ function translateDiagnostic(diagnostic, resolver) {
3236
3236
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
3237
3237
  }
3238
3238
 
3239
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
3239
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
3240
3240
  import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
3241
3241
  import ts24 from "typescript";
3242
3242
  var NULL_AS_ANY = ts24.factory.createAsExpression(ts24.factory.createNull(), ts24.factory.createKeywordTypeNode(ts24.SyntaxKind.AnyKeyword));
@@ -3566,7 +3566,7 @@ var VeSafeLhsInferenceBugDetector = class {
3566
3566
  };
3567
3567
  VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
3568
3568
 
3569
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
3569
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
3570
3570
  import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
3571
3571
  var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
3572
3572
  constructor(templateId, boundTarget, oob) {
@@ -3590,7 +3590,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
3590
3590
  }
3591
3591
  };
3592
3592
 
3593
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3593
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3594
3594
  var TcbGenericContextBehavior;
3595
3595
  (function(TcbGenericContextBehavior2) {
3596
3596
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -4693,7 +4693,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
4693
4693
  }
4694
4694
  };
4695
4695
 
4696
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
4696
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
4697
4697
  import ts26 from "typescript";
4698
4698
  var TypeCheckFile = class extends Environment {
4699
4699
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -4729,7 +4729,7 @@ var TypeCheckFile = class extends Environment {
4729
4729
  }
4730
4730
  };
4731
4731
 
4732
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4732
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4733
4733
  var InliningMode;
4734
4734
  (function(InliningMode2) {
4735
4735
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -4967,10 +4967,10 @@ function splitStringAtPoints(str, points) {
4967
4967
  return splits;
4968
4968
  }
4969
4969
 
4970
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4970
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4971
4971
  import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
4972
4972
 
4973
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
4973
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
4974
4974
  var LF_CHAR = 10;
4975
4975
  var CR_CHAR = 13;
4976
4976
  var LINE_SEP_CHAR = 8232;
@@ -5011,7 +5011,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
5011
5011
  return low - 1;
5012
5012
  }
5013
5013
 
5014
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
5014
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
5015
5015
  var TemplateSource = class {
5016
5016
  constructor(mapping, file) {
5017
5017
  this.mapping = mapping;
@@ -5062,7 +5062,7 @@ var TemplateSourceManager = class {
5062
5062
  }
5063
5063
  };
5064
5064
 
5065
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
5065
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
5066
5066
  import { AST, ASTWithSource as ASTWithSource3, BindingPipe as BindingPipe2, PropertyRead as PropertyRead5, PropertyWrite as PropertyWrite4, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement4, TmplAstReference as TmplAstReference4, TmplAstTemplate as TmplAstTemplate3, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable3 } from "@angular/compiler";
5067
5067
  import ts28 from "typescript";
5068
5068
  var SymbolBuilder = class {
@@ -5546,7 +5546,7 @@ function sourceSpanEqual(a, b) {
5546
5546
  return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
5547
5547
  }
5548
5548
 
5549
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
5549
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
5550
5550
  var REGISTRY2 = new DomElementSchemaRegistry2();
5551
5551
  var TemplateTypeCheckerImpl = class {
5552
5552
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -6240,10 +6240,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
6240
6240
  }
6241
6241
  };
6242
6242
 
6243
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6243
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6244
6244
  import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
6245
6245
 
6246
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
6246
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
6247
6247
  import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
6248
6248
  var TemplateCheckWithVisitor = class {
6249
6249
  run(ctx, component, template) {
@@ -6320,7 +6320,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
6320
6320
  }
6321
6321
  };
6322
6322
 
6323
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6323
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6324
6324
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
6325
6325
  constructor() {
6326
6326
  super(...arguments);
@@ -6345,7 +6345,7 @@ var factory = {
6345
6345
  create: () => new InvalidBananaInBoxCheck()
6346
6346
  };
6347
6347
 
6348
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
6348
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
6349
6349
  import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
6350
6350
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
6351
6351
  ["ngIf", "NgIf"],
@@ -6390,7 +6390,7 @@ var factory2 = {
6390
6390
  }
6391
6391
  };
6392
6392
 
6393
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
6393
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
6394
6394
  import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
6395
6395
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
6396
6396
  constructor() {
@@ -6423,7 +6423,7 @@ var factory3 = {
6423
6423
  create: () => new MissingNgForOfLetCheck()
6424
6424
  };
6425
6425
 
6426
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
6426
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
6427
6427
  import { Binary } from "@angular/compiler";
6428
6428
  import ts29 from "typescript";
6429
6429
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -6468,7 +6468,7 @@ var factory4 = {
6468
6468
  }
6469
6469
  };
6470
6470
 
6471
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
6471
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
6472
6472
  import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
6473
6473
  import ts30 from "typescript";
6474
6474
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -6514,7 +6514,7 @@ var factory5 = {
6514
6514
  }
6515
6515
  };
6516
6516
 
6517
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
6517
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
6518
6518
  import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
6519
6519
  var STYLE_SUFFIXES = ["px", "%", "em"];
6520
6520
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -6538,7 +6538,7 @@ var factory6 = {
6538
6538
  create: () => new SuffixNotSupportedCheck()
6539
6539
  };
6540
6540
 
6541
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
6541
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
6542
6542
  import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
6543
6543
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
6544
6544
  constructor() {
@@ -6577,10 +6577,10 @@ var factory7 = {
6577
6577
  create: () => new TextAttributeNotBindingSpec()
6578
6578
  };
6579
6579
 
6580
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
6580
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
6581
6581
  import ts31 from "typescript";
6582
6582
 
6583
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
6583
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
6584
6584
  var DiagnosticCategoryLabel;
6585
6585
  (function(DiagnosticCategoryLabel2) {
6586
6586
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -6588,7 +6588,7 @@ var DiagnosticCategoryLabel;
6588
6588
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
6589
6589
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
6590
6590
 
6591
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
6591
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
6592
6592
  var ExtendedTemplateCheckerImpl = class {
6593
6593
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
6594
6594
  var _a, _b, _c, _d, _e;
@@ -6641,7 +6641,7 @@ function assertNever(value) {
6641
6641
  ${value}`);
6642
6642
  }
6643
6643
 
6644
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
6644
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
6645
6645
  var ALL_DIAGNOSTIC_FACTORIES = [
6646
6646
  factory,
6647
6647
  factory4,
@@ -6652,7 +6652,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
6652
6652
  factory6
6653
6653
  ];
6654
6654
 
6655
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
6655
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
6656
6656
  var CompilationTicketKind;
6657
6657
  (function(CompilationTicketKind2) {
6658
6658
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -7358,7 +7358,7 @@ function versionMapFromProgram(program, driver) {
7358
7358
  return versions;
7359
7359
  }
7360
7360
 
7361
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
7361
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
7362
7362
  import ts33 from "typescript";
7363
7363
  var DelegatingCompilerHost2 = class {
7364
7364
  constructor(delegate) {
@@ -7503,7 +7503,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
7503
7503
  }
7504
7504
  };
7505
7505
 
7506
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
7506
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
7507
7507
  var NgtscProgram = class {
7508
7508
  constructor(rootNames, options, delegateHost, oldProgram) {
7509
7509
  this.options = options;
@@ -7721,15 +7721,15 @@ function mergeEmitResults(emitResults) {
7721
7721
  return { diagnostics, emitSkipped, emittedFiles };
7722
7722
  }
7723
7723
 
7724
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
7724
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
7725
7725
  function createProgram({ rootNames, options, host, oldProgram }) {
7726
7726
  return new NgtscProgram(rootNames, options, host, oldProgram);
7727
7727
  }
7728
7728
 
7729
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
7729
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
7730
7730
  import ts36 from "typescript";
7731
7731
 
7732
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
7732
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
7733
7733
  import ts35 from "typescript";
7734
7734
  function createMessageDiagnostic(messageText) {
7735
7735
  return {
@@ -7743,7 +7743,7 @@ function createMessageDiagnostic(messageText) {
7743
7743
  };
7744
7744
  }
7745
7745
 
7746
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
7746
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
7747
7747
  var defaultFormatHost = {
7748
7748
  getCurrentDirectory: () => ts36.sys.getCurrentDirectory(),
7749
7749
  getCanonicalFileName: (fileName) => fileName,
@@ -7955,4 +7955,4 @@ export {
7955
7955
  * found in the LICENSE file at https://angular.io/license
7956
7956
  */
7957
7957
  // Closure Compiler ignores @suppress and similar if the comment contains @license.
7958
- //# sourceMappingURL=chunk-RMPM4VAI.js.map
7958
+ //# sourceMappingURL=chunk-AYNYESJJ.js.map