@angular/compiler-cli 20.2.0-next.0 → 20.2.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 (49) hide show
  1. package/bundles/{chunk-SEKYV57I.js → chunk-6HOSNZU5.js} +2 -3
  2. package/bundles/{chunk-FPHHL4UV.js → chunk-BPDNYZBC.js} +253 -49
  3. package/bundles/chunk-DWRM7PIK.js +14 -0
  4. package/bundles/{chunk-JXYBFWGA.js → chunk-F7QVREVY.js} +19 -7
  5. package/bundles/{chunk-TPEB2IXF.js → chunk-GWZQLAGK.js} +35 -7
  6. package/bundles/{chunk-PML5JK7B.js → chunk-HYJ2H3FU.js} +120 -7
  7. package/bundles/{chunk-6ECVYRSU.js → chunk-I2BHWRAU.js} +11 -6
  8. package/bundles/{chunk-5TMRGUHP.js → chunk-PLUBZWSY.js} +27 -11
  9. package/bundles/{chunk-5JF7HF3W.js → chunk-SZY7NM6F.js} +2 -3
  10. package/bundles/{chunk-UZOSFHTN.js → chunk-TMIC4MKN.js} +2312 -736
  11. package/bundles/{chunk-YNE6T2TY.js → chunk-U3R42CLJ.js} +569 -103
  12. package/bundles/index.js +34 -19
  13. package/bundles/linker/babel/index.js +70 -18
  14. package/bundles/linker/index.js +11 -5
  15. package/bundles/private/localize.js +5 -6
  16. package/bundles/private/migrations.js +5 -6
  17. package/bundles/private/tooling.js +27 -11
  18. package/bundles/src/bin/ng_xi18n.js +11 -12
  19. package/bundles/src/bin/ngc.js +9 -10
  20. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  21. package/package.json +3 -3
  22. package/src/ngtsc/perf/src/api.d.ts +24 -16
  23. package/src/ngtsc/typecheck/api/api.d.ts +1 -1
  24. package/src/ngtsc/typecheck/api/checker.d.ts +15 -0
  25. package/src/ngtsc/typecheck/diagnostics/src/diagnostic.d.ts +7 -1
  26. package/src/ngtsc/typecheck/src/checker.d.ts +2 -0
  27. package/src/ngtsc/typecheck/src/ts_util.d.ts +7 -0
  28. package/bundles/chunk-2FHBFXPC.js +0 -34
  29. package/bundles/chunk-2FHBFXPC.js.map +0 -6
  30. package/bundles/chunk-5JF7HF3W.js.map +0 -6
  31. package/bundles/chunk-5TMRGUHP.js.map +0 -6
  32. package/bundles/chunk-6ECVYRSU.js.map +0 -6
  33. package/bundles/chunk-FPHHL4UV.js.map +0 -6
  34. package/bundles/chunk-JXYBFWGA.js.map +0 -6
  35. package/bundles/chunk-KPQ72R34.js +0 -23
  36. package/bundles/chunk-KPQ72R34.js.map +0 -6
  37. package/bundles/chunk-PML5JK7B.js.map +0 -6
  38. package/bundles/chunk-SEKYV57I.js.map +0 -6
  39. package/bundles/chunk-TPEB2IXF.js.map +0 -6
  40. package/bundles/chunk-UZOSFHTN.js.map +0 -6
  41. package/bundles/chunk-YNE6T2TY.js.map +0 -6
  42. package/bundles/index.js.map +0 -6
  43. package/bundles/linker/babel/index.js.map +0 -6
  44. package/bundles/linker/index.js.map +0 -6
  45. package/bundles/private/localize.js.map +0 -6
  46. package/bundles/private/migrations.js.map +0 -6
  47. package/bundles/private/tooling.js.map +0 -6
  48. package/bundles/src/bin/ng_xi18n.js.map +0 -6
  49. package/bundles/src/bin/ngc.js.map +0 -6
@@ -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.js
6
+ // packages/compiler-cli/src/ngtsc/logging/src/logger.js
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.js
15
+ // packages/compiler-cli/src/ngtsc/logging/src/console_logger.js
16
16
  var RESET = "\x1B[0m";
17
17
  var RED = "\x1B[31m";
18
18
  var YELLOW = "\x1B[33m";
@@ -54,4 +54,3 @@ export {
54
54
  * Use of this source code is governed by an MIT-style license that can be
55
55
  * found in the LICENSE file at https://angular.dev/license
56
56
  */
57
- //# sourceMappingURL=chunk-SEKYV57I.js.map