@angular/compiler-cli 13.1.0-next.3 → 13.1.3

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 (96) hide show
  1. package/bundles/{chunk-UMUIU7TE.js → chunk-7UHLQOIO.js} +4 -4
  2. package/bundles/{chunk-UMUIU7TE.js.map → chunk-7UHLQOIO.js.map} +0 -0
  3. package/bundles/{chunk-QDWL7SZJ.js → chunk-BPCUCINV.js} +2 -2
  4. package/bundles/{chunk-QDWL7SZJ.js.map → chunk-BPCUCINV.js.map} +0 -0
  5. package/bundles/{chunk-COAETSNP.js → chunk-CKZCKW5B.js} +785 -1129
  6. package/bundles/chunk-CKZCKW5B.js.map +6 -0
  7. package/bundles/{chunk-GLCRIILX.js → chunk-J6CW3T62.js} +5 -5
  8. package/bundles/{chunk-GLCRIILX.js.map → chunk-J6CW3T62.js.map} +0 -0
  9. package/bundles/{chunk-SKBLJA43.js → chunk-JTYUTYS2.js} +3 -3
  10. package/bundles/{chunk-SKBLJA43.js.map → chunk-JTYUTYS2.js.map} +0 -0
  11. package/bundles/{chunk-UIKTHF6Z.js → chunk-K5FPDA5B.js} +61 -63
  12. package/bundles/chunk-K5FPDA5B.js.map +6 -0
  13. package/bundles/{chunk-MFCLQBFK.js → chunk-KU4D2JVX.js} +39 -41
  14. package/bundles/chunk-KU4D2JVX.js.map +6 -0
  15. package/bundles/{chunk-7HVF6UHR.js → chunk-KXVQ4SSM.js} +24 -22
  16. package/bundles/chunk-KXVQ4SSM.js.map +6 -0
  17. package/bundles/{chunk-IESRH26X.js → chunk-L23I4NJT.js} +744 -434
  18. package/bundles/chunk-L23I4NJT.js.map +6 -0
  19. package/bundles/{chunk-QL6ZC3U3.js → chunk-RDTZZXLZ.js} +12 -12
  20. package/bundles/{chunk-QL6ZC3U3.js.map → chunk-RDTZZXLZ.js.map} +1 -1
  21. package/bundles/{chunk-EP5JHXG2.js → chunk-RGGJJ7ZZ.js} +39 -60
  22. package/bundles/chunk-RGGJJ7ZZ.js.map +6 -0
  23. package/bundles/{chunk-JJMLEEKA.js → chunk-RNVIUKDY.js} +9 -9
  24. package/bundles/chunk-RNVIUKDY.js.map +6 -0
  25. package/bundles/{chunk-HDZS2JG2.js → chunk-VUEDWBJP.js} +270 -100
  26. package/bundles/chunk-VUEDWBJP.js.map +6 -0
  27. package/bundles/{chunk-XA5IZLLC.js → chunk-WQ3TNYTD.js} +6 -6
  28. package/bundles/{chunk-XA5IZLLC.js.map → chunk-WQ3TNYTD.js.map} +0 -0
  29. package/bundles/{chunk-4EDYFHXN.js → chunk-XXMNTCYN.js} +9 -9
  30. package/bundles/chunk-XXMNTCYN.js.map +6 -0
  31. package/bundles/{chunk-7HBAJSZA.js → chunk-ZLL7BXGD.js} +228 -190
  32. package/bundles/chunk-ZLL7BXGD.js.map +6 -0
  33. package/bundles/index.js +16 -30
  34. package/bundles/index.js.map +2 -2
  35. package/bundles/linker/babel/index.js +85 -85
  36. package/bundles/linker/babel/index.js.map +1 -1
  37. package/bundles/linker/index.js +5 -5
  38. package/bundles/ngcc/index.js +13 -13
  39. package/bundles/ngcc/main-ngcc.js +14 -14
  40. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
  41. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +5 -5
  42. package/bundles/private/bazel.js +2 -2
  43. package/bundles/private/localize.js +4 -4
  44. package/bundles/private/migrations.js +6 -6
  45. package/bundles/private/tooling.js +3 -3
  46. package/bundles/src/bin/ng_xi18n.js +11 -11
  47. package/bundles/src/bin/ngc.js +11 -11
  48. package/bundles/src/bin/ngc.js.map +1 -1
  49. package/bundles_metadata.json +1 -1
  50. package/index.d.ts +2 -2
  51. package/ngcc/src/packages/adjust_cjs_umd_exports.d.ts +17 -0
  52. package/ngcc/src/packages/build_marker.d.ts +1 -1
  53. package/ngcc/src/packages/source_file_cache.d.ts +2 -1
  54. package/package.json +2 -2
  55. package/src/main.d.ts +3 -3
  56. package/src/ngtsc/annotations/src/util.d.ts +1 -1
  57. package/src/ngtsc/core/api/src/options.d.ts +3 -2
  58. package/src/ngtsc/core/api/src/public_options.d.ts +38 -0
  59. package/src/ngtsc/core/src/host.d.ts +1 -1
  60. package/src/ngtsc/diagnostics/index.d.ts +2 -1
  61. package/src/ngtsc/diagnostics/src/error.d.ts +1 -0
  62. package/src/ngtsc/diagnostics/src/error_code.d.ts +7 -0
  63. package/src/ngtsc/diagnostics/src/error_details_base_url.d.ts +1 -1
  64. package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +21 -0
  65. package/src/ngtsc/file_system/src/compiler_host.d.ts +1 -0
  66. package/src/ngtsc/imports/index.d.ts +1 -1
  67. package/src/ngtsc/imports/src/emitter.d.ts +40 -8
  68. package/src/ngtsc/program.d.ts +3 -6
  69. package/src/ngtsc/program_driver/src/ts_create_program_driver.d.ts +1 -1
  70. package/src/ngtsc/translator/src/translator.d.ts +0 -5
  71. package/src/ngtsc/translator/src/type_translator.d.ts +0 -2
  72. package/src/ngtsc/typecheck/extended/api/api.d.ts +30 -10
  73. package/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.d.ts +3 -14
  74. package/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.d.ts +3 -15
  75. package/src/ngtsc/typecheck/extended/index.d.ts +3 -0
  76. package/src/ngtsc/typecheck/extended/src/extended_template_checker.d.ts +5 -4
  77. package/src/ngtsc/typecheck/src/environment.d.ts +3 -1
  78. package/src/ngtsc/typecheck/src/tcb_util.d.ts +10 -2
  79. package/src/ngtsc/typecheck/src/type_constructor.d.ts +3 -2
  80. package/src/ngtsc/typecheck/src/type_emitter.d.ts +7 -21
  81. package/src/ngtsc/typecheck/src/type_parameter_emitter.d.ts +2 -2
  82. package/src/ngtsc/util/src/typescript.d.ts +0 -5
  83. package/src/perform_compile.d.ts +5 -10
  84. package/src/perform_watch.d.ts +4 -4
  85. package/src/transformers/api.d.ts +3 -30
  86. package/src/transformers/util.d.ts +4 -6
  87. package/bundles/chunk-4EDYFHXN.js.map +0 -6
  88. package/bundles/chunk-7HBAJSZA.js.map +0 -6
  89. package/bundles/chunk-7HVF6UHR.js.map +0 -6
  90. package/bundles/chunk-COAETSNP.js.map +0 -6
  91. package/bundles/chunk-EP5JHXG2.js.map +0 -6
  92. package/bundles/chunk-HDZS2JG2.js.map +0 -6
  93. package/bundles/chunk-IESRH26X.js.map +0 -6
  94. package/bundles/chunk-JJMLEEKA.js.map +0 -6
  95. package/bundles/chunk-MFCLQBFK.js.map +0 -6
  96. package/bundles/chunk-UIKTHF6Z.js.map +0 -6
@@ -6,13 +6,13 @@
6
6
  import {
7
7
  ConsoleLogger,
8
8
  LogLevel
9
- } from "./chunk-SKBLJA43.js";
9
+ } from "./chunk-JTYUTYS2.js";
10
10
  import {
11
11
  NodeJSFileSystem,
12
12
  setFileSystem
13
- } from "./chunk-EP5JHXG2.js";
13
+ } from "./chunk-RGGJJ7ZZ.js";
14
14
 
15
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/command_line_options.mjs
15
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/command_line_options.mjs
16
16
  import yargs from "yargs";
17
17
  function parseCommandLineOptions(args) {
18
18
  var _a;
@@ -113,4 +113,4 @@ export {
113
113
  * Use of this source code is governed by an MIT-style license that can be
114
114
  * found in the LICENSE file at https://angular.io/license
115
115
  */
116
- //# sourceMappingURL=chunk-UMUIU7TE.js.map
116
+ //# sourceMappingURL=chunk-7UHLQOIO.js.map
@@ -3,7 +3,7 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
  const __ESM_IMPORT_META_URL__ = import.meta.url;
5
5
 
6
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/util.mjs
6
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/util.mjs
7
7
  function removeLockFile(fs, logger, lockFilePath, pid) {
8
8
  try {
9
9
  logger.debug(`Attempting to remove lock-file at ${lockFilePath}.`);
@@ -26,4 +26,4 @@ function removeLockFile(fs, logger, lockFilePath, pid) {
26
26
  export {
27
27
  removeLockFile
28
28
  };
29
- //# sourceMappingURL=chunk-QDWL7SZJ.js.map
29
+ //# sourceMappingURL=chunk-BPCUCINV.js.map