@angular/compiler-cli 17.0.0-next.0 → 17.0.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 (46) hide show
  1. package/bundles/{chunk-HJOPJLIM.js → chunk-7PCPPTTO.js} +5 -5
  2. package/bundles/{chunk-WFZNEQRO.js → chunk-ABAFIH3N.js} +93 -93
  3. package/bundles/{chunk-U7JQC45O.js → chunk-BOXNK2F2.js} +119 -86
  4. package/bundles/{chunk-U7JQC45O.js.map → chunk-BOXNK2F2.js.map} +1 -1
  5. package/bundles/{chunk-GYHDNUIK.js → chunk-EKTJ7622.js} +7 -7
  6. package/bundles/{chunk-O44BCL4P.js → chunk-HEDZI6BK.js} +10 -42
  7. package/bundles/chunk-HEDZI6BK.js.map +6 -0
  8. package/bundles/{chunk-UHYH6BYB.js → chunk-JZC4T2RR.js} +1 -1
  9. package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
  10. package/bundles/{chunk-7AJOGEL7.js → chunk-NGWY7NOB.js} +29 -27
  11. package/bundles/{chunk-7AJOGEL7.js.map → chunk-NGWY7NOB.js.map} +1 -1
  12. package/bundles/{chunk-FXPDGYDZ.js → chunk-OYEEKZWP.js} +4 -4
  13. package/bundles/{chunk-EC5K6QPP.js → chunk-PCMLSPQF.js} +8 -8
  14. package/bundles/{chunk-P4NPKMGZ.js → chunk-QJNBIBVG.js} +8 -8
  15. package/bundles/chunk-XI2RTGAL.js +16 -0
  16. package/bundles/{chunk-FRSHP5TN.js → chunk-Y4VOTDJT.js} +31 -31
  17. package/bundles/index.js +14 -14
  18. package/bundles/linker/babel/index.js +14 -14
  19. package/bundles/linker/index.js +6 -6
  20. package/bundles/ngcc/index.js +1 -1
  21. package/bundles/private/bazel.js +2 -2
  22. package/bundles/private/localize.js +4 -4
  23. package/bundles/private/migrations.js +7 -7
  24. package/bundles/private/tooling.js +5 -5
  25. package/bundles/src/bin/ng_xi18n.js +12 -12
  26. package/bundles/src/bin/ngc.js +11 -19
  27. package/bundles/src/bin/ngc.js.map +1 -1
  28. package/bundles_metadata.json +1 -1
  29. package/package.json +3 -3
  30. package/src/main.d.ts +2 -4
  31. package/src/ngtsc/annotations/component/src/resources.d.ts +3 -2
  32. package/src/ngtsc/annotations/directive/src/shared.d.ts +1 -0
  33. package/src/ngtsc/diagnostics/src/error_code.d.ts +11 -1
  34. package/src/ngtsc/logging/src/console_logger.d.ts +3 -3
  35. package/bundles/chunk-O44BCL4P.js.map +0 -6
  36. package/bundles/chunk-SRFZMXHZ.js +0 -35
  37. /package/bundles/{chunk-HJOPJLIM.js.map → chunk-7PCPPTTO.js.map} +0 -0
  38. /package/bundles/{chunk-WFZNEQRO.js.map → chunk-ABAFIH3N.js.map} +0 -0
  39. /package/bundles/{chunk-GYHDNUIK.js.map → chunk-EKTJ7622.js.map} +0 -0
  40. /package/bundles/{chunk-SRFZMXHZ.js.map → chunk-JZC4T2RR.js.map} +0 -0
  41. /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
  42. /package/bundles/{chunk-FXPDGYDZ.js.map → chunk-OYEEKZWP.js.map} +0 -0
  43. /package/bundles/{chunk-EC5K6QPP.js.map → chunk-PCMLSPQF.js.map} +0 -0
  44. /package/bundles/{chunk-P4NPKMGZ.js.map → chunk-QJNBIBVG.js.map} +0 -0
  45. /package/bundles/{chunk-UHYH6BYB.js.map → chunk-XI2RTGAL.js.map} +0 -0
  46. /package/bundles/{chunk-FRSHP5TN.js.map → chunk-Y4VOTDJT.js.map} +0 -0
@@ -3,7 +3,7 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
5
5
 
6
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
6
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
7
7
  var PerfPhase;
8
8
  (function(PerfPhase2) {
9
9
  PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
@@ -70,7 +70,7 @@ var PerfCheckpoint;
70
70
  PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
71
71
  })(PerfCheckpoint || (PerfCheckpoint = {}));
72
72
 
73
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
73
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
74
74
  var NoopPerfRecorder = class {
75
75
  eventCount() {
76
76
  }
@@ -87,7 +87,7 @@ var NoopPerfRecorder = class {
87
87
  };
88
88
  var NOOP_PERF_RECORDER = new NoopPerfRecorder();
89
89
 
90
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
90
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
91
91
  function mark() {
92
92
  return process.hrtime();
93
93
  }
@@ -96,7 +96,7 @@ function timeSinceInMicros(mark2) {
96
96
  return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
97
97
  }
98
98
 
99
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
99
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
100
100
  var ActivePerfRecorder = class {
101
101
  static zeroedToNow() {
102
102
  return new ActivePerfRecorder(mark());
@@ -204,4 +204,4 @@ export {
204
204
  * Use of this source code is governed by an MIT-style license that can be
205
205
  * found in the LICENSE file at https://angular.io/license
206
206
  */
207
- //# sourceMappingURL=chunk-HJOPJLIM.js.map
207
+ //# sourceMappingURL=chunk-7PCPPTTO.js.map