@angular/compiler-cli 20.0.0-next.1 → 20.0.0-next.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 (74) hide show
  1. package/bundles/{chunk-YSSSYIZJ.js → chunk-22GWKJOS.js} +5 -5
  2. package/bundles/{chunk-PLKJMRGZ.js → chunk-2AJMO7DE.js} +7685 -7172
  3. package/bundles/chunk-2AJMO7DE.js.map +6 -0
  4. package/bundles/{chunk-77D5CI2U.js → chunk-5UDS2TPQ.js} +7 -7
  5. package/bundles/{chunk-UAA7BTBW.js → chunk-ACYTOLUT.js} +31 -31
  6. package/bundles/{chunk-O2OVHMWL.js → chunk-BTNMUYEF.js} +213 -149
  7. package/bundles/chunk-BTNMUYEF.js.map +6 -0
  8. package/bundles/{chunk-FKXFEX7K.js → chunk-GBKXY6BH.js} +3 -3
  9. package/bundles/{chunk-Q2WE7ECN.js → chunk-I6R3GL3L.js} +5 -5
  10. package/bundles/{chunk-SNXU6YPZ.js → chunk-PQSJQCH7.js} +3 -3
  11. package/bundles/{chunk-QYORKQDN.js → chunk-SOZYYFP3.js} +46 -43
  12. package/bundles/chunk-SOZYYFP3.js.map +6 -0
  13. package/bundles/{chunk-37JMVF7H.js → chunk-STORTTKY.js} +8 -8
  14. package/bundles/{chunk-SEPXPBD2.js → chunk-V53QJA3R.js} +12 -12
  15. package/bundles/index.js +12 -12
  16. package/bundles/linker/babel/index.js +12 -12
  17. package/bundles/linker/index.js +4 -4
  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 +6 -6
  22. package/bundles/src/bin/ng_xi18n.js +10 -10
  23. package/bundles/src/bin/ngc.js +8 -8
  24. package/bundles_metadata.json +1 -1
  25. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  26. package/package.json +3 -3
  27. package/private/migrations.d.ts +1 -1
  28. package/src/ngtsc/annotations/common/src/evaluation.d.ts +1 -1
  29. package/src/ngtsc/annotations/common/src/util.d.ts +19 -2
  30. package/src/ngtsc/annotations/component/src/handler.d.ts +2 -1
  31. package/src/ngtsc/annotations/component/src/metadata.d.ts +5 -2
  32. package/src/ngtsc/annotations/component/src/resources.d.ts +3 -2
  33. package/src/ngtsc/annotations/directive/src/handler.d.ts +12 -3
  34. package/src/ngtsc/annotations/directive/src/shared.d.ts +10 -4
  35. package/src/ngtsc/annotations/index.d.ts +1 -1
  36. package/src/ngtsc/core/api/src/options.d.ts +10 -2
  37. package/src/ngtsc/core/api/src/public_options.d.ts +4 -2
  38. package/src/ngtsc/core/src/compiler.d.ts +3 -3
  39. package/src/ngtsc/diagnostics/src/error_code.d.ts +4 -0
  40. package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
  41. package/src/ngtsc/docs/src/function_extractor.d.ts +1 -1
  42. package/src/ngtsc/hmr/src/update_declaration.d.ts +3 -2
  43. package/src/ngtsc/metadata/index.d.ts +1 -1
  44. package/src/ngtsc/metadata/src/resource_registry.d.ts +13 -9
  45. package/src/ngtsc/typecheck/api/api.d.ts +22 -24
  46. package/src/ngtsc/typecheck/api/checker.d.ts +8 -4
  47. package/src/ngtsc/typecheck/api/context.d.ts +36 -18
  48. package/src/ngtsc/typecheck/diagnostics/src/diagnostic.d.ts +2 -2
  49. package/src/ngtsc/typecheck/diagnostics/src/id.d.ts +2 -2
  50. package/src/ngtsc/typecheck/extended/checks/unparenthesized_nullish_coalescing/index.d.ts +10 -0
  51. package/src/ngtsc/typecheck/index.d.ts +1 -0
  52. package/src/ngtsc/typecheck/src/checker.d.ts +8 -7
  53. package/src/ngtsc/typecheck/src/completion.d.ts +2 -2
  54. package/src/ngtsc/typecheck/src/context.d.ts +28 -26
  55. package/src/ngtsc/typecheck/src/diagnostics.d.ts +5 -5
  56. package/src/ngtsc/typecheck/src/dom.d.ts +19 -8
  57. package/src/ngtsc/typecheck/src/host_bindings.d.ts +31 -0
  58. package/src/ngtsc/typecheck/src/oob.d.ts +41 -45
  59. package/src/ngtsc/typecheck/src/source.d.ts +14 -22
  60. package/src/ngtsc/typecheck/src/tcb_util.d.ts +23 -15
  61. package/src/ngtsc/typecheck/src/template_symbol_builder.d.ts +3 -3
  62. package/src/ngtsc/typecheck/src/ts_util.d.ts +1 -1
  63. package/src/ngtsc/typecheck/src/type_check_block.d.ts +10 -6
  64. package/bundles/chunk-O2OVHMWL.js.map +0 -6
  65. package/bundles/chunk-PLKJMRGZ.js.map +0 -6
  66. package/bundles/chunk-QYORKQDN.js.map +0 -6
  67. /package/bundles/{chunk-YSSSYIZJ.js.map → chunk-22GWKJOS.js.map} +0 -0
  68. /package/bundles/{chunk-77D5CI2U.js.map → chunk-5UDS2TPQ.js.map} +0 -0
  69. /package/bundles/{chunk-UAA7BTBW.js.map → chunk-ACYTOLUT.js.map} +0 -0
  70. /package/bundles/{chunk-FKXFEX7K.js.map → chunk-GBKXY6BH.js.map} +0 -0
  71. /package/bundles/{chunk-Q2WE7ECN.js.map → chunk-I6R3GL3L.js.map} +0 -0
  72. /package/bundles/{chunk-SNXU6YPZ.js.map → chunk-PQSJQCH7.js.map} +0 -0
  73. /package/bundles/{chunk-37JMVF7H.js.map → chunk-STORTTKY.js.map} +0 -0
  74. /package/bundles/{chunk-SEPXPBD2.js.map → chunk-V53QJA3R.js.map} +0 -0
@@ -12,13 +12,13 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-O2OVHMWL.js";
15
+ } from "./chunk-BTNMUYEF.js";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
17
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
18
18
  import ts2 from "typescript";
19
19
  import yargs from "yargs";
20
20
 
21
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
21
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
22
22
  import * as chokidar from "chokidar";
23
23
  import * as path from "path";
24
24
  import ts from "typescript";
@@ -242,7 +242,7 @@ function performWatchCompilation(host) {
242
242
  }
243
243
  }
244
244
 
245
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
245
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
246
246
  function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles) {
247
247
  let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
248
248
  if (configErrors.length) {
@@ -363,4 +363,4 @@ export {
363
363
  * Use of this source code is governed by an MIT-style license that can be
364
364
  * found in the LICENSE file at https://angular.dev/license
365
365
  */
366
- //# sourceMappingURL=chunk-YSSSYIZJ.js.map
366
+ //# sourceMappingURL=chunk-22GWKJOS.js.map