@angular/compiler-cli 16.2.4 → 16.2.6

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 (36) hide show
  1. package/bundles/{chunk-RYGXSEBC.js → chunk-CS2FNZXR.js} +27 -27
  2. package/bundles/{chunk-6SPHWESC.js → chunk-CWD5WGIF.js} +92 -92
  3. package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
  4. package/bundles/{chunk-3GVOXFUL.js → chunk-EMPTJWPY.js} +4 -4
  5. package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
  6. package/bundles/{chunk-7PCPPTTO.js → chunk-HJOPJLIM.js} +5 -5
  7. package/bundles/{chunk-CSE6A7DF.js → chunk-LRT6BBZP.js} +8 -8
  8. package/bundles/{chunk-YKSGHLGM.js → chunk-RM7DQTAJ.js} +5 -5
  9. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  10. package/bundles/{chunk-7WBWMZKZ.js → chunk-TU4LAK6J.js} +31 -31
  11. package/bundles/{chunk-JZC4T2RR.js → chunk-UHYH6BYB.js} +1 -1
  12. package/bundles/{chunk-WJXW3ICJ.js → chunk-WJOCH3Z7.js} +76 -76
  13. package/bundles/index.js +13 -13
  14. package/bundles/linker/babel/index.js +13 -13
  15. package/bundles/linker/index.js +5 -5
  16. package/bundles/ngcc/index.js +1 -1
  17. package/bundles/private/bazel.js +1 -1
  18. package/bundles/private/localize.js +3 -3
  19. package/bundles/private/migrations.js +6 -6
  20. package/bundles/private/tooling.js +4 -4
  21. package/bundles/src/bin/ng_xi18n.js +11 -11
  22. package/bundles/src/bin/ngc.js +9 -9
  23. package/bundles_metadata.json +1 -1
  24. package/package.json +2 -2
  25. /package/bundles/{chunk-RYGXSEBC.js.map → chunk-CS2FNZXR.js.map} +0 -0
  26. /package/bundles/{chunk-6SPHWESC.js.map → chunk-CWD5WGIF.js.map} +0 -0
  27. /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
  28. /package/bundles/{chunk-3GVOXFUL.js.map → chunk-EMPTJWPY.js.map} +0 -0
  29. /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
  30. /package/bundles/{chunk-7PCPPTTO.js.map → chunk-HJOPJLIM.js.map} +0 -0
  31. /package/bundles/{chunk-CSE6A7DF.js.map → chunk-LRT6BBZP.js.map} +0 -0
  32. /package/bundles/{chunk-YKSGHLGM.js.map → chunk-RM7DQTAJ.js.map} +0 -0
  33. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  34. /package/bundles/{chunk-7WBWMZKZ.js.map → chunk-TU4LAK6J.js.map} +0 -0
  35. /package/bundles/{chunk-JZC4T2RR.js.map → chunk-UHYH6BYB.js.map} +0 -0
  36. /package/bundles/{chunk-WJXW3ICJ.js.map → chunk-WJOCH3Z7.js.map} +0 -0
@@ -12,12 +12,12 @@ import {
12
12
  resolve,
13
13
  stripExtension,
14
14
  toRelativeImport
15
- } from "./chunk-TBUSSXUA.js";
15
+ } from "./chunk-EC5K6QPP.js";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
17
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
18
18
  import ts4 from "typescript";
19
19
 
20
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
20
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
21
21
  import ts from "typescript";
22
22
  function isDecoratorIdentifier(exp) {
23
23
  return ts.isIdentifier(exp) || ts.isPropertyAccessExpression(exp) && ts.isIdentifier(exp.expression) && ts.isIdentifier(exp.name);
@@ -31,7 +31,7 @@ var ClassMemberKind;
31
31
  ClassMemberKind2[ClassMemberKind2["Method"] = 4] = "Method";
32
32
  })(ClassMemberKind || (ClassMemberKind = {}));
33
33
 
34
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
34
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
35
35
  import ts2 from "typescript";
36
36
  function typeToValue(typeNode, checker) {
37
37
  if (typeNode === null) {
@@ -197,7 +197,7 @@ function extractModuleName(node) {
197
197
  return node.moduleSpecifier.text;
198
198
  }
199
199
 
200
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
200
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
201
201
  import ts3 from "typescript";
202
202
  function isNamedClassDeclaration(node) {
203
203
  return ts3.isClassDeclaration(node) && isIdentifier(node.name);
@@ -206,7 +206,7 @@ function isIdentifier(node) {
206
206
  return node !== void 0 && ts3.isIdentifier(node);
207
207
  }
208
208
 
209
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
209
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
210
210
  var TypeScriptReflectionHost = class {
211
211
  constructor(checker) {
212
212
  this.checker = checker;
@@ -640,7 +640,7 @@ function getExportedName(decl, originalId) {
640
640
  }
641
641
  var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
642
642
 
643
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
643
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
644
644
  import ts5 from "typescript";
645
645
  var TS = /\.tsx?$/i;
646
646
  var D_TS = /\.d\.ts$/i;
@@ -741,7 +741,7 @@ function toUnredirectedSourceFile(sf) {
741
741
  return redirectInfo.unredirected;
742
742
  }
743
743
 
744
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
744
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
745
745
  var Reference = class {
746
746
  constructor(node, bestGuessOwningModule = null) {
747
747
  this.node = node;
@@ -804,14 +804,14 @@ var Reference = class {
804
804
  }
805
805
  };
806
806
 
807
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
807
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
808
808
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
809
809
 
810
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
810
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
811
811
  import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
812
812
  import ts7 from "typescript";
813
813
 
814
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
814
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
815
815
  var ErrorCode;
816
816
  (function(ErrorCode2) {
817
817
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -885,7 +885,7 @@ var ErrorCode;
885
885
  ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
886
886
  })(ErrorCode || (ErrorCode = {}));
887
887
 
888
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
888
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
889
889
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
890
890
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
891
891
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -897,10 +897,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
897
897
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
898
898
  ]);
899
899
 
900
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
900
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
901
901
  import ts6 from "typescript";
902
902
 
903
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
903
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
904
904
  var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
905
905
  function replaceTsWithNgInErrors(errors) {
906
906
  return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
@@ -909,7 +909,7 @@ function ngErrorCode(code) {
909
909
  return parseInt("-99" + code);
910
910
  }
911
911
 
912
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
913
913
  var FatalDiagnosticError = class {
914
914
  constructor(code, node, message, relatedInformation) {
915
915
  this.code = code;
@@ -965,10 +965,10 @@ function addDiagnosticChain(messageText, add) {
965
965
  return messageText;
966
966
  }
967
967
 
968
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
968
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
969
969
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
970
970
 
971
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
971
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
972
972
  var ExtendedTemplateDiagnosticName;
973
973
  (function(ExtendedTemplateDiagnosticName2) {
974
974
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -981,7 +981,7 @@ var ExtendedTemplateDiagnosticName;
981
981
  ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
982
982
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
983
983
 
984
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
984
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
985
985
  function findExportedNameOfNode(target, file, reflector) {
986
986
  const exports = reflector.getExportsOfModule(file);
987
987
  if (exports === null) {
@@ -1001,7 +1001,7 @@ function findExportedNameOfNode(target, file, reflector) {
1001
1001
  return foundExportName;
1002
1002
  }
1003
1003
 
1004
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1004
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1005
1005
  var ImportFlags;
1006
1006
  (function(ImportFlags2) {
1007
1007
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -1217,7 +1217,7 @@ var UnifiedModulesStrategy = class {
1217
1217
  }
1218
1218
  };
1219
1219
 
1220
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1220
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1221
1221
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
1222
1222
  var UnifiedModulesAliasingHost = class {
1223
1223
  constructor(unifiedModulesHost) {
@@ -1284,7 +1284,7 @@ var AliasStrategy = class {
1284
1284
  }
1285
1285
  };
1286
1286
 
1287
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
1287
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
1288
1288
  function relativePathBetween(from, to) {
1289
1289
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
1290
1290
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -1293,7 +1293,7 @@ function normalizeSeparators(path) {
1293
1293
  return path.replace(/\\/g, "/");
1294
1294
  }
1295
1295
 
1296
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
1296
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
1297
1297
  var NoopImportRewriter = class {
1298
1298
  shouldImportSymbol(symbol, specifier) {
1299
1299
  return true;
@@ -1351,7 +1351,7 @@ function validateAndRewriteCoreSymbol(name) {
1351
1351
  return CORE_SUPPORTED_SYMBOLS.get(name);
1352
1352
  }
1353
1353
 
1354
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
1354
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
1355
1355
  import ts8 from "typescript";
1356
1356
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
1357
1357
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -1386,7 +1386,7 @@ function throwIncompatibleTransformationContextError() {
1386
1386
  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.");
1387
1387
  }
1388
1388
 
1389
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
1389
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
1390
1390
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
1391
1391
  function attachDefaultImportDeclaration(expr, importDecl) {
1392
1392
  expr[DefaultImportDeclaration] = importDecl;
@@ -1427,7 +1427,7 @@ var DefaultImportTracker = class {
1427
1427
  }
1428
1428
  };
1429
1429
 
1430
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
1430
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
1431
1431
  import ts9 from "typescript";
1432
1432
  var AssumeEager = "AssumeEager";
1433
1433
  var DeferredSymbolTracker = class {
@@ -1520,7 +1520,7 @@ var DeferredSymbolTracker = class {
1520
1520
  }
1521
1521
  };
1522
1522
 
1523
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
1523
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
1524
1524
  var ModuleResolver = class {
1525
1525
  constructor(program, compilerOptions, host, moduleResolutionCache) {
1526
1526
  this.program = program;
@@ -1601,4 +1601,4 @@ export {
1601
1601
  * Use of this source code is governed by an MIT-style license that can be
1602
1602
  * found in the LICENSE file at https://angular.io/license
1603
1603
  */
1604
- //# sourceMappingURL=chunk-RYGXSEBC.js.map
1604
+ //# sourceMappingURL=chunk-CS2FNZXR.js.map