@angular/compiler-cli 19.0.4 → 19.0.5

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 (37) hide show
  1. package/bundles/{chunk-YCOYUOYB.js → chunk-2EUHS5W2.js} +3 -3
  2. package/bundles/{chunk-STORTTKY.js → chunk-37JMVF7H.js} +8 -8
  3. package/bundles/{chunk-NQFS66HQ.js → chunk-3QLTO5T6.js} +31 -31
  4. package/bundles/{chunk-UTHJWCVR.js → chunk-6VG7S77X.js} +5 -5
  5. package/bundles/{chunk-5UDS2TPQ.js → chunk-77D5CI2U.js} +7 -7
  6. package/bundles/{chunk-GBKXY6BH.js → chunk-FKXFEX7K.js} +3 -3
  7. package/bundles/{chunk-PXGVGHBM.js → chunk-MCOVWS4E.js} +81 -81
  8. package/bundles/{chunk-P5OLJFAE.js → chunk-ML6KK252.js} +47 -43
  9. package/bundles/chunk-ML6KK252.js.map +6 -0
  10. package/bundles/{chunk-MIHO36SM.js → chunk-N5FRAJVF.js} +12 -12
  11. package/bundles/{chunk-I6R3GL3L.js → chunk-Q2WE7ECN.js} +5 -5
  12. package/bundles/{chunk-3OT7XV3K.js → chunk-UFF4IQHB.js} +147 -138
  13. package/bundles/{chunk-3OT7XV3K.js.map → chunk-UFF4IQHB.js.map} +1 -1
  14. package/bundles/index.js +12 -12
  15. package/bundles/linker/babel/index.js +12 -12
  16. package/bundles/linker/index.js +4 -4
  17. package/bundles/ngcc/index.js +1 -1
  18. package/bundles/private/bazel.js +1 -1
  19. package/bundles/private/localize.js +3 -3
  20. package/bundles/private/migrations.js +4 -4
  21. package/bundles/private/tooling.js +6 -6
  22. package/bundles/src/bin/ng_xi18n.js +10 -10
  23. package/bundles/src/bin/ngc.js +8 -8
  24. package/bundles_metadata.json +1 -1
  25. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  26. package/package.json +2 -2
  27. package/src/ngtsc/reflection/src/typescript.d.ts +1 -0
  28. package/bundles/chunk-P5OLJFAE.js.map +0 -6
  29. /package/bundles/{chunk-YCOYUOYB.js.map → chunk-2EUHS5W2.js.map} +0 -0
  30. /package/bundles/{chunk-STORTTKY.js.map → chunk-37JMVF7H.js.map} +0 -0
  31. /package/bundles/{chunk-NQFS66HQ.js.map → chunk-3QLTO5T6.js.map} +0 -0
  32. /package/bundles/{chunk-UTHJWCVR.js.map → chunk-6VG7S77X.js.map} +0 -0
  33. /package/bundles/{chunk-5UDS2TPQ.js.map → chunk-77D5CI2U.js.map} +0 -0
  34. /package/bundles/{chunk-GBKXY6BH.js.map → chunk-FKXFEX7K.js.map} +0 -0
  35. /package/bundles/{chunk-PXGVGHBM.js.map → chunk-MCOVWS4E.js.map} +0 -0
  36. /package/bundles/{chunk-MIHO36SM.js.map → chunk-N5FRAJVF.js.map} +0 -0
  37. /package/bundles/{chunk-I6R3GL3L.js.map → chunk-Q2WE7ECN.js.map} +0 -0
@@ -4,9 +4,9 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-MIHO36SM.js";
7
+ } from "./chunk-N5FRAJVF.js";
8
8
 
9
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
9
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
10
10
  var GLOBAL_DEFS_FOR_TERSER = {
11
11
  ngDevMode: false,
12
12
  ngI18nClosureMode: false
@@ -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-YCOYUOYB.js.map
34
+ //# sourceMappingURL=chunk-2EUHS5W2.js.map
@@ -6,7 +6,7 @@ import {
6
6
  __require
7
7
  } from "./chunk-KPQ72R34.js";
8
8
 
9
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
9
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
10
10
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
11
11
  function normalizeSeparators(path) {
12
12
  return path.replace(/\\/g, "/");
@@ -22,7 +22,7 @@ function getSourceFileOrError(program, fileName) {
22
22
  return sf;
23
23
  }
24
24
 
25
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
25
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
26
26
  var InvalidFileSystem = class {
27
27
  exists(path) {
28
28
  throw makeError();
@@ -110,7 +110,7 @@ function makeError() {
110
110
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
111
111
  }
112
112
 
113
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
113
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
114
114
  var fs = new InvalidFileSystem();
115
115
  function getFileSystem() {
116
116
  return fs;
@@ -167,7 +167,7 @@ function toRelativeImport(relativePath) {
167
167
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
168
168
  }
169
169
 
170
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
170
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
171
171
  import * as os from "os";
172
172
  import ts from "typescript";
173
173
  var NgtscCompilerHost = class {
@@ -227,7 +227,7 @@ var NgtscCompilerHost = class {
227
227
  }
228
228
  };
229
229
 
230
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
230
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
231
231
  var LogicalProjectPath = {
232
232
  relativePathBetween: function(from, to) {
233
233
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -276,7 +276,7 @@ function isWithinBasePath(base, path) {
276
276
  return isLocalRelativePath(relative(base, path));
277
277
  }
278
278
 
279
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
279
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
280
280
  import fs2 from "fs";
281
281
  import { createRequire } from "module";
282
282
  import * as p from "path";
@@ -380,7 +380,7 @@ function toggleCase(str) {
380
380
  return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
381
381
  }
382
382
 
383
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/ts_read_directory.mjs
383
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/ts_read_directory.mjs
384
384
  import ts2 from "typescript";
385
385
  function createFileSystemTsReadDirectoryFn(fs3) {
386
386
  if (ts2.matchFiles === void 0) {
@@ -443,4 +443,4 @@ export {
443
443
  * Use of this source code is governed by an MIT-style license that can be
444
444
  * found in the LICENSE file at https://angular.dev/license
445
445
  */
446
- //# sourceMappingURL=chunk-STORTTKY.js.map
446
+ //# sourceMappingURL=chunk-37JMVF7H.js.map
@@ -5,12 +5,12 @@
5
5
  import {
6
6
  Context,
7
7
  ExpressionTranslatorVisitor
8
- } from "./chunk-P5OLJFAE.js";
8
+ } from "./chunk-ML6KK252.js";
9
9
  import {
10
10
  SourceFileLoader
11
- } from "./chunk-5UDS2TPQ.js";
11
+ } from "./chunk-77D5CI2U.js";
12
12
 
13
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
13
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
14
14
  var FatalLinkerError = class extends Error {
15
15
  node;
16
16
  type = "FatalLinkerError";
@@ -23,14 +23,14 @@ function isFatalLinkerError(e) {
23
23
  return e && e.type === "FatalLinkerError";
24
24
  }
25
25
 
26
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
26
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
27
27
  function assert(node, predicate, expected) {
28
28
  if (!predicate(node)) {
29
29
  throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
30
30
  }
31
31
  }
32
32
 
33
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
33
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
34
34
  import * as o from "@angular/compiler";
35
35
  var AstObject = class {
36
36
  expression;
@@ -168,10 +168,10 @@ var AstValue = class {
168
168
  }
169
169
  };
170
170
 
171
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
171
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
172
172
  import { ConstantPool } from "@angular/compiler";
173
173
 
174
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
174
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
175
175
  var LinkerImportGenerator = class {
176
176
  factory;
177
177
  ngImport;
@@ -193,7 +193,7 @@ var LinkerImportGenerator = class {
193
193
  }
194
194
  };
195
195
 
196
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
196
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
197
197
  var EmitScope = class {
198
198
  ngImport;
199
199
  translator;
@@ -225,7 +225,7 @@ var EmitScope = class {
225
225
  }
226
226
  };
227
227
 
228
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
228
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
229
229
  var LocalEmitScope = class extends EmitScope {
230
230
  translateDefinition(definition) {
231
231
  return super.translateDefinition({
@@ -238,10 +238,10 @@ var LocalEmitScope = class extends EmitScope {
238
238
  }
239
239
  };
240
240
 
241
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
241
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
242
242
  import semver3 from "semver";
243
243
 
244
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
244
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
245
245
  function createGetSourceFile(sourceUrl, code, loader) {
246
246
  if (loader === null) {
247
247
  return () => null;
@@ -256,7 +256,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
256
256
  }
257
257
  }
258
258
 
259
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_async_linker_1.mjs
259
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_async_linker_1.mjs
260
260
  import { compileOpaqueAsyncClassMetadata } from "@angular/compiler";
261
261
  var PartialClassMetadataAsyncLinkerVersion1 = class {
262
262
  linkPartialDeclaration(constantPool, metaObj) {
@@ -281,7 +281,7 @@ var PartialClassMetadataAsyncLinkerVersion1 = class {
281
281
  }
282
282
  };
283
283
 
284
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
284
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
285
285
  import { compileClassMetadata } from "@angular/compiler";
286
286
  var PartialClassMetadataLinkerVersion1 = class {
287
287
  linkPartialDeclaration(constantPool, metaObj) {
@@ -301,17 +301,17 @@ function toR3ClassMetadata(metaObj) {
301
301
  };
302
302
  }
303
303
 
304
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
304
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
305
305
  import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher, ViewEncapsulation } from "@angular/compiler";
306
306
  import semver2 from "semver";
307
307
 
308
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
308
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
309
309
  import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
310
310
 
311
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
311
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
312
312
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
313
313
  import semver from "semver";
314
- var PLACEHOLDER_VERSION = "19.0.4";
314
+ var PLACEHOLDER_VERSION = "19.0.5";
315
315
  function wrapReference(wrapped) {
316
316
  return { value: wrapped, type: wrapped };
317
317
  }
@@ -364,7 +364,7 @@ function getDefaultStandaloneValue(version) {
364
364
  return STANDALONE_IS_DEFAULT_RANGE.test(version);
365
365
  }
366
366
 
367
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
367
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
368
368
  var PartialDirectiveLinkerVersion1 = class {
369
369
  sourceUrl;
370
370
  code;
@@ -513,7 +513,7 @@ function createSourceSpan(range, code, sourceUrl) {
513
513
  return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
514
514
  }
515
515
 
516
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
516
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
517
517
  function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
518
518
  return {
519
519
  kind: R3TemplateDependencyKind.Directive,
@@ -731,7 +731,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
731
731
  return enumValue;
732
732
  }
733
733
 
734
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
734
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
735
735
  import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
736
736
  var PartialFactoryLinkerVersion1 = class {
737
737
  linkPartialDeclaration(constantPool, metaObj) {
@@ -767,7 +767,7 @@ function getDependencies(metaObj, propName) {
767
767
  return null;
768
768
  }
769
769
 
770
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
770
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
771
771
  import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
772
772
  var PartialInjectableLinkerVersion1 = class {
773
773
  linkPartialDeclaration(constantPool, metaObj) {
@@ -805,7 +805,7 @@ function toR3InjectableMeta(metaObj) {
805
805
  return meta;
806
806
  }
807
807
 
808
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
808
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
809
809
  import { compileInjector } from "@angular/compiler";
810
810
  var PartialInjectorLinkerVersion1 = class {
811
811
  linkPartialDeclaration(constantPool, metaObj) {
@@ -827,7 +827,7 @@ function toR3InjectorMeta(metaObj) {
827
827
  };
828
828
  }
829
829
 
830
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
830
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
831
831
  import { compileNgModule, R3NgModuleMetadataKind, R3SelectorScopeMode } from "@angular/compiler";
832
832
  var PartialNgModuleLinkerVersion1 = class {
833
833
  emitInline;
@@ -900,7 +900,7 @@ function wrapReferences(values) {
900
900
  return values.getArray().map((i) => wrapReference(i.getOpaque()));
901
901
  }
902
902
 
903
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
903
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
904
904
  import { compilePipeFromMetadata } from "@angular/compiler";
905
905
  var PartialPipeLinkerVersion1 = class {
906
906
  constructor() {
@@ -929,7 +929,7 @@ function toR3PipeMeta(metaObj, version) {
929
929
  };
930
930
  }
931
931
 
932
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
932
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
933
933
  var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
934
934
  var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
935
935
  var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
@@ -1034,7 +1034,7 @@ function getRange(comparator, versionStr) {
1034
1034
  return new semver3.Range(`${comparator}${version.format()}`);
1035
1035
  }
1036
1036
 
1037
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
1037
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
1038
1038
  var FileLinker = class {
1039
1039
  linkerEnvironment;
1040
1040
  linkerSelector;
@@ -1079,14 +1079,14 @@ var FileLinker = class {
1079
1079
  }
1080
1080
  };
1081
1081
 
1082
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
1082
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
1083
1083
  var DEFAULT_LINKER_OPTIONS = {
1084
1084
  sourceMapping: true,
1085
1085
  linkerJitMode: false,
1086
1086
  unknownDeclarationVersionHandling: "error"
1087
1087
  };
1088
1088
 
1089
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
1089
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
1090
1090
  var Translator = class {
1091
1091
  factory;
1092
1092
  constructor(factory) {
@@ -1100,7 +1100,7 @@ var Translator = class {
1100
1100
  }
1101
1101
  };
1102
1102
 
1103
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
1103
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
1104
1104
  var LinkerEnvironment = class {
1105
1105
  fileSystem;
1106
1106
  logger;
@@ -1128,7 +1128,7 @@ var LinkerEnvironment = class {
1128
1128
  }
1129
1129
  };
1130
1130
 
1131
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1131
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1132
1132
  function needsLinking(path, source) {
1133
1133
  return declarationFunctions.some((fn) => source.includes(fn));
1134
1134
  }
@@ -1149,4 +1149,4 @@ export {
1149
1149
  * Use of this source code is governed by an MIT-style license that can be
1150
1150
  * found in the LICENSE file at https://angular.dev/license
1151
1151
  */
1152
- //# sourceMappingURL=chunk-NQFS66HQ.js.map
1152
+ //# sourceMappingURL=chunk-3QLTO5T6.js.map
@@ -12,13 +12,13 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-PXGVGHBM.js";
15
+ } from "./chunk-MCOVWS4E.js";
16
16
 
17
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
17
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
18
18
  import ts2 from "typescript";
19
19
  import yargs from "yargs";
20
20
 
21
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
21
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
22
22
  import * as chokidar from "chokidar";
23
23
  import * as path from "path";
24
24
  import ts from "typescript";
@@ -242,7 +242,7 @@ function performWatchCompilation(host) {
242
242
  }
243
243
  }
244
244
 
245
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
245
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
246
246
  function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles) {
247
247
  let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
248
248
  if (configErrors.length) {
@@ -363,4 +363,4 @@ export {
363
363
  * Use of this source code is governed by an MIT-style license that can be
364
364
  * found in the LICENSE file at https://angular.dev/license
365
365
  */
366
- //# sourceMappingURL=chunk-UTHJWCVR.js.map
366
+ //# sourceMappingURL=chunk-6VG7S77X.js.map
@@ -3,11 +3,11 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
5
5
 
6
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
6
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
7
7
  import { decode, encode } from "@jridgewell/sourcemap-codec";
8
8
  import mapHelpers from "convert-source-map";
9
9
 
10
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
10
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
11
11
  function compareSegments(a, b) {
12
12
  return a.position - b.position;
13
13
  }
@@ -27,7 +27,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
27
27
  return { line, column, position, next: void 0 };
28
28
  }
29
29
 
30
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
30
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
31
31
  function removeSourceMapComments(contents) {
32
32
  return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
33
33
  }
@@ -282,10 +282,10 @@ var Cache = class {
282
282
  }
283
283
  };
284
284
 
285
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
285
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
286
286
  import mapHelpers2 from "convert-source-map";
287
287
 
288
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
288
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
289
289
  var ContentOrigin;
290
290
  (function(ContentOrigin2) {
291
291
  ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
@@ -293,7 +293,7 @@ var ContentOrigin;
293
293
  ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
294
294
  })(ContentOrigin || (ContentOrigin = {}));
295
295
 
296
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
296
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
297
297
  var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
298
298
  var SourceFileLoader = class {
299
299
  fs;
@@ -426,4 +426,4 @@ export {
426
426
  * Use of this source code is governed by an MIT-style license that can be
427
427
  * found in the LICENSE file at https://angular.dev/license
428
428
  */
429
- //# sourceMappingURL=chunk-5UDS2TPQ.js.map
429
+ //# sourceMappingURL=chunk-77D5CI2U.js.map
@@ -3,7 +3,7 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
5
5
 
6
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
6
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
7
7
  var LogLevel;
8
8
  (function(LogLevel2) {
9
9
  LogLevel2[LogLevel2["debug"] = 0] = "debug";
@@ -12,7 +12,7 @@ var LogLevel;
12
12
  LogLevel2[LogLevel2["error"] = 3] = "error";
13
13
  })(LogLevel || (LogLevel = {}));
14
14
 
15
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
15
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
16
16
  var RESET = "\x1B[0m";
17
17
  var RED = "\x1B[31m";
18
18
  var YELLOW = "\x1B[33m";
@@ -54,4 +54,4 @@ export {
54
54
  * Use of this source code is governed by an MIT-style license that can be
55
55
  * found in the LICENSE file at https://angular.dev/license
56
56
  */
57
- //# sourceMappingURL=chunk-GBKXY6BH.js.map
57
+ //# sourceMappingURL=chunk-FKXFEX7K.js.map