@angular/compiler-cli 17.1.0-next.5 → 17.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 (79) hide show
  1. package/bundles/{chunk-EFMKZSXJ.js → chunk-3WRR7A6G.js} +876 -34
  2. package/bundles/chunk-3WRR7A6G.js.map +6 -0
  3. package/bundles/{chunk-BLWWEEEL.js → chunk-5KZ4IU2X.js} +5 -5
  4. package/bundles/{chunk-SBDNBITT.js → chunk-CF2CT7RQ.js} +3 -3
  5. package/bundles/{chunk-U4EFDEE4.js → chunk-GM44CTB7.js} +497 -320
  6. package/bundles/chunk-GM44CTB7.js.map +6 -0
  7. package/bundles/{chunk-QPMYDNZG.js → chunk-I3M5LXMW.js} +7 -7
  8. package/bundles/{chunk-R4KQI5XI.js → chunk-JOIB3454.js} +5 -5
  9. package/bundles/{chunk-YGXKICXB.js → chunk-MLI2QFE3.js} +94 -11
  10. package/bundles/chunk-MLI2QFE3.js.map +6 -0
  11. package/bundles/{chunk-OZXTEOXW.js → chunk-P34DHQ65.js} +50 -30
  12. package/bundles/chunk-P34DHQ65.js.map +6 -0
  13. package/bundles/chunk-TGR3NXO6.js +62 -0
  14. package/bundles/chunk-TGR3NXO6.js.map +6 -0
  15. package/bundles/{chunk-WCD6LVCP.js → chunk-WMUBJYYX.js} +7 -7
  16. package/bundles/{chunk-N5SJSJNW.js → chunk-YFIBJR5K.js} +203 -149
  17. package/bundles/chunk-YFIBJR5K.js.map +6 -0
  18. package/bundles/index.js +14 -12
  19. package/bundles/index.js.map +1 -1
  20. package/bundles/linker/babel/index.js +15 -13
  21. package/bundles/linker/babel/index.js.map +1 -1
  22. package/bundles/linker/index.js +4 -5
  23. package/bundles/ngcc/index.js +1 -1
  24. package/bundles/private/bazel.js +1 -1
  25. package/bundles/private/localize.js +3 -3
  26. package/bundles/private/migrations.js +8 -7
  27. package/bundles/private/tooling.js +7 -3
  28. package/bundles/src/bin/ng_xi18n.js +10 -10
  29. package/bundles/src/bin/ngc.js +8 -8
  30. package/bundles_metadata.json +1 -1
  31. package/linker/babel/src/ast/babel_ast_host.d.ts +1 -0
  32. package/linker/src/ast/ast_host.d.ts +4 -0
  33. package/linker/src/ast/ast_value.d.ts +8 -1
  34. package/linker/src/ast/typescript/typescript_ast_host.d.ts +1 -0
  35. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  36. package/package.json +2 -2
  37. package/private/tooling.d.ts +22 -6
  38. package/src/ngtsc/annotations/component/src/handler.d.ts +21 -1
  39. package/src/ngtsc/annotations/component/src/metadata.d.ts +7 -1
  40. package/src/ngtsc/annotations/component/src/util.d.ts +1 -1
  41. package/src/ngtsc/annotations/directive/index.d.ts +1 -0
  42. package/src/ngtsc/annotations/directive/src/handler.d.ts +1 -1
  43. package/src/ngtsc/annotations/directive/src/input_function.d.ts +4 -13
  44. package/src/ngtsc/annotations/directive/src/shared.d.ts +2 -2
  45. package/src/ngtsc/annotations/index.d.ts +2 -2
  46. package/src/ngtsc/annotations/src/injectable.d.ts +1 -1
  47. package/src/ngtsc/core/api/src/public_options.d.ts +10 -0
  48. package/src/ngtsc/diagnostics/src/error_code.d.ts +26 -0
  49. package/src/ngtsc/imports/src/deferred_symbol_tracker.d.ts +16 -2
  50. package/src/ngtsc/metadata/src/api.d.ts +11 -0
  51. package/src/ngtsc/scope/src/api.d.ts +1 -0
  52. package/src/ngtsc/scope/src/typecheck.d.ts +3 -3
  53. package/src/ngtsc/scope/src/util.d.ts +1 -0
  54. package/src/ngtsc/transform/index.d.ts +1 -0
  55. package/src/ngtsc/transform/src/api.d.ts +1 -1
  56. package/src/ngtsc/transform/src/utils.d.ts +1 -1
  57. package/src/ngtsc/translator/src/api/ast_factory.d.ts +1 -1
  58. package/src/ngtsc/translator/src/import_manager.d.ts +2 -1
  59. package/src/ngtsc/typecheck/api/api.d.ts +3 -2
  60. package/src/ngtsc/typecheck/api/context.d.ts +2 -1
  61. package/src/ngtsc/typecheck/src/context.d.ts +2 -1
  62. package/src/ngtsc/typecheck/src/oob.d.ts +20 -0
  63. package/src/ngtsc/typecheck/src/tcb_util.d.ts +1 -1
  64. package/src/ngtsc/typecheck/src/type_check_block.d.ts +3 -2
  65. package/src/transformers/{downlevel_decorators_transform → jit_transforms}/index.d.ts +1 -0
  66. package/src/transformers/jit_transforms/signal_inputs_metadata_transform.d.ts +21 -0
  67. package/bundles/chunk-EFMKZSXJ.js.map +0 -6
  68. package/bundles/chunk-MFE4YVWE.js +0 -831
  69. package/bundles/chunk-MFE4YVWE.js.map +0 -6
  70. package/bundles/chunk-N5SJSJNW.js.map +0 -6
  71. package/bundles/chunk-OZXTEOXW.js.map +0 -6
  72. package/bundles/chunk-U4EFDEE4.js.map +0 -6
  73. package/bundles/chunk-YGXKICXB.js.map +0 -6
  74. /package/bundles/{chunk-BLWWEEEL.js.map → chunk-5KZ4IU2X.js.map} +0 -0
  75. /package/bundles/{chunk-SBDNBITT.js.map → chunk-CF2CT7RQ.js.map} +0 -0
  76. /package/bundles/{chunk-QPMYDNZG.js.map → chunk-I3M5LXMW.js.map} +0 -0
  77. /package/bundles/{chunk-R4KQI5XI.js.map → chunk-JOIB3454.js.map} +0 -0
  78. /package/bundles/{chunk-WCD6LVCP.js.map → chunk-WMUBJYYX.js.map} +0 -0
  79. /package/src/transformers/{downlevel_decorators_transform → jit_transforms}/downlevel_decorators_transform.d.ts +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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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) {
@@ -416,4 +416,4 @@ export {
416
416
  * Use of this source code is governed by an MIT-style license that can be
417
417
  * found in the LICENSE file at https://angular.io/license
418
418
  */
419
- //# sourceMappingURL=chunk-WCD6LVCP.js.map
419
+ //# sourceMappingURL=chunk-WMUBJYYX.js.map