@angular/compiler-cli 19.1.0-next.4 → 19.1.0

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 (45) hide show
  1. package/bundles/{chunk-AHHY35ZY.js → chunk-47HIVWNK.js} +82 -82
  2. package/bundles/chunk-47HIVWNK.js.map +6 -0
  3. package/bundles/{chunk-77D5CI2U.js → chunk-5UDS2TPQ.js} +7 -7
  4. package/bundles/{chunk-FKXFEX7K.js → chunk-GBKXY6BH.js} +3 -3
  5. package/bundles/{chunk-Q2WE7ECN.js → chunk-I6R3GL3L.js} +5 -5
  6. package/bundles/{chunk-AAMTATB3.js → chunk-KEYCV7GA.js} +31 -31
  7. package/bundles/{chunk-QFDZTXLY.js → chunk-MIGBDOBM.js} +3 -3
  8. package/bundles/{chunk-JQUCZAGS.js → chunk-MQBGWKBR.js} +5 -5
  9. package/bundles/{chunk-ACKPW32M.js → chunk-OJIDZREH.js} +173 -143
  10. package/bundles/{chunk-ACKPW32M.js.map → chunk-OJIDZREH.js.map} +1 -1
  11. package/bundles/{chunk-37JMVF7H.js → chunk-STORTTKY.js} +8 -8
  12. package/bundles/{chunk-LSXJNKBJ.js → chunk-VDCSJC7H.js} +12 -12
  13. package/bundles/{chunk-Q73LD63I.js → chunk-WKHF7UQD.js} +55 -47
  14. package/bundles/chunk-WKHF7UQD.js.map +6 -0
  15. package/bundles/index.js +17 -13
  16. package/bundles/index.js.map +1 -1
  17. package/bundles/linker/babel/index.js +12 -12
  18. package/bundles/linker/index.js +4 -4
  19. package/bundles/ngcc/index.js +1 -1
  20. package/bundles/private/bazel.js +1 -1
  21. package/bundles/private/localize.js +3 -3
  22. package/bundles/private/migrations.js +4 -4
  23. package/bundles/private/tooling.js +6 -6
  24. package/bundles/src/bin/ng_xi18n.js +10 -10
  25. package/bundles/src/bin/ngc.js +8 -8
  26. package/bundles_metadata.json +1 -1
  27. package/index.d.ts +1 -1
  28. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  29. package/package.json +2 -2
  30. package/src/ngtsc/diagnostics/src/error_code.d.ts +1 -1
  31. package/src/ngtsc/hmr/src/extract_dependencies.d.ts +3 -2
  32. package/src/ngtsc/hmr/src/metadata.d.ts +3 -2
  33. package/src/ngtsc/reflection/src/host.d.ts +4 -4
  34. package/src/ngtsc/reflection/src/typescript.d.ts +9 -3
  35. package/src/ngtsc/typecheck/api/symbols.d.ts +1 -1
  36. package/bundles/chunk-AHHY35ZY.js.map +0 -6
  37. package/bundles/chunk-Q73LD63I.js.map +0 -6
  38. /package/bundles/{chunk-77D5CI2U.js.map → chunk-5UDS2TPQ.js.map} +0 -0
  39. /package/bundles/{chunk-FKXFEX7K.js.map → chunk-GBKXY6BH.js.map} +0 -0
  40. /package/bundles/{chunk-Q2WE7ECN.js.map → chunk-I6R3GL3L.js.map} +0 -0
  41. /package/bundles/{chunk-AAMTATB3.js.map → chunk-KEYCV7GA.js.map} +0 -0
  42. /package/bundles/{chunk-QFDZTXLY.js.map → chunk-MIGBDOBM.js.map} +0 -0
  43. /package/bundles/{chunk-JQUCZAGS.js.map → chunk-MQBGWKBR.js.map} +0 -0
  44. /package/bundles/{chunk-37JMVF7H.js.map → chunk-STORTTKY.js.map} +0 -0
  45. /package/bundles/{chunk-LSXJNKBJ.js.map → chunk-VDCSJC7H.js.map} +0 -0
@@ -4,9 +4,9 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-LSXJNKBJ.js";
7
+ } from "./chunk-VDCSJC7H.js";
8
8
 
9
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
9
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
10
10
  var GLOBAL_DEFS_FOR_TERSER = {
11
11
  ngDevMode: false,
12
12
  ngI18nClosureMode: false
@@ -31,4 +31,4 @@ export {
31
31
  * Use of this source code is governed by an MIT-style license that can be
32
32
  * found in the LICENSE file at https://angular.dev/license
33
33
  */
34
- //# sourceMappingURL=chunk-QFDZTXLY.js.map
34
+ //# sourceMappingURL=chunk-MIGBDOBM.js.map
@@ -12,13 +12,13 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-AHHY35ZY.js";
15
+ } from "./chunk-47HIVWNK.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-JQUCZAGS.js.map
366
+ //# sourceMappingURL=chunk-MQBGWKBR.js.map