@angular/compiler-cli 19.2.0-next.2 → 19.2.0-rc.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 (38) hide show
  1. package/bundles/{chunk-STORTTKY.js → chunk-37JMVF7H.js} +8 -8
  2. package/bundles/{chunk-3WDOF2PD.js → chunk-67OPP2P5.js} +113 -86
  3. package/bundles/{chunk-3WDOF2PD.js.map → chunk-67OPP2P5.js.map} +3 -3
  4. package/bundles/{chunk-5UDS2TPQ.js → chunk-77D5CI2U.js} +7 -7
  5. package/bundles/{chunk-SPTIAMJL.js → chunk-E7POVVFX.js} +13 -13
  6. package/bundles/chunk-E7POVVFX.js.map +6 -0
  7. package/bundles/{chunk-GBKXY6BH.js → chunk-FKXFEX7K.js} +3 -3
  8. package/bundles/{chunk-7U2MEXOV.js → chunk-FTZQEOD7.js} +5 -5
  9. package/bundles/{chunk-GSGK42HV.js → chunk-HHTMNOE7.js} +132 -127
  10. package/bundles/{chunk-GSGK42HV.js.map → chunk-HHTMNOE7.js.map} +1 -1
  11. package/bundles/{chunk-2LUVAZUS.js → chunk-J7S5XIBF.js} +31 -31
  12. package/bundles/{chunk-KNAEEOO7.js → chunk-JBQ2W4H2.js} +3 -3
  13. package/bundles/{chunk-T2AA53RT.js → chunk-OZ2WSYWM.js} +49 -44
  14. package/bundles/chunk-OZ2WSYWM.js.map +6 -0
  15. package/bundles/{chunk-I6R3GL3L.js → chunk-Q2WE7ECN.js} +5 -5
  16. package/bundles/index.js +12 -12
  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/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  28. package/package.json +3 -3
  29. package/src/ngtsc/imports/src/patch_alias_reference_resolution.d.ts +6 -1
  30. package/bundles/chunk-SPTIAMJL.js.map +0 -6
  31. package/bundles/chunk-T2AA53RT.js.map +0 -6
  32. /package/bundles/{chunk-STORTTKY.js.map → chunk-37JMVF7H.js.map} +0 -0
  33. /package/bundles/{chunk-5UDS2TPQ.js.map → chunk-77D5CI2U.js.map} +0 -0
  34. /package/bundles/{chunk-GBKXY6BH.js.map → chunk-FKXFEX7K.js.map} +0 -0
  35. /package/bundles/{chunk-7U2MEXOV.js.map → chunk-FTZQEOD7.js.map} +0 -0
  36. /package/bundles/{chunk-2LUVAZUS.js.map → chunk-J7S5XIBF.js.map} +0 -0
  37. /package/bundles/{chunk-KNAEEOO7.js.map → chunk-JBQ2W4H2.js.map} +0 -0
  38. /package/bundles/{chunk-I6R3GL3L.js.map → chunk-Q2WE7ECN.js.map} +0 -0
@@ -6,7 +6,7 @@ import {
6
6
  __require
7
7
  } from "./chunk-KPQ72R34.js";
8
8
 
9
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
9
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
10
10
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
11
11
  function normalizeSeparators(path) {
12
12
  return path.replace(/\\/g, "/");
@@ -22,7 +22,7 @@ function getSourceFileOrError(program, fileName) {
22
22
  return sf;
23
23
  }
24
24
 
25
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
25
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
26
26
  var InvalidFileSystem = class {
27
27
  exists(path) {
28
28
  throw makeError();
@@ -110,7 +110,7 @@ function makeError() {
110
110
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
111
111
  }
112
112
 
113
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
113
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
114
114
  var fs = new InvalidFileSystem();
115
115
  function getFileSystem() {
116
116
  return fs;
@@ -167,7 +167,7 @@ function toRelativeImport(relativePath) {
167
167
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
168
168
  }
169
169
 
170
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
170
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
171
171
  import * as os from "os";
172
172
  import ts from "typescript";
173
173
  var NgtscCompilerHost = class {
@@ -227,7 +227,7 @@ var NgtscCompilerHost = class {
227
227
  }
228
228
  };
229
229
 
230
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
230
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
231
231
  var LogicalProjectPath = {
232
232
  relativePathBetween: function(from, to) {
233
233
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -276,7 +276,7 @@ function isWithinBasePath(base, path) {
276
276
  return isLocalRelativePath(relative(base, path));
277
277
  }
278
278
 
279
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
279
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
280
280
  import fs2 from "fs";
281
281
  import { createRequire } from "module";
282
282
  import * as p from "path";
@@ -380,7 +380,7 @@ function toggleCase(str) {
380
380
  return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
381
381
  }
382
382
 
383
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/ts_read_directory.mjs
383
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/ts_read_directory.mjs
384
384
  import ts2 from "typescript";
385
385
  function createFileSystemTsReadDirectoryFn(fs3) {
386
386
  if (ts2.matchFiles === void 0) {
@@ -443,4 +443,4 @@ export {
443
443
  * Use of this source code is governed by an MIT-style license that can be
444
444
  * found in the LICENSE file at https://angular.dev/license
445
445
  */
446
- //# sourceMappingURL=chunk-STORTTKY.js.map
446
+ //# sourceMappingURL=chunk-37JMVF7H.js.map