@angular/compiler-cli 14.2.3 → 14.2.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 (49) hide show
  1. package/bundles/{chunk-RCXOJZDO.js → chunk-2HPI44CB.js} +5 -5
  2. package/bundles/{chunk-RCXOJZDO.js.map → chunk-2HPI44CB.js.map} +0 -0
  3. package/bundles/{chunk-CQCM2MKZ.js → chunk-2VBPNPMZ.js} +70 -70
  4. package/bundles/{chunk-CQCM2MKZ.js.map → chunk-2VBPNPMZ.js.map} +0 -0
  5. package/bundles/{chunk-DM4TYSFG.js → chunk-7YHMCUJT.js} +2 -2
  6. package/bundles/{chunk-DM4TYSFG.js.map → chunk-7YHMCUJT.js.map} +0 -0
  7. package/bundles/{chunk-UQK6FAVE.js → chunk-AE5KHCRE.js} +5 -5
  8. package/bundles/{chunk-UQK6FAVE.js.map → chunk-AE5KHCRE.js.map} +0 -0
  9. package/bundles/{chunk-EEHU2KKY.js → chunk-CCZYJWBX.js} +71 -71
  10. package/bundles/{chunk-EEHU2KKY.js.map → chunk-CCZYJWBX.js.map} +0 -0
  11. package/bundles/{chunk-56O2PTWU.js → chunk-CYVTLM4Z.js} +7 -7
  12. package/bundles/{chunk-56O2PTWU.js.map → chunk-CYVTLM4Z.js.map} +0 -0
  13. package/bundles/{chunk-5FZBUSFV.js → chunk-E7NQQTT7.js} +3 -3
  14. package/bundles/{chunk-5FZBUSFV.js.map → chunk-E7NQQTT7.js.map} +0 -0
  15. package/bundles/{chunk-ICPLY7FO.js → chunk-FM6NPN5V.js} +4 -4
  16. package/bundles/{chunk-ICPLY7FO.js.map → chunk-FM6NPN5V.js.map} +0 -0
  17. package/bundles/{chunk-IS6SUBRS.js → chunk-L2QFSPXM.js} +31 -31
  18. package/bundles/{chunk-IS6SUBRS.js.map → chunk-L2QFSPXM.js.map} +0 -0
  19. package/bundles/{chunk-OFWCUUXP.js → chunk-NYGWZR47.js} +40 -40
  20. package/bundles/{chunk-OFWCUUXP.js.map → chunk-NYGWZR47.js.map} +0 -0
  21. package/bundles/{chunk-HMWNYAAE.js → chunk-R3C7RFJ4.js} +2 -2
  22. package/bundles/{chunk-HMWNYAAE.js.map → chunk-R3C7RFJ4.js.map} +0 -0
  23. package/bundles/{chunk-3WGLAG5S.js → chunk-RO4YJD54.js} +105 -98
  24. package/bundles/chunk-RO4YJD54.js.map +6 -0
  25. package/bundles/{chunk-4NRCP3Y6.js → chunk-TOKOIIBI.js} +7 -7
  26. package/bundles/{chunk-4NRCP3Y6.js.map → chunk-TOKOIIBI.js.map} +0 -0
  27. package/bundles/{chunk-JN4TT3OU.js → chunk-UZLFREET.js} +7 -7
  28. package/bundles/{chunk-JN4TT3OU.js.map → chunk-UZLFREET.js.map} +0 -0
  29. package/bundles/{chunk-IGUYDR56.js → chunk-WAZH2LJQ.js} +26 -26
  30. package/bundles/{chunk-IGUYDR56.js.map → chunk-WAZH2LJQ.js.map} +0 -0
  31. package/bundles/{chunk-MOE5WKIA.js → chunk-XDX5RDY5.js} +7 -7
  32. package/bundles/{chunk-MOE5WKIA.js.map → chunk-XDX5RDY5.js.map} +0 -0
  33. package/bundles/index.js +13 -13
  34. package/bundles/linker/babel/index.js +13 -13
  35. package/bundles/linker/index.js +5 -5
  36. package/bundles/ngcc/index.js +13 -13
  37. package/bundles/ngcc/main-ngcc.js +14 -14
  38. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
  39. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
  40. package/bundles/private/bazel.js +1 -1
  41. package/bundles/private/localize.js +3 -3
  42. package/bundles/private/migrations.js +6 -6
  43. package/bundles/private/tooling.js +3 -3
  44. package/bundles/src/bin/ng_xi18n.js +11 -11
  45. package/bundles/src/bin/ngc.js +9 -9
  46. package/bundles_metadata.json +1 -1
  47. package/ngcc/src/packages/build_marker.d.ts +1 -1
  48. package/package.json +2 -2
  49. package/bundles/chunk-3WGLAG5S.js.map +0 -6
@@ -14,13 +14,13 @@ import {
14
14
  formatDiagnostics,
15
15
  performCompilation,
16
16
  readConfiguration
17
- } from "./chunk-3WGLAG5S.js";
17
+ } from "./chunk-RO4YJD54.js";
18
18
 
19
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
19
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
20
20
  import ts2 from "typescript";
21
21
  import yargs from "yargs";
22
22
 
23
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
23
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
24
24
  import * as chokidar from "chokidar";
25
25
  import * as path from "path";
26
26
  import ts from "typescript";
@@ -236,7 +236,7 @@ function performWatchCompilation(host) {
236
236
  }
237
237
  }
238
238
 
239
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
239
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
240
240
  function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles, tsickle) {
241
241
  let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
242
242
  if (configErrors.length) {
@@ -377,4 +377,4 @@ export {
377
377
  * Use of this source code is governed by an MIT-style license that can be
378
378
  * found in the LICENSE file at https://angular.io/license
379
379
  */
380
- //# sourceMappingURL=chunk-UQK6FAVE.js.map
380
+ //# sourceMappingURL=chunk-AE5KHCRE.js.map
@@ -8,7 +8,7 @@ import {
8
8
  ImportGraph,
9
9
  isShim,
10
10
  readConfiguration
11
- } from "./chunk-3WGLAG5S.js";
11
+ } from "./chunk-RO4YJD54.js";
12
12
  import {
13
13
  CompilationMode,
14
14
  ComponentDecoratorHandler,
@@ -32,7 +32,7 @@ import {
32
32
  TypeCheckScopeRegistry,
33
33
  forwardRefResolver,
34
34
  readBaseClass
35
- } from "./chunk-CQCM2MKZ.js";
35
+ } from "./chunk-2VBPNPMZ.js";
36
36
  import {
37
37
  ClassMemberKind,
38
38
  KnownDeclaration,
@@ -43,15 +43,15 @@ import {
43
43
  isNamedFunctionDeclaration,
44
44
  isNamedVariableDeclaration,
45
45
  reflectObjectLiteral
46
- } from "./chunk-MOE5WKIA.js";
46
+ } from "./chunk-XDX5RDY5.js";
47
47
  import {
48
48
  ConsoleLogger,
49
49
  LogLevel
50
- } from "./chunk-5FZBUSFV.js";
50
+ } from "./chunk-E7NQQTT7.js";
51
51
  import {
52
52
  ContentOrigin,
53
53
  SourceFileLoader
54
- } from "./chunk-56O2PTWU.js";
54
+ } from "./chunk-CYVTLM4Z.js";
55
55
  import {
56
56
  AbsoluteModuleStrategy,
57
57
  ImportManager,
@@ -72,10 +72,10 @@ import {
72
72
  translateStatement,
73
73
  translateType,
74
74
  validateAndRewriteCoreSymbol
75
- } from "./chunk-IGUYDR56.js";
75
+ } from "./chunk-WAZH2LJQ.js";
76
76
  import {
77
77
  getModifiers
78
- } from "./chunk-DM4TYSFG.js";
78
+ } from "./chunk-7YHMCUJT.js";
79
79
  import {
80
80
  LogicalFileSystem,
81
81
  NgtscCompilerHost,
@@ -87,21 +87,21 @@ import {
87
87
  isRooted,
88
88
  relative,
89
89
  toRelativeImport
90
- } from "./chunk-4NRCP3Y6.js";
90
+ } from "./chunk-TOKOIIBI.js";
91
91
  import {
92
92
  NOOP_PERF_RECORDER
93
- } from "./chunk-RCXOJZDO.js";
93
+ } from "./chunk-2HPI44CB.js";
94
94
 
95
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
95
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
96
96
  import ts23 from "typescript";
97
97
 
98
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
98
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
99
99
  import ts7 from "typescript";
100
100
 
101
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
101
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
102
102
  import ts6 from "typescript";
103
103
 
104
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/utils.mjs
104
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/utils.mjs
105
105
  import ts from "typescript";
106
106
  function isDefined(value) {
107
107
  return value !== void 0 && value !== null;
@@ -192,7 +192,7 @@ function isExportObject(thing) {
192
192
  return typeof thing === "object" && thing !== null && !Array.isArray(thing);
193
193
  }
194
194
 
195
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_umd_utils.mjs
195
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_umd_utils.mjs
196
196
  import ts2 from "typescript";
197
197
  function findNamespaceOfIdentifier(id) {
198
198
  return id.parent && ts2.isPropertyAccessExpression(id.parent) && id.parent.name === id && ts2.isIdentifier(id.parent.expression) ? id.parent.expression : null;
@@ -278,10 +278,10 @@ function skipAliases(node) {
278
278
  return node;
279
279
  }
280
280
 
281
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
281
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
282
282
  import ts4 from "typescript";
283
283
 
284
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/util.mjs
284
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/util.mjs
285
285
  function isWithinPackage(packagePath, filePath) {
286
286
  const relativePath = relative(packagePath, filePath);
287
287
  return isLocalRelativePath(relativePath) && !relativePath.startsWith("node_modules/");
@@ -296,13 +296,13 @@ var NoopDependencyTracker = class {
296
296
  };
297
297
  var NOOP_DEPENDENCY_TRACKER = new NoopDependencyTracker();
298
298
 
299
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/utils.mjs
299
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/utils.mjs
300
300
  import ts3 from "typescript";
301
301
  function stripParentheses(node) {
302
302
  return ts3.isParenthesizedExpression(node) ? node.expression : node;
303
303
  }
304
304
 
305
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
305
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm2015_host.mjs
306
306
  var DECORATORS = "decorators";
307
307
  var PROP_DECORATORS = "propDecorators";
308
308
  var CONSTRUCTOR = "__constructor";
@@ -1531,7 +1531,7 @@ function getOuterNodeFromInnerDeclaration(node) {
1531
1531
  return outerNode;
1532
1532
  }
1533
1533
 
1534
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm5_host.mjs
1534
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/esm5_host.mjs
1535
1535
  import ts5 from "typescript";
1536
1536
  var Esm5ReflectionHost = class extends Esm2015ReflectionHost {
1537
1537
  getBaseClassExpression(clazz) {
@@ -1865,7 +1865,7 @@ function getIifeFn(classSymbol) {
1865
1865
  return iifeWrapper && ts5.isFunctionExpression(iifeWrapper) ? iifeWrapper : null;
1866
1866
  }
1867
1867
 
1868
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
1868
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/umd_host.mjs
1869
1869
  var UmdReflectionHost = class extends Esm5ReflectionHost {
1870
1870
  constructor(logger, isCore, src, dts = null) {
1871
1871
  super(logger, isCore, src, dts);
@@ -2365,7 +2365,7 @@ function isExportsIdentifier(node) {
2365
2365
  return ts6.isIdentifier(node) && node.text === "exports";
2366
2366
  }
2367
2367
 
2368
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
2368
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point.mjs
2369
2369
  var SUPPORTED_FORMAT_PROPERTIES = ["fesm2015", "fesm5", "es2015", "esm2015", "esm5", "main", "module", "browser"];
2370
2370
  var NO_ENTRY_POINT = "no-entry-point";
2371
2371
  var IGNORED_ENTRY_POINT = "ignored-entry-point";
@@ -2540,7 +2540,7 @@ function getRepositoryUrl(packageJson) {
2540
2540
  return packageJson.repository.url;
2541
2541
  }
2542
2542
 
2543
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/api.mjs
2543
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/api.mjs
2544
2544
  var DtsProcessing;
2545
2545
  (function(DtsProcessing2) {
2546
2546
  DtsProcessing2[DtsProcessing2["Yes"] = 0] = "Yes";
@@ -2549,7 +2549,7 @@ var DtsProcessing;
2549
2549
  })(DtsProcessing || (DtsProcessing = {}));
2550
2550
  var TaskDependencies = Map;
2551
2551
 
2552
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/adjust_cjs_umd_exports.mjs
2552
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/adjust_cjs_umd_exports.mjs
2553
2553
  import ts8 from "typescript";
2554
2554
  function adjustElementAccessExports(sourceText) {
2555
2555
  if (!/exports\[["']/.test(sourceText)) {
@@ -2586,10 +2586,10 @@ function isJsIdentifier(text) {
2586
2586
  return identifierPattern.test(text);
2587
2587
  }
2588
2588
 
2589
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
2589
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
2590
2590
  import ts10 from "typescript";
2591
2591
 
2592
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/patch_ts_expando_initializer.mjs
2592
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/patch_ts_expando_initializer.mjs
2593
2593
  import ts9 from "typescript";
2594
2594
  function patchTsGetExpandoInitializer() {
2595
2595
  if (isTs31778GetExpandoInitializerFixed()) {
@@ -2694,7 +2694,7 @@ function makeUnsupportedTypeScriptError() {
2694
2694
  return new Error("The TypeScript version used is not supported by ngcc.");
2695
2695
  }
2696
2696
 
2697
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
2697
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/bundle_program.mjs
2698
2698
  function makeBundleProgram(fs, isCore, pkg, path, r3FileName, options, host, additionalFiles = []) {
2699
2699
  const r3SymbolsPath = isCore ? findR3SymbolsPath(fs, fs.dirname(path), r3FileName) : null;
2700
2700
  let rootPaths = r3SymbolsPath ? [path, r3SymbolsPath, ...additionalFiles] : [path, ...additionalFiles];
@@ -2724,7 +2724,7 @@ function findR3SymbolsPath(fs, directory, filename) {
2724
2724
  return null;
2725
2725
  }
2726
2726
 
2727
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/ngcc_compiler_host.mjs
2727
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/ngcc_compiler_host.mjs
2728
2728
  import ts11 from "typescript";
2729
2729
  var NgccSourcesCompilerHost = class extends NgtscCompilerHost {
2730
2730
  constructor(fs, options, cache, moduleResolutionCache, packagePath) {
@@ -2769,7 +2769,7 @@ var NgccDtsCompilerHost = class extends NgtscCompilerHost {
2769
2769
  }
2770
2770
  };
2771
2771
 
2772
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/source_file_cache.mjs
2772
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/source_file_cache.mjs
2773
2773
  import ts12 from "typescript";
2774
2774
  var SharedFileCache = class {
2775
2775
  constructor(fs) {
@@ -2872,7 +2872,7 @@ function createModuleResolutionCache(fs) {
2872
2872
  });
2873
2873
  }
2874
2874
 
2875
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_bundle.mjs
2875
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_bundle.mjs
2876
2876
  function createSourceTextProcessor(format) {
2877
2877
  if (format === "umd" || format === "commonjs") {
2878
2878
  return adjustElementAccessExports;
@@ -2921,13 +2921,13 @@ function computePotentialDtsFilesFromJsFiles(fs, srcProgram, formatPath, typings
2921
2921
  return additionalFiles;
2922
2922
  }
2923
2923
 
2924
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
2924
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
2925
2925
  import ts22 from "typescript";
2926
2926
 
2927
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
2927
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
2928
2928
  import { ConstantPool } from "@angular/compiler";
2929
2929
 
2930
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/utils.mjs
2930
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/utils.mjs
2931
2931
  import ts13 from "typescript";
2932
2932
  function isClassDeclaration(clazz) {
2933
2933
  return isNamedClassDeclaration(clazz) || isNamedFunctionDeclaration(clazz) || isNamedVariableDeclaration(clazz);
@@ -3010,7 +3010,7 @@ function reifySourceFile(expr) {
3010
3010
  return stmt.declarationList.declarations[0].initializer;
3011
3011
  }
3012
3012
 
3013
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/missing_injectable_migration.mjs
3013
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/missing_injectable_migration.mjs
3014
3014
  var MissingInjectableMigration = class {
3015
3015
  apply(clazz, host) {
3016
3016
  const decorators = host.reflectionHost.getDecoratorsOfDeclaration(clazz);
@@ -3115,7 +3115,7 @@ function getAngularCoreDecoratorName(decorator) {
3115
3115
  return decorator.import.name;
3116
3116
  }
3117
3117
 
3118
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_child_migration.mjs
3118
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_child_migration.mjs
3119
3119
  var UndecoratedChildMigration = class {
3120
3120
  apply(clazz, host) {
3121
3121
  const moduleMeta = host.metadata.getNgModuleMetadata(new Reference(clazz));
@@ -3150,7 +3150,7 @@ var UndecoratedChildMigration = class {
3150
3150
  }
3151
3151
  };
3152
3152
 
3153
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_parent_migration.mjs
3153
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/migrations/undecorated_parent_migration.mjs
3154
3154
  var UndecoratedParentMigration = class {
3155
3155
  apply(clazz, host) {
3156
3156
  if (!hasDirectiveDecorator(host, clazz) || hasConstructor(host, clazz)) {
@@ -3183,7 +3183,7 @@ function determineBaseClass(clazz, host) {
3183
3183
  return baseClass;
3184
3184
  }
3185
3185
 
3186
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/migration_host.mjs
3186
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/migration_host.mjs
3187
3187
  import ts14 from "typescript";
3188
3188
  var DefaultMigrationHost = class {
3189
3189
  constructor(reflectionHost, metadata, evaluator, compiler, entryPointPath) {
@@ -3243,7 +3243,7 @@ function createMigrationDiagnostic(diagnostic, source, decorator) {
3243
3243
  return clone;
3244
3244
  }
3245
3245
 
3246
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_trait_compiler.mjs
3246
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_trait_compiler.mjs
3247
3247
  var NgccTraitCompiler = class extends TraitCompiler {
3248
3248
  constructor(handlers, ngccReflector) {
3249
3249
  super(handlers, ngccReflector, NOOP_PERF_RECORDER, new NoIncrementalBuild(), true, CompilationMode.FULL, new DtsTransformRegistry(), null, { isShim, isResource: () => false });
@@ -3288,10 +3288,10 @@ var NoIncrementalBuild = class {
3288
3288
  }
3289
3289
  };
3290
3290
 
3291
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/types.mjs
3291
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/types.mjs
3292
3292
  var DecorationAnalyses = Map;
3293
3293
 
3294
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
3294
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/decoration_analyzer.mjs
3295
3295
  var NgccResourceLoader = class {
3296
3296
  constructor(fs) {
3297
3297
  this.fs = fs;
@@ -3447,7 +3447,7 @@ var DecorationAnalyzer = class {
3447
3447
  }
3448
3448
  };
3449
3449
 
3450
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/module_with_providers_analyzer.mjs
3450
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/module_with_providers_analyzer.mjs
3451
3451
  import ts15 from "typescript";
3452
3452
  var ModuleWithProvidersAnalyses = Map;
3453
3453
  var ModuleWithProvidersAnalyzer = class {
@@ -3586,7 +3586,7 @@ function isAnyKeyword(typeParam) {
3586
3586
  return typeParam.kind === ts15.SyntaxKind.AnyKeyword;
3587
3587
  }
3588
3588
 
3589
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_references_registry.mjs
3589
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/ngcc_references_registry.mjs
3590
3590
  var NgccReferencesRegistry = class {
3591
3591
  constructor(host) {
3592
3592
  this.host = host;
@@ -3607,7 +3607,7 @@ var NgccReferencesRegistry = class {
3607
3607
  }
3608
3608
  };
3609
3609
 
3610
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/private_declarations_analyzer.mjs
3610
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/analysis/private_declarations_analyzer.mjs
3611
3611
  var PrivateDeclarationsAnalyzer = class {
3612
3612
  constructor(host, referencesRegistry) {
3613
3613
  this.host = host;
@@ -3648,7 +3648,7 @@ var PrivateDeclarationsAnalyzer = class {
3648
3648
  }
3649
3649
  };
3650
3650
 
3651
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_host.mjs
3651
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/commonjs_host.mjs
3652
3652
  import ts16 from "typescript";
3653
3653
  var CommonJsReflectionHost = class extends Esm5ReflectionHost {
3654
3654
  constructor(logger, isCore, src, dts = null) {
@@ -3812,7 +3812,7 @@ var CommonJsReflectionHost = class extends Esm5ReflectionHost {
3812
3812
  }
3813
3813
  };
3814
3814
 
3815
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/host/delegating_host.mjs
3815
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/host/delegating_host.mjs
3816
3816
  var DelegatingReflectionHost = class {
3817
3817
  constructor(tsHost, ngccHost) {
3818
3818
  this.tsHost = tsHost;
@@ -3933,16 +3933,16 @@ var DelegatingReflectionHost = class {
3933
3933
  }
3934
3934
  };
3935
3935
 
3936
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
3936
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
3937
3937
  import ts19 from "typescript";
3938
3938
 
3939
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
3939
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
3940
3940
  import ts18 from "typescript";
3941
3941
 
3942
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
3942
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
3943
3943
  import ts17 from "typescript";
3944
3944
 
3945
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/ngcc_import_rewriter.mjs
3945
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/ngcc_import_rewriter.mjs
3946
3946
  var NgccFlatImportRewriter = class {
3947
3947
  shouldImportSymbol(symbol, specifier) {
3948
3948
  if (specifier === "@angular/core") {
@@ -3963,7 +3963,7 @@ var NgccFlatImportRewriter = class {
3963
3963
  }
3964
3964
  };
3965
3965
 
3966
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/utils.mjs
3966
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/utils.mjs
3967
3967
  function getImportRewriter(r3SymbolsFile, isCore, isFlat) {
3968
3968
  if (isCore && isFlat) {
3969
3969
  return new NgccFlatImportRewriter();
@@ -3977,7 +3977,7 @@ function stripExtension2(filePath) {
3977
3977
  return filePath.replace(/\.(js|d\.ts)$/, "");
3978
3978
  }
3979
3979
 
3980
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
3980
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm_rendering_formatter.mjs
3981
3981
  var EsmRenderingFormatter = class {
3982
3982
  constructor(fs, host, isCore) {
3983
3983
  this.fs = fs;
@@ -4137,7 +4137,7 @@ function getEndExceptSemicolon(statement) {
4137
4137
  return lastToken && lastToken.kind === ts17.SyntaxKind.SemicolonToken ? statement.getEnd() - 1 : statement.getEnd();
4138
4138
  }
4139
4139
 
4140
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
4140
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/esm5_rendering_formatter.mjs
4141
4141
  var Esm5RenderingFormatter = class extends EsmRenderingFormatter {
4142
4142
  addDefinitions(output, compiledClass, definitions) {
4143
4143
  const classSymbol = this.host.getClassSymbol(compiledClass.declaration);
@@ -4165,7 +4165,7 @@ Expected an ES5 IIFE wrapped function. But got:
4165
4165
  }
4166
4166
  };
4167
4167
 
4168
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
4168
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/commonjs_rendering_formatter.mjs
4169
4169
  var CommonJsRenderingFormatter = class extends Esm5RenderingFormatter {
4170
4170
  constructor(fs, commonJsHost, isCore) {
4171
4171
  super(fs, commonJsHost, isCore);
@@ -4214,15 +4214,15 @@ exports.${e.asAlias} = ${importNamespace}${namedImport.symbol};`;
4214
4214
  }
4215
4215
  };
4216
4216
 
4217
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
4217
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
4218
4218
  import MagicString from "magic-string";
4219
4219
  import ts20 from "typescript";
4220
4220
 
4221
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/constants.mjs
4221
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/constants.mjs
4222
4222
  var IMPORT_PREFIX = "\u0275ngcc";
4223
4223
  var NGCC_TIMED_OUT_EXIT_CODE = 177;
4224
4224
 
4225
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/source_maps.mjs
4225
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/source_maps.mjs
4226
4226
  import mapHelpers from "convert-source-map";
4227
4227
  function renderSourceAndMap(logger, fs, sourceFile, generatedMagicString) {
4228
4228
  var _a;
@@ -4257,7 +4257,7 @@ ${sourceMapComment}` },
4257
4257
  }
4258
4258
  }
4259
4259
 
4260
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
4260
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/dts_renderer.mjs
4261
4261
  var DtsRenderInfo = class {
4262
4262
  constructor() {
4263
4263
  this.classInfo = [];
@@ -4358,14 +4358,14 @@ function markForEmitAsSingleLine(node) {
4358
4358
  ts20.forEachChild(node, markForEmitAsSingleLine);
4359
4359
  }
4360
4360
 
4361
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
4361
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
4362
4362
  import { jsDocComment, WrappedNodeExpr, WritePropExpr } from "@angular/compiler";
4363
4363
  import MagicString2 from "magic-string";
4364
4364
 
4365
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/rendering_formatter.mjs
4365
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/rendering_formatter.mjs
4366
4366
  var RedundantDecoratorMap = Map;
4367
4367
 
4368
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
4368
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/renderer.mjs
4369
4369
  var Renderer = class {
4370
4370
  constructor(host, srcFormatter, fs, logger, bundle, tsConfig = null) {
4371
4371
  this.host = host;
@@ -4468,7 +4468,7 @@ function createAssignmentStatement(receiverName, propName, initializer, leadingC
4468
4468
  return statement;
4469
4469
  }
4470
4470
 
4471
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/umd_rendering_formatter.mjs
4471
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/rendering/umd_rendering_formatter.mjs
4472
4472
  import ts21 from "typescript";
4473
4473
  var UmdRenderingFormatter = class extends Esm5RenderingFormatter {
4474
4474
  constructor(fs, umdHost, isCore) {
@@ -4584,7 +4584,7 @@ function getGlobalIdentifier(i) {
4584
4584
  return i.specifier.replace(/^@angular\//, "ng.").replace(/^@/, "").replace(/\//g, ".").replace(/[-_]+(.?)/g, (_, c) => c.toUpperCase()).replace(/^./, (c) => c.toLowerCase());
4585
4585
  }
4586
4586
 
4587
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
4587
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/transformer.mjs
4588
4588
  var Transformer = class {
4589
4589
  constructor(fs, logger, tsConfig = null) {
4590
4590
  this.fs = fs;
@@ -4665,7 +4665,7 @@ function hasErrors(diagnostics) {
4665
4665
  return diagnostics.some((d) => d.category === ts22.DiagnosticCategory.Error);
4666
4666
  }
4667
4667
 
4668
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
4668
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/create_compile_function.mjs
4669
4669
  function getCreateCompileFn(fileSystem, logger, fileWriter, enableI18nLegacyMessageIdFormat, tsConfig, pathMappings) {
4670
4670
  return (beforeWritingFiles, onTaskCompleted) => {
4671
4671
  const transformer = new Transformer(fileSystem, logger, tsConfig);
@@ -4704,10 +4704,10 @@ ${errors}`);
4704
4704
  };
4705
4705
  }
4706
4706
 
4707
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
4707
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
4708
4708
  import * as os from "os";
4709
4709
 
4710
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/path_mappings.mjs
4710
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/path_mappings.mjs
4711
4711
  function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
4712
4712
  if (tsConfig !== null && tsConfig.options.baseUrl !== void 0 && tsConfig.options.paths !== void 0) {
4713
4713
  return {
@@ -4717,7 +4717,7 @@ function getPathMappingsFromTsConfig(fs, tsConfig, projectPath) {
4717
4717
  }
4718
4718
  }
4719
4719
 
4720
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/in_place_file_writer.mjs
4720
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/in_place_file_writer.mjs
4721
4721
  var NGCC_BACKUP_EXTENSION = ".__ivy_ngcc_bak";
4722
4722
  var InPlaceFileWriter = class {
4723
4723
  constructor(fs, logger, errorOnFailedEntryPoint) {
@@ -4766,7 +4766,7 @@ This error may be caused by one of the following:
4766
4766
  }
4767
4767
  };
4768
4768
 
4769
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/new_entry_point_file_writer.mjs
4769
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/new_entry_point_file_writer.mjs
4770
4770
  var NGCC_DIRECTORY = "__ivy_ngcc__";
4771
4771
  var NGCC_PROPERTY_EXTENSION = "_ivy_ngcc";
4772
4772
  var NewEntryPointFileWriter = class extends InPlaceFileWriter {
@@ -4874,7 +4874,7 @@ var NewEntryPointFileWriter = class extends InPlaceFileWriter {
4874
4874
  }
4875
4875
  };
4876
4876
 
4877
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
4877
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/ngcc_options.mjs
4878
4878
  function getSharedSetup(options) {
4879
4879
  const fileSystem = getFileSystem();
4880
4880
  const absBasePath = absoluteFrom(options.basePath);
@@ -4950,7 +4950,7 @@ function getMaxNumberOfWorkers() {
4950
4950
  return numericMaxWorkers;
4951
4951
  }
4952
4952
 
4953
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/utils.mjs
4953
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/utils.mjs
4954
4954
  var stringifyTask = (task) => `{entryPoint: ${task.entryPoint.name}, formatProperty: ${task.formatProperty}, processDts: ${DtsProcessing[task.processDts]}}`;
4955
4955
  function computeTaskDependencies(tasks, graph) {
4956
4956
  const dependencies = new TaskDependencies();
@@ -5010,7 +5010,7 @@ function sortTasksByPriority(tasks, dependencies) {
5010
5010
  });
5011
5011
  }
5012
5012
 
5013
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/utils.mjs
5013
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/utils.mjs
5014
5014
  import cluster from "cluster";
5015
5015
  var Deferred = class {
5016
5016
  constructor() {
@@ -5044,7 +5044,7 @@ var sendMessageToWorker = (workerId, msg) => {
5044
5044
  });
5045
5045
  };
5046
5046
 
5047
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/package_json_updater.mjs
5047
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/package_json_updater.mjs
5048
5048
  var PackageJsonUpdate = class {
5049
5049
  constructor(writeChangesImpl) {
5050
5050
  this.writeChangesImpl = writeChangesImpl;
@@ -5186,4 +5186,4 @@ export {
5186
5186
  * Use of this source code is governed by an MIT-style license that can be
5187
5187
  * found in the LICENSE file at https://angular.io/license
5188
5188
  */
5189
- //# sourceMappingURL=chunk-EEHU2KKY.js.map
5189
+ //# sourceMappingURL=chunk-CCZYJWBX.js.map
@@ -3,11 +3,11 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
  const __ESM_IMPORT_META_URL__ = import.meta.url;
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 mapHelpers from "convert-source-map";
8
8
  import { decode, encode } from "sourcemap-codec";
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
  }
@@ -278,10 +278,10 @@ var Cache = class {
278
278
  }
279
279
  };
280
280
 
281
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
281
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
282
282
  import mapHelpers2 from "convert-source-map";
283
283
 
284
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
284
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
285
285
  var ContentOrigin;
286
286
  (function(ContentOrigin2) {
287
287
  ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
@@ -289,7 +289,7 @@ var ContentOrigin;
289
289
  ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
290
290
  })(ContentOrigin || (ContentOrigin = {}));
291
291
 
292
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
292
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
293
293
  var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
294
294
  var SourceFileLoader = class {
295
295
  constructor(fs, logger, schemeMap) {
@@ -417,4 +417,4 @@ export {
417
417
  * Use of this source code is governed by an MIT-style license that can be
418
418
  * found in the LICENSE file at https://angular.io/license
419
419
  */
420
- //# sourceMappingURL=chunk-56O2PTWU.js.map
420
+ //# sourceMappingURL=chunk-CYVTLM4Z.js.map
@@ -3,7 +3,7 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
  const __ESM_IMPORT_META_URL__ = import.meta.url;
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";
@@ -53,4 +53,4 @@ export {
53
53
  * Use of this source code is governed by an MIT-style license that can be
54
54
  * found in the LICENSE file at https://angular.io/license
55
55
  */
56
- //# sourceMappingURL=chunk-5FZBUSFV.js.map
56
+ //# sourceMappingURL=chunk-E7NQQTT7.js.map