@angular/compiler-cli 17.0.0-next.8 → 17.0.0-rc.0

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 (41) hide show
  1. package/bundles/{chunk-JPBJE7OS.js → chunk-225M55ER.js} +5 -5
  2. package/bundles/{chunk-BV3ZUD7T.js → chunk-3IBJEGH3.js} +5 -5
  3. package/bundles/{chunk-NNS2FLUN.js → chunk-7BZJ2Z2V.js} +4 -4
  4. package/bundles/{chunk-PCMLSPQF.js → chunk-CSOLWS7O.js} +7 -7
  5. package/bundles/{chunk-EQ7Q3KIO.js → chunk-GTB2POO5.js} +30 -30
  6. package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
  7. package/bundles/{chunk-XXCMYI3O.js → chunk-LPMZPYYV.js} +78 -78
  8. package/bundles/{chunk-35SQ73FP.js → chunk-Q5XOEMMF.js} +121 -104
  9. package/bundles/chunk-Q5XOEMMF.js.map +6 -0
  10. package/bundles/{chunk-NVNYQX3M.js → chunk-RAK4OYZY.js} +27 -27
  11. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  12. package/bundles/{chunk-JZC4T2RR.js → chunk-UHYH6BYB.js} +1 -1
  13. package/bundles/{chunk-5WC7IWWT.js → chunk-YR36R26L.js} +8 -8
  14. package/bundles/index.js +13 -13
  15. package/bundles/linker/babel/index.js +13 -13
  16. package/bundles/linker/index.js +5 -5
  17. package/bundles/ngcc/index.js +1 -1
  18. package/bundles/private/bazel.js +1 -1
  19. package/bundles/private/localize.js +3 -3
  20. package/bundles/private/migrations.js +6 -6
  21. package/bundles/private/tooling.js +4 -4
  22. package/bundles/src/bin/ng_xi18n.js +11 -11
  23. package/bundles/src/bin/ngc.js +9 -9
  24. package/bundles_metadata.json +1 -1
  25. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  26. package/package.json +3 -3
  27. package/src/ngtsc/docs/src/entities.d.ts +9 -0
  28. package/src/ngtsc/docs/src/function_extractor.d.ts +3 -2
  29. package/src/ngtsc/docs/src/generics_extractor.d.ts +15 -0
  30. package/bundles/chunk-35SQ73FP.js.map +0 -6
  31. /package/bundles/{chunk-JPBJE7OS.js.map → chunk-225M55ER.js.map} +0 -0
  32. /package/bundles/{chunk-BV3ZUD7T.js.map → chunk-3IBJEGH3.js.map} +0 -0
  33. /package/bundles/{chunk-NNS2FLUN.js.map → chunk-7BZJ2Z2V.js.map} +0 -0
  34. /package/bundles/{chunk-PCMLSPQF.js.map → chunk-CSOLWS7O.js.map} +0 -0
  35. /package/bundles/{chunk-EQ7Q3KIO.js.map → chunk-GTB2POO5.js.map} +0 -0
  36. /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
  37. /package/bundles/{chunk-XXCMYI3O.js.map → chunk-LPMZPYYV.js.map} +0 -0
  38. /package/bundles/{chunk-NVNYQX3M.js.map → chunk-RAK4OYZY.js.map} +0 -0
  39. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  40. /package/bundles/{chunk-JZC4T2RR.js.map → chunk-UHYH6BYB.js.map} +0 -0
  41. /package/bundles/{chunk-5WC7IWWT.js.map → chunk-YR36R26L.js.map} +0 -0
@@ -12,12 +12,12 @@ import {
12
12
  resolve,
13
13
  stripExtension,
14
14
  toRelativeImport
15
- } from "./chunk-PCMLSPQF.js";
15
+ } from "./chunk-CSOLWS7O.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";
@@ -890,7 +890,7 @@ var ErrorCode;
890
890
  ErrorCode2[ErrorCode2["LOCAL_COMPILATION_IMPORTED_STYLES_STRING"] = 11002] = "LOCAL_COMPILATION_IMPORTED_STYLES_STRING";
891
891
  })(ErrorCode || (ErrorCode = {}));
892
892
 
893
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
893
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
894
894
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
895
895
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
896
896
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -902,10 +902,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
902
902
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
903
903
  ]);
904
904
 
905
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
905
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
906
906
  import ts6 from "typescript";
907
907
 
908
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
908
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
909
909
  var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
910
910
  function replaceTsWithNgInErrors(errors) {
911
911
  return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
@@ -914,7 +914,7 @@ function ngErrorCode(code) {
914
914
  return parseInt("-99" + code);
915
915
  }
916
916
 
917
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
917
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
918
918
  var FatalDiagnosticError = class {
919
919
  constructor(code, node, message, relatedInformation) {
920
920
  this.code = code;
@@ -970,10 +970,10 @@ function addDiagnosticChain(messageText, add) {
970
970
  return messageText;
971
971
  }
972
972
 
973
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
973
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
974
974
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
975
975
 
976
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
976
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
977
977
  var ExtendedTemplateDiagnosticName;
978
978
  (function(ExtendedTemplateDiagnosticName2) {
979
979
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -987,7 +987,7 @@ var ExtendedTemplateDiagnosticName;
987
987
  ExtendedTemplateDiagnosticName2["INTERPOLATED_SIGNAL_NOT_INVOKED"] = "interpolatedSignalNotInvoked";
988
988
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
989
989
 
990
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
990
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
991
991
  function findExportedNameOfNode(target, file, reflector) {
992
992
  const exports = reflector.getExportsOfModule(file);
993
993
  if (exports === null) {
@@ -1007,7 +1007,7 @@ function findExportedNameOfNode(target, file, reflector) {
1007
1007
  return foundExportName;
1008
1008
  }
1009
1009
 
1010
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1010
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
1011
1011
  var ImportFlags;
1012
1012
  (function(ImportFlags2) {
1013
1013
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -1223,7 +1223,7 @@ var UnifiedModulesStrategy = class {
1223
1223
  }
1224
1224
  };
1225
1225
 
1226
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1226
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
1227
1227
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
1228
1228
  var UnifiedModulesAliasingHost = class {
1229
1229
  constructor(unifiedModulesHost) {
@@ -1290,7 +1290,7 @@ var AliasStrategy = class {
1290
1290
  }
1291
1291
  };
1292
1292
 
1293
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
1293
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
1294
1294
  function relativePathBetween(from, to) {
1295
1295
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
1296
1296
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -1299,7 +1299,7 @@ function normalizeSeparators(path) {
1299
1299
  return path.replace(/\\/g, "/");
1300
1300
  }
1301
1301
 
1302
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
1302
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
1303
1303
  var NoopImportRewriter = class {
1304
1304
  shouldImportSymbol(symbol, specifier) {
1305
1305
  return true;
@@ -1358,7 +1358,7 @@ function validateAndRewriteCoreSymbol(name) {
1358
1358
  return CORE_SUPPORTED_SYMBOLS.get(name);
1359
1359
  }
1360
1360
 
1361
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
1361
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
1362
1362
  import ts8 from "typescript";
1363
1363
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
1364
1364
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -1393,7 +1393,7 @@ function throwIncompatibleTransformationContextError() {
1393
1393
  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.");
1394
1394
  }
1395
1395
 
1396
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
1396
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
1397
1397
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
1398
1398
  function attachDefaultImportDeclaration(expr, importDecl) {
1399
1399
  expr[DefaultImportDeclaration] = importDecl;
@@ -1434,7 +1434,7 @@ var DefaultImportTracker = class {
1434
1434
  }
1435
1435
  };
1436
1436
 
1437
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
1437
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
1438
1438
  import ts9 from "typescript";
1439
1439
  var AssumeEager = "AssumeEager";
1440
1440
  var DeferredSymbolTracker = class {
@@ -1527,7 +1527,7 @@ var DeferredSymbolTracker = class {
1527
1527
  }
1528
1528
  };
1529
1529
 
1530
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
1530
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
1531
1531
  var ModuleResolver = class {
1532
1532
  constructor(program, compilerOptions, host, moduleResolutionCache) {
1533
1533
  this.program = program;
@@ -1608,4 +1608,4 @@ export {
1608
1608
  * Use of this source code is governed by an MIT-style license that can be
1609
1609
  * found in the LICENSE file at https://angular.io/license
1610
1610
  */
1611
- //# sourceMappingURL=chunk-NVNYQX3M.js.map
1611
+ //# sourceMappingURL=chunk-RAK4OYZY.js.map
@@ -3,7 +3,7 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
5
5
 
6
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
6
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
15
+ // bazel-out/darwin_arm64-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-LYJKWJUC.js.map
56
+ //# sourceMappingURL=chunk-SBDNBITT.js.map
@@ -9,4 +9,4 @@
9
9
  * Use of this source code is governed by an MIT-style license that can be
10
10
  * found in the LICENSE file at https://angular.io/license
11
11
  */
12
- //# sourceMappingURL=chunk-JZC4T2RR.js.map
12
+ //# sourceMappingURL=chunk-UHYH6BYB.js.map
@@ -7,9 +7,9 @@ import {
7
7
  NoopImportRewriter,
8
8
  Reference,
9
9
  assertSuccessfulReferenceEmit
10
- } from "./chunk-NVNYQX3M.js";
10
+ } from "./chunk-RAK4OYZY.js";
11
11
 
12
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
12
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
13
13
  var Context = class {
14
14
  constructor(isStatement) {
15
15
  this.isStatement = isStatement;
@@ -22,7 +22,7 @@ var Context = class {
22
22
  }
23
23
  };
24
24
 
25
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
25
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
26
26
  import * as o from "@angular/compiler";
27
27
  var UNARY_OPERATORS = /* @__PURE__ */ new Map([
28
28
  [o.UnaryOperator.Minus, "-"],
@@ -260,7 +260,7 @@ function createRange(span) {
260
260
  };
261
261
  }
262
262
 
263
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
263
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
264
264
  import ts from "typescript";
265
265
  var ImportManager = class {
266
266
  constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
@@ -296,7 +296,7 @@ var ImportManager = class {
296
296
  }
297
297
  };
298
298
 
299
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
299
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
300
300
  import * as o2 from "@angular/compiler";
301
301
  import ts2 from "typescript";
302
302
  function translateType(type, contextFile, reflector, refEmitter, imports) {
@@ -519,7 +519,7 @@ var TypeTranslatorVisitor = class {
519
519
  }
520
520
  };
521
521
 
522
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
522
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
523
523
  import ts3 from "typescript";
524
524
  var PureAnnotation;
525
525
  (function(PureAnnotation2) {
@@ -715,7 +715,7 @@ function attachComments(statement, leadingComments) {
715
715
  }
716
716
  }
717
717
 
718
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
718
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
719
719
  function translateExpression(expression, imports, options = {}) {
720
720
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
721
721
  }
@@ -738,4 +738,4 @@ export {
738
738
  * Use of this source code is governed by an MIT-style license that can be
739
739
  * found in the LICENSE file at https://angular.io/license
740
740
  */
741
- //# sourceMappingURL=chunk-5WC7IWWT.js.map
741
+ //# sourceMappingURL=chunk-YR36R26L.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-NNS2FLUN.js";
9
+ } from "./chunk-7BZJ2Z2V.js";
10
10
  import {
11
11
  DEFAULT_ERROR_CODE,
12
12
  EmitFlags,
@@ -32,21 +32,21 @@ import {
32
32
  performCompilation,
33
33
  readConfiguration,
34
34
  untagAllTsFiles
35
- } from "./chunk-35SQ73FP.js";
35
+ } from "./chunk-Q5XOEMMF.js";
36
36
  import {
37
37
  OptimizeFor
38
- } from "./chunk-XXCMYI3O.js";
39
- import "./chunk-JZC4T2RR.js";
40
- import "./chunk-5WC7IWWT.js";
41
- import "./chunk-NVNYQX3M.js";
38
+ } from "./chunk-LPMZPYYV.js";
39
+ import "./chunk-UHYH6BYB.js";
40
+ import "./chunk-YR36R26L.js";
41
+ import "./chunk-RAK4OYZY.js";
42
42
  import {
43
43
  ActivePerfRecorder,
44
44
  PerfPhase
45
- } from "./chunk-BV3ZUD7T.js";
45
+ } from "./chunk-3IBJEGH3.js";
46
46
  import {
47
47
  ConsoleLogger,
48
48
  LogLevel
49
- } from "./chunk-LYJKWJUC.js";
49
+ } from "./chunk-SBDNBITT.js";
50
50
  import {
51
51
  LogicalFileSystem,
52
52
  LogicalProjectPath,
@@ -67,14 +67,14 @@ import {
67
67
  resolve,
68
68
  setFileSystem,
69
69
  toRelativeImport
70
- } from "./chunk-PCMLSPQF.js";
70
+ } from "./chunk-CSOLWS7O.js";
71
71
  import "./chunk-XI2RTGAL.js";
72
72
 
73
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
73
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
74
74
  import { Version } from "@angular/compiler";
75
- var VERSION = new Version("17.0.0-next.8");
75
+ var VERSION = new Version("17.0.0-rc.0");
76
76
 
77
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
77
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
78
78
  var NgTscPlugin = class {
79
79
  get compiler() {
80
80
  if (this._compiler === null) {
@@ -151,7 +151,7 @@ var NgTscPlugin = class {
151
151
  }
152
152
  };
153
153
 
154
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
154
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
155
155
  setFileSystem(new NodeJSFileSystem());
156
156
  export {
157
157
  ConsoleLogger,
@@ -8,23 +8,23 @@ import {
8
8
  LinkerEnvironment,
9
9
  assert,
10
10
  isFatalLinkerError
11
- } from "../../chunk-EQ7Q3KIO.js";
12
- import "../../chunk-5WC7IWWT.js";
13
- import "../../chunk-NVNYQX3M.js";
11
+ } from "../../chunk-GTB2POO5.js";
12
+ import "../../chunk-YR36R26L.js";
13
+ import "../../chunk-RAK4OYZY.js";
14
14
  import {
15
15
  ConsoleLogger,
16
16
  LogLevel
17
- } from "../../chunk-LYJKWJUC.js";
18
- import "../../chunk-EKTJ7622.js";
17
+ } from "../../chunk-SBDNBITT.js";
18
+ import "../../chunk-GYHDNUIK.js";
19
19
  import {
20
20
  NodeJSFileSystem
21
- } from "../../chunk-PCMLSPQF.js";
21
+ } from "../../chunk-CSOLWS7O.js";
22
22
  import "../../chunk-XI2RTGAL.js";
23
23
 
24
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
24
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
25
25
  import { types as t4 } from "@babel/core";
26
26
 
27
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
27
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs
28
28
  import { types as t } from "@babel/core";
29
29
  var BabelAstFactory = class {
30
30
  constructor(sourceUrl) {
@@ -147,7 +147,7 @@ function isLExpression(expr) {
147
147
  return t.isLVal(expr);
148
148
  }
149
149
 
150
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
150
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs
151
151
  import { types as t2 } from "@babel/core";
152
152
  var BabelAstHost = class {
153
153
  constructor() {
@@ -265,7 +265,7 @@ function isMinifiedBooleanLiteral(node) {
265
265
  return t2.isUnaryExpression(node) && node.prefix && node.operator === "!" && t2.isNumericLiteral(node.argument) && (node.argument.value === 0 || node.argument.value === 1);
266
266
  }
267
267
 
268
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs
269
269
  import { types as t3 } from "@babel/core";
270
270
  var BabelDeclarationScope = class {
271
271
  constructor(declarationScope) {
@@ -291,7 +291,7 @@ var BabelDeclarationScope = class {
291
291
  }
292
292
  };
293
293
 
294
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs
294
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs
395
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
405
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs
406
406
  var babel_default = defaultLinkerPlugin;
407
407
  export {
408
408
  createEs2015LinkerPlugin,
@@ -10,11 +10,11 @@ import {
10
10
  assert,
11
11
  isFatalLinkerError,
12
12
  needsLinking
13
- } from "../chunk-EQ7Q3KIO.js";
14
- import "../chunk-5WC7IWWT.js";
15
- import "../chunk-NVNYQX3M.js";
16
- import "../chunk-EKTJ7622.js";
17
- import "../chunk-PCMLSPQF.js";
13
+ } from "../chunk-GTB2POO5.js";
14
+ import "../chunk-YR36R26L.js";
15
+ import "../chunk-RAK4OYZY.js";
16
+ import "../chunk-GYHDNUIK.js";
17
+ import "../chunk-CSOLWS7O.js";
18
18
  import "../chunk-XI2RTGAL.js";
19
19
  export {
20
20
  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-BV3ZUD7T.js";
7
+ } from "../chunk-3IBJEGH3.js";
8
8
  import "../chunk-XI2RTGAL.js";
9
9
  export {
10
10
  PerfPhase
@@ -5,11 +5,11 @@
5
5
  import {
6
6
  ConsoleLogger,
7
7
  LogLevel
8
- } from "../chunk-LYJKWJUC.js";
8
+ } from "../chunk-SBDNBITT.js";
9
9
  import {
10
10
  SourceFile,
11
11
  SourceFileLoader
12
- } from "../chunk-EKTJ7622.js";
12
+ } from "../chunk-GYHDNUIK.js";
13
13
  import {
14
14
  LogicalFileSystem,
15
15
  LogicalProjectPath,
@@ -30,7 +30,7 @@ import {
30
30
  resolve,
31
31
  setFileSystem,
32
32
  toRelativeImport
33
- } from "../chunk-PCMLSPQF.js";
33
+ } from "../chunk-CSOLWS7O.js";
34
34
  import "../chunk-XI2RTGAL.js";
35
35
  export {
36
36
  ConsoleLogger,
@@ -9,16 +9,16 @@ import {
9
9
  PotentialImportMode,
10
10
  StaticInterpreter,
11
11
  forwardRefResolver
12
- } from "../chunk-XXCMYI3O.js";
13
- import "../chunk-JZC4T2RR.js";
14
- import "../chunk-5WC7IWWT.js";
12
+ } from "../chunk-LPMZPYYV.js";
13
+ import "../chunk-UHYH6BYB.js";
14
+ import "../chunk-YR36R26L.js";
15
15
  import {
16
16
  Reference,
17
17
  TypeScriptReflectionHost,
18
18
  reflectObjectLiteral
19
- } from "../chunk-NVNYQX3M.js";
20
- import "../chunk-BV3ZUD7T.js";
21
- import "../chunk-PCMLSPQF.js";
19
+ } from "../chunk-RAK4OYZY.js";
20
+ import "../chunk-3IBJEGH3.js";
21
+ import "../chunk-CSOLWS7O.js";
22
22
  import "../chunk-XI2RTGAL.js";
23
23
  export {
24
24
  DynamicValue,
@@ -6,10 +6,10 @@ import {
6
6
  GLOBAL_DEFS_FOR_TERSER,
7
7
  GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
8
8
  constructorParametersDownlevelTransform
9
- } from "../chunk-NNS2FLUN.js";
10
- import "../chunk-JZC4T2RR.js";
11
- import "../chunk-NVNYQX3M.js";
12
- import "../chunk-PCMLSPQF.js";
9
+ } from "../chunk-7BZJ2Z2V.js";
10
+ import "../chunk-UHYH6BYB.js";
11
+ import "../chunk-RAK4OYZY.js";
12
+ import "../chunk-CSOLWS7O.js";
13
13
  import "../chunk-XI2RTGAL.js";
14
14
  export {
15
15
  GLOBAL_DEFS_FOR_TERSER,
@@ -6,25 +6,25 @@
6
6
  import {
7
7
  main,
8
8
  readCommandLineAndConfiguration
9
- } from "../../chunk-JPBJE7OS.js";
9
+ } from "../../chunk-225M55ER.js";
10
10
  import {
11
11
  EmitFlags
12
- } from "../../chunk-35SQ73FP.js";
13
- import "../../chunk-XXCMYI3O.js";
14
- import "../../chunk-JZC4T2RR.js";
15
- import "../../chunk-5WC7IWWT.js";
16
- import "../../chunk-NVNYQX3M.js";
17
- import "../../chunk-BV3ZUD7T.js";
12
+ } from "../../chunk-Q5XOEMMF.js";
13
+ import "../../chunk-LPMZPYYV.js";
14
+ import "../../chunk-UHYH6BYB.js";
15
+ import "../../chunk-YR36R26L.js";
16
+ import "../../chunk-RAK4OYZY.js";
17
+ import "../../chunk-3IBJEGH3.js";
18
18
  import {
19
19
  NodeJSFileSystem,
20
20
  setFileSystem
21
- } from "../../chunk-PCMLSPQF.js";
21
+ } from "../../chunk-CSOLWS7O.js";
22
22
  import "../../chunk-XI2RTGAL.js";
23
23
 
24
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
24
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
25
25
  import "reflect-metadata";
26
26
 
27
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
27
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
28
28
  import yargs from "yargs";
29
29
  function mainXi18n(args2, consoleError = console.error) {
30
30
  const config = readXi18nCommandLineAndConfiguration(args2);
@@ -47,7 +47,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
47
47
  return { ...config, emitFlags: EmitFlags.I18nBundle };
48
48
  }
49
49
 
50
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
50
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
51
51
  process.title = "Angular i18n Message Extractor (ng-xi18n)";
52
52
  var args = process.argv.slice(2);
53
53
  setFileSystem(new NodeJSFileSystem());
@@ -5,20 +5,20 @@
5
5
 
6
6
  import {
7
7
  main
8
- } from "../../chunk-JPBJE7OS.js";
9
- import "../../chunk-35SQ73FP.js";
10
- import "../../chunk-XXCMYI3O.js";
11
- import "../../chunk-JZC4T2RR.js";
12
- import "../../chunk-5WC7IWWT.js";
13
- import "../../chunk-NVNYQX3M.js";
14
- import "../../chunk-BV3ZUD7T.js";
8
+ } from "../../chunk-225M55ER.js";
9
+ import "../../chunk-Q5XOEMMF.js";
10
+ import "../../chunk-LPMZPYYV.js";
11
+ import "../../chunk-UHYH6BYB.js";
12
+ import "../../chunk-YR36R26L.js";
13
+ import "../../chunk-RAK4OYZY.js";
14
+ import "../../chunk-3IBJEGH3.js";
15
15
  import {
16
16
  NodeJSFileSystem,
17
17
  setFileSystem
18
- } from "../../chunk-PCMLSPQF.js";
18
+ } from "../../chunk-CSOLWS7O.js";
19
19
  import "../../chunk-XI2RTGAL.js";
20
20
 
21
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
21
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
22
22
  import "reflect-metadata";
23
23
  async function runNgcComamnd() {
24
24
  process.title = "Angular Compiler (ngc)";