@angular/compiler-cli 18.2.6 → 18.2.8

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 (37) hide show
  1. package/bundles/{chunk-FMA7PJT3.js → chunk-3Z25BX6N.js} +7 -7
  2. package/bundles/{chunk-YKXBB7OE.js → chunk-4SUEWMZ4.js} +125 -123
  3. package/bundles/{chunk-YKXBB7OE.js.map → chunk-4SUEWMZ4.js.map} +2 -2
  4. package/bundles/{chunk-CLSFNMVL.js → chunk-LCIRWBXN.js} +6 -6
  5. package/bundles/chunk-LCIRWBXN.js.map +6 -0
  6. package/bundles/{chunk-GQAUWPLB.js → chunk-PGXXZYOH.js} +45 -45
  7. package/bundles/{chunk-GQAUWPLB.js.map → chunk-PGXXZYOH.js.map} +1 -1
  8. package/bundles/{chunk-EH5E5HQO.js → chunk-RT2QTF73.js} +3 -3
  9. package/bundles/{chunk-Q64SYHGH.js → chunk-THT4R5NT.js} +83 -80
  10. package/bundles/chunk-THT4R5NT.js.map +6 -0
  11. package/bundles/{chunk-D22ZRS2P.js → chunk-TQ4YLGQO.js} +12 -12
  12. package/bundles/{chunk-IUYXMFZP.js → chunk-TZKDTSOJ.js} +3 -3
  13. package/bundles/{chunk-UQPYSPIX.js → chunk-XSNUHRLJ.js} +5 -5
  14. package/bundles/{chunk-JBFBFCL7.js → chunk-YE5ORA4V.js} +7 -7
  15. package/bundles/{chunk-3LOPACP2.js → chunk-Z5GU2OTU.js} +31 -31
  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/bundles/chunk-CLSFNMVL.js.map +0 -6
  30. package/bundles/chunk-Q64SYHGH.js.map +0 -6
  31. /package/bundles/{chunk-FMA7PJT3.js.map → chunk-3Z25BX6N.js.map} +0 -0
  32. /package/bundles/{chunk-EH5E5HQO.js.map → chunk-RT2QTF73.js.map} +0 -0
  33. /package/bundles/{chunk-D22ZRS2P.js.map → chunk-TQ4YLGQO.js.map} +0 -0
  34. /package/bundles/{chunk-IUYXMFZP.js.map → chunk-TZKDTSOJ.js.map} +0 -0
  35. /package/bundles/{chunk-UQPYSPIX.js.map → chunk-XSNUHRLJ.js.map} +0 -0
  36. /package/bundles/{chunk-JBFBFCL7.js.map → chunk-YE5ORA4V.js.map} +0 -0
  37. /package/bundles/{chunk-3LOPACP2.js.map → chunk-Z5GU2OTU.js.map} +0 -0
@@ -3,11 +3,11 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
5
5
 
6
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
6
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
7
7
  import { decode, encode } from "@jridgewell/sourcemap-codec";
8
8
  import mapHelpers from "convert-source-map";
9
9
 
10
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
10
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
11
11
  function compareSegments(a, b) {
12
12
  return a.position - b.position;
13
13
  }
@@ -27,7 +27,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
27
27
  return { line, column, position, next: void 0 };
28
28
  }
29
29
 
30
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
30
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
31
31
  function removeSourceMapComments(contents) {
32
32
  return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
33
33
  }
@@ -278,10 +278,10 @@ var Cache = class {
278
278
  }
279
279
  };
280
280
 
281
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
281
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
282
282
  import mapHelpers2 from "convert-source-map";
283
283
 
284
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
284
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
285
285
  var ContentOrigin;
286
286
  (function(ContentOrigin2) {
287
287
  ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
@@ -289,7 +289,7 @@ var ContentOrigin;
289
289
  ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
290
290
  })(ContentOrigin || (ContentOrigin = {}));
291
291
 
292
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
292
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
293
293
  var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
294
294
  var SourceFileLoader = class {
295
295
  constructor(fs, logger, schemeMap) {
@@ -419,4 +419,4 @@ export {
419
419
  * Use of this source code is governed by an MIT-style license that can be
420
420
  * found in the LICENSE file at https://angular.dev/license
421
421
  */
422
- //# sourceMappingURL=chunk-FMA7PJT3.js.map
422
+ //# sourceMappingURL=chunk-3Z25BX6N.js.map