@angular/compiler-cli 14.2.8 → 14.2.9

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 (48) 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-RELPKSHG.js → chunk-2LU77VSE.js} +40 -40
  4. package/bundles/{chunk-RELPKSHG.js.map → chunk-2LU77VSE.js.map} +0 -0
  5. package/bundles/{chunk-6LGH65GO.js → chunk-5TUGYFIJ.js} +71 -71
  6. package/bundles/{chunk-6LGH65GO.js.map → chunk-5TUGYFIJ.js.map} +0 -0
  7. package/bundles/{chunk-DM4TYSFG.js → chunk-7YHMCUJT.js} +2 -2
  8. package/bundles/{chunk-DM4TYSFG.js.map → chunk-7YHMCUJT.js.map} +0 -0
  9. package/bundles/{chunk-56O2PTWU.js → chunk-CYVTLM4Z.js} +7 -7
  10. package/bundles/{chunk-56O2PTWU.js.map → chunk-CYVTLM4Z.js.map} +0 -0
  11. package/bundles/{chunk-5FZBUSFV.js → chunk-E7NQQTT7.js} +3 -3
  12. package/bundles/{chunk-5FZBUSFV.js.map → chunk-E7NQQTT7.js.map} +0 -0
  13. package/bundles/{chunk-ICPLY7FO.js → chunk-FM6NPN5V.js} +4 -4
  14. package/bundles/{chunk-ICPLY7FO.js.map → chunk-FM6NPN5V.js.map} +0 -0
  15. package/bundles/{chunk-NNRDI5WT.js → chunk-I5J5TMUB.js} +70 -70
  16. package/bundles/{chunk-NNRDI5WT.js.map → chunk-I5J5TMUB.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-4EKRHL6K.js → chunk-Q7TXFDI7.js} +97 -97
  20. package/bundles/{chunk-4EKRHL6K.js.map → chunk-Q7TXFDI7.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-4NRCP3Y6.js → chunk-TOKOIIBI.js} +7 -7
  24. package/bundles/{chunk-4NRCP3Y6.js.map → chunk-TOKOIIBI.js.map} +0 -0
  25. package/bundles/{chunk-JN4TT3OU.js → chunk-UZLFREET.js} +7 -7
  26. package/bundles/{chunk-JN4TT3OU.js.map → chunk-UZLFREET.js.map} +0 -0
  27. package/bundles/{chunk-X2SFTCHG.js → chunk-V45KD7YD.js} +5 -5
  28. package/bundles/{chunk-X2SFTCHG.js.map → chunk-V45KD7YD.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
@@ -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/ngcc/src/locking/lock_file_with_child_process/util.mjs
6
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/util.mjs
7
7
  function removeLockFile(fs, logger, lockFilePath, pid) {
8
8
  try {
9
9
  logger.debug(`Attempting to remove lock-file at ${lockFilePath}.`);
@@ -26,4 +26,4 @@ function removeLockFile(fs, logger, lockFilePath, pid) {
26
26
  export {
27
27
  removeLockFile
28
28
  };
29
- //# sourceMappingURL=chunk-HMWNYAAE.js.map
29
+ //# sourceMappingURL=chunk-R3C7RFJ4.js.map
@@ -7,7 +7,7 @@ import {
7
7
  __require
8
8
  } from "./chunk-XYNRD7NE.js";
9
9
 
10
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
10
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
11
11
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
12
12
  function normalizeSeparators(path) {
13
13
  return path.replace(/\\/g, "/");
@@ -23,7 +23,7 @@ function getSourceFileOrError(program, fileName) {
23
23
  return sf;
24
24
  }
25
25
 
26
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
26
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
27
27
  var InvalidFileSystem = class {
28
28
  exists(path) {
29
29
  throw makeError();
@@ -111,7 +111,7 @@ function makeError() {
111
111
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
112
112
  }
113
113
 
114
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
114
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
115
115
  var fs = new InvalidFileSystem();
116
116
  function getFileSystem() {
117
117
  return fs;
@@ -168,7 +168,7 @@ function toRelativeImport(relativePath) {
168
168
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
169
169
  }
170
170
 
171
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
171
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
172
172
  import * as os from "os";
173
173
  import ts from "typescript";
174
174
  var NgtscCompilerHost = class {
@@ -226,7 +226,7 @@ var NgtscCompilerHost = class {
226
226
  }
227
227
  };
228
228
 
229
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
229
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
230
230
  var LogicalProjectPath = {
231
231
  relativePathBetween: function(from, to) {
232
232
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -272,7 +272,7 @@ function isWithinBasePath(base, path) {
272
272
  return isLocalRelativePath(relative(base, path));
273
273
  }
274
274
 
275
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
275
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
276
276
  import * as fs2 from "fs";
277
277
  import module from "module";
278
278
  import * as p from "path";
@@ -424,4 +424,4 @@ export {
424
424
  * Use of this source code is governed by an MIT-style license that can be
425
425
  * found in the LICENSE file at https://angular.io/license
426
426
  */
427
- //# sourceMappingURL=chunk-4NRCP3Y6.js.map
427
+ //# sourceMappingURL=chunk-TOKOIIBI.js.map
@@ -5,7 +5,7 @@
5
5
 
6
6
  import {
7
7
  TypeScriptReflectionHost
8
- } from "./chunk-MOE5WKIA.js";
8
+ } from "./chunk-XDX5RDY5.js";
9
9
  import {
10
10
  combineModifiers,
11
11
  createClassDeclaration,
@@ -17,12 +17,12 @@ import {
17
17
  getModifiers,
18
18
  updateConstructorDeclaration,
19
19
  updateParameterDeclaration
20
- } from "./chunk-DM4TYSFG.js";
20
+ } from "./chunk-7YHMCUJT.js";
21
21
 
22
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
22
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
23
23
  import ts2 from "typescript";
24
24
 
25
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
25
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
26
26
  import ts from "typescript";
27
27
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
28
28
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -57,7 +57,7 @@ function throwIncompatibleTransformationContextError() {
57
57
  throw Error("Unable to downlevel Angular decorators due to an incompatible TypeScript version.\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
58
58
  }
59
59
 
60
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
60
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
61
61
  function isAngularDecorator(decorator, isCore) {
62
62
  return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
63
63
  }
@@ -373,7 +373,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
373
373
  return ts2.setOriginalNode(clone, node);
374
374
  }
375
375
 
376
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
376
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
377
377
  var GLOBAL_DEFS_FOR_TERSER = {
378
378
  ngDevMode: false,
379
379
  ngI18nClosureMode: false
@@ -400,4 +400,4 @@ export {
400
400
  * Use of this source code is governed by an MIT-style license that can be
401
401
  * found in the LICENSE file at https://angular.io/license
402
402
  */
403
- //# sourceMappingURL=chunk-JN4TT3OU.js.map
403
+ //# sourceMappingURL=chunk-UZLFREET.js.map
@@ -14,13 +14,13 @@ import {
14
14
  formatDiagnostics,
15
15
  performCompilation,
16
16
  readConfiguration
17
- } from "./chunk-4EKRHL6K.js";
17
+ } from "./chunk-Q7TXFDI7.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-X2SFTCHG.js.map
380
+ //# sourceMappingURL=chunk-V45KD7YD.js.map
@@ -13,9 +13,9 @@ import {
13
13
  resolve,
14
14
  stripExtension,
15
15
  toRelativeImport
16
- } from "./chunk-4NRCP3Y6.js";
16
+ } from "./chunk-TOKOIIBI.js";
17
17
 
18
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
18
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
19
19
  import ts from "typescript";
20
20
  var TS = /\.tsx?$/i;
21
21
  var D_TS = /\.d\.ts$/i;
@@ -110,7 +110,7 @@ function toUnredirectedSourceFile(sf) {
110
110
  return redirectInfo.unredirected;
111
111
  }
112
112
 
113
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
113
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
114
114
  var Reference = class {
115
115
  constructor(node, bestGuessOwningModule = null) {
116
116
  this.node = node;
@@ -173,14 +173,14 @@ var Reference = class {
173
173
  }
174
174
  };
175
175
 
176
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
176
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
177
177
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
178
178
 
179
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
179
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
180
180
  import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
181
181
  import ts3 from "typescript";
182
182
 
183
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
183
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
184
184
  var ErrorCode;
185
185
  (function(ErrorCode2) {
186
186
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -244,7 +244,7 @@ var ErrorCode;
244
244
  ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
245
245
  })(ErrorCode || (ErrorCode = {}));
246
246
 
247
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
247
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
248
248
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
249
249
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
250
250
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -256,10 +256,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
256
256
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
257
257
  ]);
258
258
 
259
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
259
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
260
260
  import ts2 from "typescript";
261
261
 
262
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
262
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
263
263
  var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
264
264
  function replaceTsWithNgInErrors(errors) {
265
265
  return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
@@ -268,7 +268,7 @@ function ngErrorCode(code) {
268
268
  return parseInt("-99" + code);
269
269
  }
270
270
 
271
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
271
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
272
272
  var FatalDiagnosticError = class {
273
273
  constructor(code, node, message, relatedInformation) {
274
274
  this.code = code;
@@ -316,10 +316,10 @@ function isFatalDiagnosticError(err) {
316
316
  return err._isFatalDiagnosticError === true;
317
317
  }
318
318
 
319
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
319
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
320
320
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
321
321
 
322
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
322
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
323
323
  var ExtendedTemplateDiagnosticName;
324
324
  (function(ExtendedTemplateDiagnosticName2) {
325
325
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -331,7 +331,7 @@ var ExtendedTemplateDiagnosticName;
331
331
  ExtendedTemplateDiagnosticName2["SUFFIX_NOT_SUPPORTED"] = "suffixNotSupported";
332
332
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
333
333
 
334
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
334
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
335
335
  function findExportedNameOfNode(target, file, reflector) {
336
336
  const exports = reflector.getExportsOfModule(file);
337
337
  if (exports === null) {
@@ -351,7 +351,7 @@ function findExportedNameOfNode(target, file, reflector) {
351
351
  return foundExportName;
352
352
  }
353
353
 
354
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
354
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
355
355
  var ImportFlags;
356
356
  (function(ImportFlags2) {
357
357
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -567,7 +567,7 @@ var UnifiedModulesStrategy = class {
567
567
  }
568
568
  };
569
569
 
570
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
570
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
571
571
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
572
572
  var UnifiedModulesAliasingHost = class {
573
573
  constructor(unifiedModulesHost) {
@@ -634,7 +634,7 @@ var AliasStrategy = class {
634
634
  }
635
635
  };
636
636
 
637
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
637
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
638
638
  function relativePathBetween(from, to) {
639
639
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
640
640
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -643,7 +643,7 @@ function normalizeSeparators(path) {
643
643
  return path.replace(/\\/g, "/");
644
644
  }
645
645
 
646
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
646
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
647
647
  var NoopImportRewriter = class {
648
648
  shouldImportSymbol(symbol, specifier) {
649
649
  return true;
@@ -701,7 +701,7 @@ function validateAndRewriteCoreSymbol(name) {
701
701
  return CORE_SUPPORTED_SYMBOLS.get(name);
702
702
  }
703
703
 
704
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
704
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
705
705
  import ts4 from "typescript";
706
706
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
707
707
  function attachDefaultImportDeclaration(expr, importDecl) {
@@ -746,7 +746,7 @@ var DefaultImportTracker = class {
746
746
  }
747
747
  };
748
748
 
749
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
749
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
750
750
  var ModuleResolver = class {
751
751
  constructor(program, compilerOptions, host, moduleResolutionCache) {
752
752
  this.program = program;
@@ -763,7 +763,7 @@ var ModuleResolver = class {
763
763
  }
764
764
  };
765
765
 
766
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
766
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
767
767
  var Context = class {
768
768
  constructor(isStatement) {
769
769
  this.isStatement = isStatement;
@@ -776,7 +776,7 @@ var Context = class {
776
776
  }
777
777
  };
778
778
 
779
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
779
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
780
780
  import * as o from "@angular/compiler";
781
781
  var UNARY_OPERATORS = /* @__PURE__ */ new Map([
782
782
  [o.UnaryOperator.Minus, "-"],
@@ -1000,7 +1000,7 @@ function createRange(span) {
1000
1000
  };
1001
1001
  }
1002
1002
 
1003
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
1003
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
1004
1004
  import ts5 from "typescript";
1005
1005
  var ImportManager = class {
1006
1006
  constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
@@ -1036,7 +1036,7 @@ var ImportManager = class {
1036
1036
  }
1037
1037
  };
1038
1038
 
1039
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
1039
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
1040
1040
  import * as o2 from "@angular/compiler";
1041
1041
  import ts6 from "typescript";
1042
1042
  function translateType(type, imports) {
@@ -1207,7 +1207,7 @@ var TypeTranslatorVisitor = class {
1207
1207
  }
1208
1208
  };
1209
1209
 
1210
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
1210
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
1211
1211
  import ts7 from "typescript";
1212
1212
  var PureAnnotation;
1213
1213
  (function(PureAnnotation2) {
@@ -1385,7 +1385,7 @@ function attachComments(statement, leadingComments) {
1385
1385
  }
1386
1386
  }
1387
1387
 
1388
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
1388
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
1389
1389
  function translateExpression(expression, imports, options = {}) {
1390
1390
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
1391
1391
  }
@@ -1453,4 +1453,4 @@ export {
1453
1453
  * Use of this source code is governed by an MIT-style license that can be
1454
1454
  * found in the LICENSE file at https://angular.io/license
1455
1455
  */
1456
- //# sourceMappingURL=chunk-IGUYDR56.js.map
1456
+ //# sourceMappingURL=chunk-WAZH2LJQ.js.map
@@ -6,12 +6,12 @@
6
6
  import {
7
7
  getDecorators,
8
8
  getModifiers
9
- } from "./chunk-DM4TYSFG.js";
9
+ } from "./chunk-7YHMCUJT.js";
10
10
 
11
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
11
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
12
12
  import ts4 from "typescript";
13
13
 
14
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
14
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
15
15
  import ts from "typescript";
16
16
  var Decorator = {
17
17
  nodeForError: (decorator) => {
@@ -46,7 +46,7 @@ function isConcreteDeclaration(decl) {
46
46
  return decl.kind === 0;
47
47
  }
48
48
 
49
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
49
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
50
50
  import ts2 from "typescript";
51
51
  function typeToValue(typeNode, checker) {
52
52
  if (typeNode === null) {
@@ -212,7 +212,7 @@ function extractModuleName(node) {
212
212
  return node.moduleSpecifier.text;
213
213
  }
214
214
 
215
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
215
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
216
216
  import ts3 from "typescript";
217
217
  function isNamedClassDeclaration(node) {
218
218
  return ts3.isClassDeclaration(node) && isIdentifier(node.name);
@@ -227,7 +227,7 @@ function isIdentifier(node) {
227
227
  return node !== void 0 && ts3.isIdentifier(node);
228
228
  }
229
229
 
230
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
230
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
231
231
  var TypeScriptReflectionHost = class {
232
232
  constructor(checker) {
233
233
  this.checker = checker;
@@ -685,4 +685,4 @@ export {
685
685
  * Use of this source code is governed by an MIT-style license that can be
686
686
  * found in the LICENSE file at https://angular.io/license
687
687
  */
688
- //# sourceMappingURL=chunk-MOE5WKIA.js.map
688
+ //# sourceMappingURL=chunk-XDX5RDY5.js.map
package/bundles/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  GLOBAL_DEFS_FOR_TERSER,
8
8
  GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
9
9
  constructorParametersDownlevelTransform
10
- } from "./chunk-JN4TT3OU.js";
10
+ } from "./chunk-UZLFREET.js";
11
11
  import {
12
12
  DEFAULT_ERROR_CODE,
13
13
  EmitFlags,
@@ -31,15 +31,15 @@ import {
31
31
  performCompilation,
32
32
  readConfiguration,
33
33
  untagAllTsFiles
34
- } from "./chunk-4EKRHL6K.js";
35
- import "./chunk-NNRDI5WT.js";
36
- import "./chunk-MOE5WKIA.js";
34
+ } from "./chunk-Q7TXFDI7.js";
35
+ import "./chunk-I5J5TMUB.js";
36
+ import "./chunk-XDX5RDY5.js";
37
37
  import {
38
38
  ConsoleLogger,
39
39
  LogLevel
40
- } from "./chunk-5FZBUSFV.js";
41
- import "./chunk-IGUYDR56.js";
42
- import "./chunk-DM4TYSFG.js";
40
+ } from "./chunk-E7NQQTT7.js";
41
+ import "./chunk-WAZH2LJQ.js";
42
+ import "./chunk-7YHMCUJT.js";
43
43
  import {
44
44
  LogicalFileSystem,
45
45
  LogicalProjectPath,
@@ -60,18 +60,18 @@ import {
60
60
  resolve,
61
61
  setFileSystem,
62
62
  toRelativeImport
63
- } from "./chunk-4NRCP3Y6.js";
63
+ } from "./chunk-TOKOIIBI.js";
64
64
  import {
65
65
  ActivePerfRecorder,
66
66
  PerfPhase
67
- } from "./chunk-RCXOJZDO.js";
67
+ } from "./chunk-2HPI44CB.js";
68
68
  import "./chunk-XYNRD7NE.js";
69
69
 
70
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
70
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
71
71
  import { Version } from "@angular/compiler";
72
- var VERSION = new Version("14.2.8");
72
+ var VERSION = new Version("14.2.9");
73
73
 
74
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
74
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
75
75
  var NgTscPlugin = class {
76
76
  constructor(ngOptions) {
77
77
  this.ngOptions = ngOptions;
@@ -140,7 +140,7 @@ var NgTscPlugin = class {
140
140
  }
141
141
  };
142
142
 
143
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
143
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
144
144
  setFileSystem(new NodeJSFileSystem());
145
145
  export {
146
146
  ConsoleLogger,
@@ -6,23 +6,23 @@
6
6
  import {
7
7
  ConsoleLogger,
8
8
  LogLevel
9
- } from "../../chunk-5FZBUSFV.js";
9
+ } from "../../chunk-E7NQQTT7.js";
10
10
  import {
11
11
  FatalLinkerError,
12
12
  FileLinker,
13
13
  LinkerEnvironment,
14
14
  assert,
15
15
  isFatalLinkerError
16
- } from "../../chunk-IS6SUBRS.js";
17
- import "../../chunk-56O2PTWU.js";
18
- import "../../chunk-IGUYDR56.js";
19
- import "../../chunk-DM4TYSFG.js";
16
+ } from "../../chunk-L2QFSPXM.js";
17
+ import "../../chunk-CYVTLM4Z.js";
18
+ import "../../chunk-WAZH2LJQ.js";
19
+ import "../../chunk-7YHMCUJT.js";
20
20
  import {
21
21
  NodeJSFileSystem
22
- } from "../../chunk-4NRCP3Y6.js";
22
+ } from "../../chunk-TOKOIIBI.js";
23
23
  import "../../chunk-XYNRD7NE.js";
24
24
 
25
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_core.mjs
25
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_core.mjs
26
26
  import * as _babelNamespace from "@babel/core";
27
27
  import _babelDefault from "@babel/core";
28
28
  var _a;
@@ -36,7 +36,7 @@ var NodePath = babel.NodePath;
36
36
  var transformSync = babel.transformSync;
37
37
  var parse = babel.parse;
38
38
 
39
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
39
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
40
40
  var BabelAstFactory = class {
41
41
  constructor(sourceUrl) {
42
42
  this.sourceUrl = sourceUrl;
@@ -149,7 +149,7 @@ function isLExpression(expr) {
149
149
  return types2.isLVal(expr);
150
150
  }
151
151
 
152
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
152
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
153
153
  var BabelAstHost = class {
154
154
  constructor() {
155
155
  this.isStringLiteral = types2.isStringLiteral;
@@ -266,7 +266,7 @@ function isMinifiedBooleanLiteral(node) {
266
266
  return types2.isUnaryExpression(node) && node.prefix && node.operator === "!" && types2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
267
267
  }
268
268
 
269
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
269
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
270
270
  var BabelDeclarationScope = class {
271
271
  constructor(declarationScope) {
272
272
  this.declarationScope = declarationScope;
@@ -291,7 +291,7 @@ var BabelDeclarationScope = class {
291
291
  }
292
292
  };
293
293
 
294
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
294
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
295
295
  function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
296
296
  let fileLinker = null;
297
297
  return {
@@ -392,7 +392,7 @@ function buildCodeFrameError(file, message, node) {
392
392
  return `${filename}: ${error.message}`;
393
393
  }
394
394
 
395
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
395
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
396
396
  function defaultLinkerPlugin(api, options) {
397
397
  api.assertVersion(7);
398
398
  return createEs2015LinkerPlugin({
@@ -402,7 +402,7 @@ function defaultLinkerPlugin(api, options) {
402
402
  });
403
403
  }
404
404
 
405
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
405
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
406
406
  var babel_default = defaultLinkerPlugin;
407
407
  export {
408
408
  createEs2015LinkerPlugin,
@@ -11,11 +11,11 @@ import {
11
11
  assert,
12
12
  isFatalLinkerError,
13
13
  needsLinking
14
- } from "../chunk-IS6SUBRS.js";
15
- import "../chunk-56O2PTWU.js";
16
- import "../chunk-IGUYDR56.js";
17
- import "../chunk-DM4TYSFG.js";
18
- import "../chunk-4NRCP3Y6.js";
14
+ } from "../chunk-L2QFSPXM.js";
15
+ import "../chunk-CYVTLM4Z.js";
16
+ import "../chunk-WAZH2LJQ.js";
17
+ import "../chunk-7YHMCUJT.js";
18
+ import "../chunk-TOKOIIBI.js";
19
19
  import "../chunk-XYNRD7NE.js";
20
20
  export {
21
21
  DEFAULT_LINKER_OPTIONS,
@@ -5,29 +5,29 @@
5
5
 
6
6
  import {
7
7
  mainNgcc
8
- } from "../chunk-RELPKSHG.js";
9
- import "../chunk-HMWNYAAE.js";
8
+ } from "../chunk-2LU77VSE.js";
9
+ import "../chunk-R3C7RFJ4.js";
10
10
  import {
11
11
  clearTsConfigCache
12
- } from "../chunk-6LGH65GO.js";
13
- import "../chunk-4EKRHL6K.js";
14
- import "../chunk-NNRDI5WT.js";
15
- import "../chunk-MOE5WKIA.js";
12
+ } from "../chunk-5TUGYFIJ.js";
13
+ import "../chunk-Q7TXFDI7.js";
14
+ import "../chunk-I5J5TMUB.js";
15
+ import "../chunk-XDX5RDY5.js";
16
16
  import {
17
17
  ConsoleLogger,
18
18
  LogLevel
19
- } from "../chunk-5FZBUSFV.js";
20
- import "../chunk-56O2PTWU.js";
21
- import "../chunk-IGUYDR56.js";
22
- import "../chunk-DM4TYSFG.js";
19
+ } from "../chunk-E7NQQTT7.js";
20
+ import "../chunk-CYVTLM4Z.js";
21
+ import "../chunk-WAZH2LJQ.js";
22
+ import "../chunk-7YHMCUJT.js";
23
23
  import {
24
24
  NodeJSFileSystem,
25
25
  setFileSystem
26
- } from "../chunk-4NRCP3Y6.js";
27
- import "../chunk-RCXOJZDO.js";
26
+ } from "../chunk-TOKOIIBI.js";
27
+ import "../chunk-2HPI44CB.js";
28
28
  import "../chunk-XYNRD7NE.js";
29
29
 
30
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
30
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
31
31
  import { dirname, join } from "path";
32
32
  import { fileURLToPath } from "url";
33
33
  function process(options) {