@angular/compiler-cli 18.1.0-next.1 → 18.1.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 (35) hide show
  1. package/bundles/{chunk-JZQHA4E7.js → chunk-AQFTVE7F.js} +5 -5
  2. package/bundles/{chunk-4HWDU6FJ.js → chunk-C6UWCS4B.js} +79 -76
  3. package/bundles/chunk-C6UWCS4B.js.map +6 -0
  4. package/bundles/{chunk-54G5EVKM.js → chunk-EU3OILAK.js} +7 -7
  5. package/bundles/{chunk-YPERM5UE.js → chunk-JNLETH45.js} +43 -43
  6. package/bundles/{chunk-CK5W7X4H.js → chunk-LH4HQPYV.js} +13 -13
  7. package/bundles/{chunk-Z34L7JZH.js → chunk-LTQ7ZO65.js} +31 -31
  8. package/bundles/{chunk-CWU65S2B.js → chunk-PFBSCCQT.js} +128 -130
  9. package/bundles/{chunk-CWU65S2B.js.map → chunk-PFBSCCQT.js.map} +1 -1
  10. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  11. package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
  12. package/bundles/{chunk-MLEQATX2.js → chunk-YDOWTHQV.js} +5 -5
  13. package/bundles/index.js +11 -11
  14. package/bundles/linker/babel/index.js +12 -12
  15. package/bundles/linker/index.js +4 -4
  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 +4 -4
  20. package/bundles/private/tooling.js +5 -5
  21. package/bundles/src/bin/ng_xi18n.js +9 -9
  22. package/bundles/src/bin/ngc.js +7 -7
  23. package/bundles_metadata.json +1 -1
  24. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  25. package/package.json +3 -3
  26. package/src/ngtsc/docs/src/entities.d.ts +1 -0
  27. package/bundles/chunk-4HWDU6FJ.js.map +0 -6
  28. /package/bundles/{chunk-JZQHA4E7.js.map → chunk-AQFTVE7F.js.map} +0 -0
  29. /package/bundles/{chunk-54G5EVKM.js.map → chunk-EU3OILAK.js.map} +0 -0
  30. /package/bundles/{chunk-YPERM5UE.js.map → chunk-JNLETH45.js.map} +0 -0
  31. /package/bundles/{chunk-CK5W7X4H.js.map → chunk-LH4HQPYV.js.map} +0 -0
  32. /package/bundles/{chunk-Z34L7JZH.js.map → chunk-LTQ7ZO65.js.map} +0 -0
  33. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  34. /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
  35. /package/bundles/{chunk-MLEQATX2.js.map → chunk-YDOWTHQV.js.map} +0 -0
@@ -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/perf/src/api.mjs
6
+ // bazel-out/darwin_arm64-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";
@@ -71,7 +71,7 @@ var PerfCheckpoint;
71
71
  PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
72
72
  })(PerfCheckpoint || (PerfCheckpoint = {}));
73
73
 
74
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
74
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
75
75
  var NoopPerfRecorder = class {
76
76
  eventCount() {
77
77
  }
@@ -88,7 +88,7 @@ var NoopPerfRecorder = class {
88
88
  };
89
89
  var NOOP_PERF_RECORDER = new NoopPerfRecorder();
90
90
 
91
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
91
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
92
92
  function mark() {
93
93
  return process.hrtime();
94
94
  }
@@ -97,7 +97,7 @@ function timeSinceInMicros(mark2) {
97
97
  return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
98
98
  }
99
99
 
100
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
100
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
101
101
  var ActivePerfRecorder = class {
102
102
  static zeroedToNow() {
103
103
  return new ActivePerfRecorder(mark());
@@ -205,4 +205,4 @@ export {
205
205
  * Use of this source code is governed by an MIT-style license that can be
206
206
  * found in the LICENSE file at https://angular.io/license
207
207
  */
208
- //# sourceMappingURL=chunk-JZQHA4E7.js.map
208
+ //# sourceMappingURL=chunk-AQFTVE7F.js.map