@angular/compiler-cli 16.0.0-next.1 → 16.0.0-next.2

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 (37) hide show
  1. package/bundles/{chunk-N6MSUQVH.js → chunk-54RHUHYB.js} +5 -5
  2. package/bundles/{chunk-JEQIMWEA.js → chunk-7Y2QVZL6.js} +31 -31
  3. package/bundles/{chunk-JKV3J53A.js → chunk-BVXD7IJL.js} +9 -38
  4. package/bundles/chunk-BVXD7IJL.js.map +6 -0
  5. package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
  6. package/bundles/{chunk-QQGJEWBQ.js → chunk-EDWIBG7R.js} +6 -6
  7. package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
  8. package/bundles/{chunk-Q2TY6LB3.js → chunk-JCJ2GTDZ.js} +5 -5
  9. package/bundles/{chunk-TK3GHMT6.js → chunk-K2A5WD7L.js} +21 -21
  10. package/bundles/{chunk-IE2WWKOE.js → chunk-KA5NKHL6.js} +101 -100
  11. package/bundles/{chunk-IE2WWKOE.js.map → chunk-KA5NKHL6.js.map} +1 -1
  12. package/bundles/{chunk-6PDKXFWN.js → chunk-LLHKY5PL.js} +8 -8
  13. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  14. package/bundles/{chunk-XS6XKZQP.js → chunk-W6DWPJBG.js} +77 -77
  15. package/bundles/index.js +13 -13
  16. package/bundles/linker/babel/index.js +13 -13
  17. package/bundles/linker/index.js +5 -5
  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/package.json +2 -2
  26. package/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.d.ts +6 -8
  27. package/bundles/chunk-JKV3J53A.js.map +0 -6
  28. /package/bundles/{chunk-N6MSUQVH.js.map → chunk-54RHUHYB.js.map} +0 -0
  29. /package/bundles/{chunk-JEQIMWEA.js.map → chunk-7Y2QVZL6.js.map} +0 -0
  30. /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
  31. /package/bundles/{chunk-QQGJEWBQ.js.map → chunk-EDWIBG7R.js.map} +0 -0
  32. /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
  33. /package/bundles/{chunk-Q2TY6LB3.js.map → chunk-JCJ2GTDZ.js.map} +0 -0
  34. /package/bundles/{chunk-TK3GHMT6.js.map → chunk-K2A5WD7L.js.map} +0 -0
  35. /package/bundles/{chunk-6PDKXFWN.js.map → chunk-LLHKY5PL.js.map} +0 -0
  36. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  37. /package/bundles/{chunk-XS6XKZQP.js.map → chunk-W6DWPJBG.js.map} +0 -0
@@ -4,9 +4,9 @@
4
4
 
5
5
  import {
6
6
  NoopImportRewriter
7
- } from "./chunk-TK3GHMT6.js";
7
+ } from "./chunk-K2A5WD7L.js";
8
8
 
9
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
9
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
10
10
  var Context = class {
11
11
  constructor(isStatement) {
12
12
  this.isStatement = isStatement;
@@ -19,7 +19,7 @@ var Context = class {
19
19
  }
20
20
  };
21
21
 
22
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
22
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
23
23
  import * as o from "@angular/compiler";
24
24
  var UNARY_OPERATORS = /* @__PURE__ */ new Map([
25
25
  [o.UnaryOperator.Minus, "-"],
@@ -251,7 +251,7 @@ function createRange(span) {
251
251
  };
252
252
  }
253
253
 
254
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
254
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
255
255
  import ts from "typescript";
256
256
  var ImportManager = class {
257
257
  constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
@@ -287,7 +287,7 @@ var ImportManager = class {
287
287
  }
288
288
  };
289
289
 
290
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
290
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
291
291
  import * as o2 from "@angular/compiler";
292
292
  import ts2 from "typescript";
293
293
  function translateType(type, imports) {
@@ -463,7 +463,7 @@ var TypeTranslatorVisitor = class {
463
463
  }
464
464
  };
465
465
 
466
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
466
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
467
467
  import ts3 from "typescript";
468
468
  var PureAnnotation;
469
469
  (function(PureAnnotation2) {
@@ -646,7 +646,7 @@ function attachComments(statement, leadingComments) {
646
646
  }
647
647
  }
648
648
 
649
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
649
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
650
650
  function translateExpression(expression, imports, options = {}) {
651
651
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
652
652
  }
@@ -669,4 +669,4 @@ export {
669
669
  * Use of this source code is governed by an MIT-style license that can be
670
670
  * found in the LICENSE file at https://angular.io/license
671
671
  */
672
- //# sourceMappingURL=chunk-6PDKXFWN.js.map
672
+ //# sourceMappingURL=chunk-LLHKY5PL.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