@angular/compiler-cli 19.2.0-next.0 → 19.2.0-next.1

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 (35) hide show
  1. package/bundles/{chunk-BYC2LPQI.js → chunk-2LUVAZUS.js} +31 -31
  2. package/bundles/{chunk-YBMV7GU7.js → chunk-5COTWN7J.js} +5 -5
  3. package/bundles/{chunk-77D5CI2U.js → chunk-5UDS2TPQ.js} +7 -7
  4. package/bundles/{chunk-FKXFEX7K.js → chunk-GBKXY6BH.js} +3 -3
  5. package/bundles/{chunk-Q2WE7ECN.js → chunk-I6R3GL3L.js} +5 -5
  6. package/bundles/{chunk-BQBPEWUM.js → chunk-LPSGMAO4.js} +81 -81
  7. package/bundles/{chunk-E4OAEK7A.js → chunk-NVY57P6E.js} +12 -12
  8. package/bundles/{chunk-L6PLONOG.js → chunk-QAZCJIR5.js} +125 -125
  9. package/bundles/{chunk-IVYDKMDU.js → chunk-SLXP6HEG.js} +3 -3
  10. package/bundles/{chunk-37JMVF7H.js → chunk-STORTTKY.js} +8 -8
  11. package/bundles/{chunk-J3VFQRNB.js → chunk-T2AA53RT.js} +42 -42
  12. package/bundles/index.js +12 -12
  13. package/bundles/linker/babel/index.js +12 -12
  14. package/bundles/linker/index.js +4 -4
  15. package/bundles/ngcc/index.js +1 -1
  16. package/bundles/private/bazel.js +1 -1
  17. package/bundles/private/localize.js +3 -3
  18. package/bundles/private/migrations.js +4 -4
  19. package/bundles/private/tooling.js +6 -6
  20. package/bundles/src/bin/ng_xi18n.js +10 -10
  21. package/bundles/src/bin/ngc.js +8 -8
  22. package/bundles_metadata.json +1 -1
  23. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  24. package/package.json +2 -2
  25. /package/bundles/{chunk-BYC2LPQI.js.map → chunk-2LUVAZUS.js.map} +0 -0
  26. /package/bundles/{chunk-YBMV7GU7.js.map → chunk-5COTWN7J.js.map} +0 -0
  27. /package/bundles/{chunk-77D5CI2U.js.map → chunk-5UDS2TPQ.js.map} +0 -0
  28. /package/bundles/{chunk-FKXFEX7K.js.map → chunk-GBKXY6BH.js.map} +0 -0
  29. /package/bundles/{chunk-Q2WE7ECN.js.map → chunk-I6R3GL3L.js.map} +0 -0
  30. /package/bundles/{chunk-BQBPEWUM.js.map → chunk-LPSGMAO4.js.map} +0 -0
  31. /package/bundles/{chunk-E4OAEK7A.js.map → chunk-NVY57P6E.js.map} +0 -0
  32. /package/bundles/{chunk-L6PLONOG.js.map → chunk-QAZCJIR5.js.map} +0 -0
  33. /package/bundles/{chunk-IVYDKMDU.js.map → chunk-SLXP6HEG.js.map} +0 -0
  34. /package/bundles/{chunk-37JMVF7H.js.map → chunk-STORTTKY.js.map} +0 -0
  35. /package/bundles/{chunk-J3VFQRNB.js.map → chunk-T2AA53RT.js.map} +0 -0
@@ -4,9 +4,9 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-E4OAEK7A.js";
7
+ } from "./chunk-NVY57P6E.js";
8
8
 
9
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
9
+ // bazel-out/darwin_arm64-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-IVYDKMDU.js.map
34
+ //# sourceMappingURL=chunk-SLXP6HEG.js.map
@@ -6,7 +6,7 @@ import {
6
6
  __require
7
7
  } from "./chunk-KPQ72R34.js";
8
8
 
9
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
9
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
25
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
113
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
170
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
230
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
279
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/ts_read_directory.mjs
383
+ // bazel-out/darwin_arm64-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-37JMVF7H.js.map
446
+ //# sourceMappingURL=chunk-STORTTKY.js.map
@@ -12,9 +12,9 @@ import {
12
12
  resolve,
13
13
  stripExtension,
14
14
  toRelativeImport
15
- } from "./chunk-37JMVF7H.js";
15
+ } from "./chunk-STORTTKY.js";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
17
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
18
18
  var ErrorCode;
19
19
  (function(ErrorCode2) {
20
20
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -111,7 +111,7 @@ var ErrorCode;
111
111
  ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
112
112
  })(ErrorCode || (ErrorCode = {}));
113
113
 
114
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
114
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
115
115
  var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
116
116
  function replaceTsWithNgInErrors(errors) {
117
117
  return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
@@ -120,7 +120,7 @@ function ngErrorCode(code) {
120
120
  return parseInt("-99" + code);
121
121
  }
122
122
 
123
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
123
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
124
124
  import ts from "typescript";
125
125
  var FatalDiagnosticError = class extends Error {
126
126
  code;
@@ -189,7 +189,7 @@ function isLocalCompilationDiagnostics(diagnostic) {
189
189
  return diagnostic.code === ngErrorCode(ErrorCode.LOCAL_COMPILATION_UNRESOLVED_CONST) || diagnostic.code === ngErrorCode(ErrorCode.LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION);
190
190
  }
191
191
 
192
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
192
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
193
193
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
194
194
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
195
195
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -201,10 +201,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
201
201
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
202
202
  ]);
203
203
 
204
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
204
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
205
205
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.dev/errors";
206
206
 
207
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
207
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
208
208
  var ExtendedTemplateDiagnosticName;
209
209
  (function(ExtendedTemplateDiagnosticName2) {
210
210
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -222,10 +222,10 @@ var ExtendedTemplateDiagnosticName;
222
222
  ExtendedTemplateDiagnosticName2["UNUSED_STANDALONE_IMPORTS"] = "unusedStandaloneImports";
223
223
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
224
224
 
225
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
225
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
226
226
  import ts5 from "typescript";
227
227
 
228
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
228
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
229
229
  import ts2 from "typescript";
230
230
  function isDecoratorIdentifier(exp) {
231
231
  return ts2.isIdentifier(exp) || ts2.isPropertyAccessExpression(exp) && ts2.isIdentifier(exp.expression) && ts2.isIdentifier(exp.name);
@@ -248,7 +248,7 @@ var ClassMemberAccessLevel;
248
248
  })(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
249
249
  var AmbientImport = {};
250
250
 
251
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
251
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
252
252
  import ts3 from "typescript";
253
253
  function typeToValue(typeNode, checker, isLocalCompilation) {
254
254
  var _a, _b;
@@ -432,7 +432,7 @@ function extractModuleName(node) {
432
432
  return node.moduleSpecifier.text;
433
433
  }
434
434
 
435
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
435
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
436
436
  import ts4 from "typescript";
437
437
  function isNamedClassDeclaration(node) {
438
438
  return ts4.isClassDeclaration(node) && isIdentifier(node.name);
@@ -456,7 +456,7 @@ function classMemberAccessLevelToString(level) {
456
456
  }
457
457
  }
458
458
 
459
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
459
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
460
460
  var TypeScriptReflectionHost = class {
461
461
  checker;
462
462
  isLocalCompilation;
@@ -962,7 +962,7 @@ function getExportedName(decl, originalId) {
962
962
  }
963
963
  var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
964
964
 
965
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
965
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
966
966
  import ts6 from "typescript";
967
967
  var TS = /\.tsx?$/i;
968
968
  var D_TS = /\.d\.ts$/i;
@@ -1063,7 +1063,7 @@ function toUnredirectedSourceFile(sf) {
1063
1063
  return redirectInfo.unredirected;
1064
1064
  }
1065
1065
 
1066
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
1066
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
1067
1067
  var Reference = class {
1068
1068
  node;
1069
1069
  bestGuessOwningModule;
@@ -1135,14 +1135,14 @@ var Reference = class {
1135
1135
  }
1136
1136
  };
1137
1137
 
1138
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1138
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1139
1139
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
1140
1140
 
1141
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1141
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1142
1142
  import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
1143
1143
  import ts7 from "typescript";
1144
1144
 
1145
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
1145
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
1146
1146
  function findExportedNameOfNode(target, file, reflector) {
1147
1147
  const exports = reflector.getExportsOfModule(file);
1148
1148
  if (exports === null) {
@@ -1162,7 +1162,7 @@ function findExportedNameOfNode(target, file, reflector) {
1162
1162
  return foundExportName;
1163
1163
  }
1164
1164
 
1165
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1165
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1166
1166
  var ImportFlags;
1167
1167
  (function(ImportFlags2) {
1168
1168
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -1409,7 +1409,7 @@ var UnifiedModulesStrategy = class {
1409
1409
  }
1410
1410
  };
1411
1411
 
1412
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1412
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1413
1413
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
1414
1414
  var UnifiedModulesAliasingHost = class {
1415
1415
  unifiedModulesHost;
@@ -1478,7 +1478,7 @@ var AliasStrategy = class {
1478
1478
  }
1479
1479
  };
1480
1480
 
1481
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
1481
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
1482
1482
  function relativePathBetween(from, to) {
1483
1483
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
1484
1484
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -1497,7 +1497,7 @@ function getProjectRelativePath(fileName, rootDirs, compilerHost) {
1497
1497
  return null;
1498
1498
  }
1499
1499
 
1500
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
1500
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
1501
1501
  var NoopImportRewriter = class {
1502
1502
  rewriteSymbol(symbol, specifier) {
1503
1503
  return symbol;
@@ -1557,7 +1557,7 @@ function validateAndRewriteCoreSymbol(name) {
1557
1557
  return CORE_SUPPORTED_SYMBOLS.get(name);
1558
1558
  }
1559
1559
 
1560
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
1560
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
1561
1561
  import ts8 from "typescript";
1562
1562
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
1563
1563
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -1592,7 +1592,7 @@ function throwIncompatibleTransformationContextError() {
1592
1592
  throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\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.");
1593
1593
  }
1594
1594
 
1595
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
1595
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
1596
1596
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
1597
1597
  function attachDefaultImportDeclaration(expr, importDecl) {
1598
1598
  expr[DefaultImportDeclaration] = importDecl;
@@ -1631,7 +1631,7 @@ var DefaultImportTracker = class {
1631
1631
  }
1632
1632
  };
1633
1633
 
1634
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
1634
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
1635
1635
  import ts9 from "typescript";
1636
1636
  var AssumeEager = "AssumeEager";
1637
1637
  var DeferredSymbolTracker = class {
@@ -1754,7 +1754,7 @@ var DeferredSymbolTracker = class {
1754
1754
  }
1755
1755
  };
1756
1756
 
1757
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
1757
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
1758
1758
  import ts10 from "typescript";
1759
1759
  var ImportedSymbolsTracker = class {
1760
1760
  fileToNamedImports = /* @__PURE__ */ new WeakMap();
@@ -1822,7 +1822,7 @@ var ImportedSymbolsTracker = class {
1822
1822
  }
1823
1823
  };
1824
1824
 
1825
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
1825
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
1826
1826
  import ts11 from "typescript";
1827
1827
  var LocalCompilationExtraImportsTracker = class {
1828
1828
  typeChecker;
@@ -1874,7 +1874,7 @@ function removeQuotations(s) {
1874
1874
  return s.substring(1, s.length - 1).trim();
1875
1875
  }
1876
1876
 
1877
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
1877
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
1878
1878
  var ModuleResolver = class {
1879
1879
  program;
1880
1880
  compilerOptions;
@@ -1895,10 +1895,10 @@ var ModuleResolver = class {
1895
1895
  }
1896
1896
  };
1897
1897
 
1898
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
1898
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
1899
1899
  import ts16 from "typescript";
1900
1900
 
1901
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
1901
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
1902
1902
  import ts12 from "typescript";
1903
1903
  function createGenerateUniqueIdentifierHelper() {
1904
1904
  const generatedIdentifiers = /* @__PURE__ */ new Set();
@@ -1924,7 +1924,7 @@ function createGenerateUniqueIdentifierHelper() {
1924
1924
  };
1925
1925
  }
1926
1926
 
1927
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
1927
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
1928
1928
  import ts13 from "typescript";
1929
1929
  function createTsTransformForImportManager(manager, extraStatementsForFiles) {
1930
1930
  return (ctx) => {
@@ -1991,7 +1991,7 @@ function isImportStatement(stmt) {
1991
1991
  return ts13.isImportDeclaration(stmt) || ts13.isImportEqualsDeclaration(stmt) || ts13.isNamespaceImport(stmt);
1992
1992
  }
1993
1993
 
1994
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
1994
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
1995
1995
  import ts14 from "typescript";
1996
1996
  function attemptToReuseGeneratedImports(tracker, request) {
1997
1997
  const requestHash = hashImportRequest(request);
@@ -2018,7 +2018,7 @@ function hashImportRequest(req) {
2018
2018
  return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}${req.unsafeAliasOverride ? ":" + req.unsafeAliasOverride : ""}`;
2019
2019
  }
2020
2020
 
2021
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
2021
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
2022
2022
  import ts15 from "typescript";
2023
2023
  function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
2024
2024
  let candidateImportToBeUpdated = null;
@@ -2078,7 +2078,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
2078
2078
  return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
2079
2079
  }
2080
2080
 
2081
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
2081
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
2082
2082
  var presetImportManagerForceNamespaceImports = {
2083
2083
  disableOriginalSourceFileReuse: true,
2084
2084
  forceGenerateNamespacesForNewImports: true
@@ -2301,7 +2301,7 @@ function createImportReference(asTypeReference, ref) {
2301
2301
  }
2302
2302
  }
2303
2303
 
2304
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
2304
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
2305
2305
  var Context = class {
2306
2306
  isStatement;
2307
2307
  constructor(isStatement) {
@@ -2315,7 +2315,7 @@ var Context = class {
2315
2315
  }
2316
2316
  };
2317
2317
 
2318
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
2318
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
2319
2319
  import * as o from "@angular/compiler";
2320
2320
  var UNARY_OPERATORS = /* @__PURE__ */ new Map([
2321
2321
  [o.UnaryOperator.Minus, "-"],
@@ -2580,7 +2580,7 @@ function createRange(span) {
2580
2580
  };
2581
2581
  }
2582
2582
 
2583
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
2583
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
2584
2584
  import ts17 from "typescript";
2585
2585
  var INELIGIBLE = {};
2586
2586
  function canEmitType(type, canEmit) {
@@ -2656,11 +2656,11 @@ var TypeEmitter = class {
2656
2656
  }
2657
2657
  };
2658
2658
 
2659
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
2659
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
2660
2660
  import * as o2 from "@angular/compiler";
2661
2661
  import ts19 from "typescript";
2662
2662
 
2663
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
2663
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
2664
2664
  import ts18 from "typescript";
2665
2665
  function tsNumericExpression(value) {
2666
2666
  if (value < 0) {
@@ -2670,7 +2670,7 @@ function tsNumericExpression(value) {
2670
2670
  return ts18.factory.createNumericLiteral(value);
2671
2671
  }
2672
2672
 
2673
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
2673
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
2674
2674
  function translateType(type, contextFile, reflector, refEmitter, imports) {
2675
2675
  return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
2676
2676
  }
@@ -2897,7 +2897,7 @@ var TypeTranslatorVisitor = class {
2897
2897
  }
2898
2898
  };
2899
2899
 
2900
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
2900
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
2901
2901
  import ts20 from "typescript";
2902
2902
  var PureAnnotation;
2903
2903
  (function(PureAnnotation2) {
@@ -3104,7 +3104,7 @@ function attachComments(statement, leadingComments) {
3104
3104
  }
3105
3105
  }
3106
3106
 
3107
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
3107
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
3108
3108
  function translateExpression(contextFile, expression, imports, options = {}) {
3109
3109
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
3110
3110
  }
@@ -3204,4 +3204,4 @@ export {
3204
3204
  * Use of this source code is governed by an MIT-style license that can be
3205
3205
  * found in the LICENSE file at https://angular.dev/license
3206
3206
  */
3207
- //# sourceMappingURL=chunk-J3VFQRNB.js.map
3207
+ //# sourceMappingURL=chunk-T2AA53RT.js.map
package/bundles/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  GLOBAL_DEFS_FOR_TERSER,
7
7
  GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
8
8
  constructorParametersDownlevelTransform
9
- } from "./chunk-IVYDKMDU.js";
9
+ } from "./chunk-SLXP6HEG.js";
10
10
  import {
11
11
  DEFAULT_ERROR_CODE,
12
12
  DecoratorType,
@@ -33,29 +33,29 @@ import {
33
33
  isTsDiagnostic,
34
34
  performCompilation,
35
35
  readConfiguration
36
- } from "./chunk-BQBPEWUM.js";
36
+ } from "./chunk-LPSGMAO4.js";
37
37
  import {
38
38
  angularJitApplicationTransform,
39
39
  getDownlevelDecoratorsTransform,
40
40
  getInitializerApiJitTransform
41
- } from "./chunk-E4OAEK7A.js";
41
+ } from "./chunk-NVY57P6E.js";
42
42
  import {
43
43
  OptimizeFor,
44
44
  TsCreateProgramDriver
45
- } from "./chunk-L6PLONOG.js";
45
+ } from "./chunk-QAZCJIR5.js";
46
46
  import {
47
47
  ErrorCode,
48
48
  isLocalCompilationDiagnostics,
49
49
  ngErrorCode
50
- } from "./chunk-J3VFQRNB.js";
50
+ } from "./chunk-T2AA53RT.js";
51
51
  import {
52
52
  ActivePerfRecorder,
53
53
  PerfPhase
54
- } from "./chunk-Q2WE7ECN.js";
54
+ } from "./chunk-I6R3GL3L.js";
55
55
  import {
56
56
  ConsoleLogger,
57
57
  LogLevel
58
- } from "./chunk-FKXFEX7K.js";
58
+ } from "./chunk-GBKXY6BH.js";
59
59
  import {
60
60
  LogicalFileSystem,
61
61
  LogicalProjectPath,
@@ -77,14 +77,14 @@ import {
77
77
  resolve,
78
78
  setFileSystem,
79
79
  toRelativeImport
80
- } from "./chunk-37JMVF7H.js";
80
+ } from "./chunk-STORTTKY.js";
81
81
  import "./chunk-KPQ72R34.js";
82
82
 
83
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
83
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
84
84
  import { Version } from "@angular/compiler";
85
- var VERSION = new Version("19.2.0-next.0");
85
+ var VERSION = new Version("19.2.0-next.1");
86
86
 
87
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
87
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
88
88
  var NgTscPlugin = class {
89
89
  ngOptions;
90
90
  name = "ngtsc";
@@ -161,7 +161,7 @@ var NgTscPlugin = class {
161
161
  }
162
162
  };
163
163
 
164
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
164
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
165
165
  setFileSystem(new NodeJSFileSystem());
166
166
  export {
167
167
  ConsoleLogger,
@@ -8,22 +8,22 @@ import {
8
8
  LinkerEnvironment,
9
9
  assert,
10
10
  isFatalLinkerError
11
- } from "../../chunk-BYC2LPQI.js";
12
- import "../../chunk-J3VFQRNB.js";
11
+ } from "../../chunk-2LUVAZUS.js";
12
+ import "../../chunk-T2AA53RT.js";
13
13
  import {
14
14
  ConsoleLogger,
15
15
  LogLevel
16
- } from "../../chunk-FKXFEX7K.js";
17
- import "../../chunk-77D5CI2U.js";
16
+ } from "../../chunk-GBKXY6BH.js";
17
+ import "../../chunk-5UDS2TPQ.js";
18
18
  import {
19
19
  NodeJSFileSystem
20
- } from "../../chunk-37JMVF7H.js";
20
+ } from "../../chunk-STORTTKY.js";
21
21
  import "../../chunk-KPQ72R34.js";
22
22
 
23
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
23
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
24
24
  import { types as t4 } from "@babel/core";
25
25
 
26
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
26
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
27
27
  import { types as t } from "@babel/core";
28
28
  var BabelAstFactory = class {
29
29
  sourceUrl;
@@ -152,7 +152,7 @@ function isLExpression(expr) {
152
152
  return t.isLVal(expr);
153
153
  }
154
154
 
155
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
155
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
156
156
  import { types as t2 } from "@babel/core";
157
157
  var BabelAstHost = class {
158
158
  getSymbolName(node) {
@@ -278,7 +278,7 @@ function isMinifiedBooleanLiteral(node) {
278
278
  return t2.isUnaryExpression(node) && node.prefix && node.operator === "!" && t2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
279
279
  }
280
280
 
281
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
281
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
282
282
  import { types as t3 } from "@babel/core";
283
283
  var BabelDeclarationScope = class {
284
284
  declarationScope;
@@ -305,7 +305,7 @@ var BabelDeclarationScope = class {
305
305
  }
306
306
  };
307
307
 
308
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
308
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
309
309
  function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) {
310
310
  let fileLinker = null;
311
311
  return {
@@ -406,7 +406,7 @@ function buildCodeFrameError(file, message, node) {
406
406
  return `${filename}: ${error.message}`;
407
407
  }
408
408
 
409
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
409
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
410
410
  function defaultLinkerPlugin(api, options) {
411
411
  api.assertVersion(7);
412
412
  return createEs2015LinkerPlugin({
@@ -416,7 +416,7 @@ function defaultLinkerPlugin(api, options) {
416
416
  });
417
417
  }
418
418
 
419
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
419
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
420
420
  var babel_default = defaultLinkerPlugin;
421
421
  export {
422
422
  createEs2015LinkerPlugin,
@@ -10,10 +10,10 @@ import {
10
10
  assert,
11
11
  isFatalLinkerError,
12
12
  needsLinking
13
- } from "../chunk-BYC2LPQI.js";
14
- import "../chunk-J3VFQRNB.js";
15
- import "../chunk-77D5CI2U.js";
16
- import "../chunk-37JMVF7H.js";
13
+ } from "../chunk-2LUVAZUS.js";
14
+ import "../chunk-T2AA53RT.js";
15
+ import "../chunk-5UDS2TPQ.js";
16
+ import "../chunk-STORTTKY.js";
17
17
  import "../chunk-KPQ72R34.js";
18
18
  export {
19
19
  DEFAULT_LINKER_OPTIONS,
@@ -4,7 +4,7 @@
4
4
  const require = __cjsCompatRequire(import.meta.url);
5
5
 
6
6
 
7
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
7
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs
8
8
  function stringEncaseCRLFWithFirstIndex(value, prefix, postfix, index) {
9
9
  let endIndex = 0;
10
10
  let returnValue = "";
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  PerfPhase
7
- } from "../chunk-Q2WE7ECN.js";
7
+ } from "../chunk-I6R3GL3L.js";
8
8
  import "../chunk-KPQ72R34.js";
9
9
  export {
10
10
  PerfPhase
@@ -5,11 +5,11 @@
5
5
  import {
6
6
  ConsoleLogger,
7
7
  LogLevel
8
- } from "../chunk-FKXFEX7K.js";
8
+ } from "../chunk-GBKXY6BH.js";
9
9
  import {
10
10
  SourceFile,
11
11
  SourceFileLoader
12
- } from "../chunk-77D5CI2U.js";
12
+ } from "../chunk-5UDS2TPQ.js";
13
13
  import {
14
14
  LogicalFileSystem,
15
15
  LogicalProjectPath,
@@ -31,7 +31,7 @@ import {
31
31
  resolve,
32
32
  setFileSystem,
33
33
  toRelativeImport
34
- } from "../chunk-37JMVF7H.js";
34
+ } from "../chunk-STORTTKY.js";
35
35
  import "../chunk-KPQ72R34.js";
36
36
  export {
37
37
  ConsoleLogger,
@@ -9,15 +9,15 @@ import {
9
9
  PotentialImportMode,
10
10
  StaticInterpreter,
11
11
  forwardRefResolver
12
- } from "../chunk-L6PLONOG.js";
12
+ } from "../chunk-QAZCJIR5.js";
13
13
  import {
14
14
  ImportManager,
15
15
  Reference,
16
16
  TypeScriptReflectionHost,
17
17
  reflectObjectLiteral
18
- } from "../chunk-J3VFQRNB.js";
19
- import "../chunk-Q2WE7ECN.js";
20
- import "../chunk-37JMVF7H.js";
18
+ } from "../chunk-T2AA53RT.js";
19
+ import "../chunk-I6R3GL3L.js";
20
+ import "../chunk-STORTTKY.js";
21
21
  import "../chunk-KPQ72R34.js";
22
22
  export {
23
23
  DynamicValue,