@angular/compiler-cli 19.2.1 → 19.2.2

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 (48) hide show
  1. package/bundles/chunk-J7S5XIBF.js +1 -1
  2. package/bundles/{chunk-GYTY2X5V.js → chunk-K42X3AUZ.js} +2 -2
  3. package/bundles/{chunk-J2ZUZS7X.js → chunk-RPCYQIAM.js} +205 -187
  4. package/bundles/chunk-RPCYQIAM.js.map +6 -0
  5. package/bundles/{chunk-RQP5TAHR.js → chunk-SBXBXYBO.js} +2 -2
  6. package/bundles/{chunk-YDD3LCLX.js → chunk-ZOCNWS5F.js} +59 -28
  7. package/bundles/chunk-ZOCNWS5F.js.map +6 -0
  8. package/bundles/{chunk-ZWSJXDI6.js → chunk-ZQNXTHLJ.js} +2 -2
  9. package/bundles/index.js +5 -5
  10. package/bundles/private/migrations.js +3 -3
  11. package/bundles/private/tooling.js +3 -3
  12. package/bundles/src/bin/ng_xi18n.js +4 -4
  13. package/bundles/src/bin/ngc.js +4 -4
  14. package/bundles_metadata.json +1 -1
  15. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  16. package/package.json +2 -2
  17. package/private/migrations.d.ts +1 -1
  18. package/src/ngtsc/annotations/common/src/evaluation.d.ts +1 -1
  19. package/src/ngtsc/annotations/common/src/util.d.ts +19 -2
  20. package/src/ngtsc/annotations/component/src/metadata.d.ts +2 -2
  21. package/src/ngtsc/annotations/component/src/resources.d.ts +2 -2
  22. package/src/ngtsc/annotations/index.d.ts +1 -1
  23. package/src/ngtsc/core/api/src/options.d.ts +8 -0
  24. package/src/ngtsc/core/src/compiler.d.ts +3 -3
  25. package/src/ngtsc/docs/src/function_extractor.d.ts +1 -1
  26. package/src/ngtsc/hmr/src/update_declaration.d.ts +3 -2
  27. package/src/ngtsc/metadata/index.d.ts +1 -1
  28. package/src/ngtsc/metadata/src/resource_registry.d.ts +9 -8
  29. package/src/ngtsc/typecheck/api/api.d.ts +22 -24
  30. package/src/ngtsc/typecheck/api/checker.d.ts +3 -3
  31. package/src/ngtsc/typecheck/api/context.d.ts +26 -17
  32. package/src/ngtsc/typecheck/diagnostics/src/diagnostic.d.ts +2 -2
  33. package/src/ngtsc/typecheck/diagnostics/src/id.d.ts +2 -2
  34. package/src/ngtsc/typecheck/src/checker.d.ts +6 -6
  35. package/src/ngtsc/typecheck/src/completion.d.ts +2 -2
  36. package/src/ngtsc/typecheck/src/context.d.ts +24 -26
  37. package/src/ngtsc/typecheck/src/diagnostics.d.ts +5 -5
  38. package/src/ngtsc/typecheck/src/dom.d.ts +5 -5
  39. package/src/ngtsc/typecheck/src/oob.d.ts +41 -45
  40. package/src/ngtsc/typecheck/src/source.d.ts +11 -11
  41. package/src/ngtsc/typecheck/src/tcb_util.d.ts +15 -15
  42. package/src/ngtsc/typecheck/src/template_symbol_builder.d.ts +3 -3
  43. package/src/ngtsc/typecheck/src/type_check_block.d.ts +3 -3
  44. package/bundles/chunk-J2ZUZS7X.js.map +0 -6
  45. package/bundles/chunk-YDD3LCLX.js.map +0 -6
  46. /package/bundles/{chunk-GYTY2X5V.js.map → chunk-K42X3AUZ.js.map} +0 -0
  47. /package/bundles/{chunk-RQP5TAHR.js.map → chunk-SBXBXYBO.js.map} +0 -0
  48. /package/bundles/{chunk-ZWSJXDI6.js.map → chunk-ZQNXTHLJ.js.map} +0 -0
@@ -311,7 +311,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
311
311
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
312
312
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
313
313
  import semver from "semver";
314
- var PLACEHOLDER_VERSION = "19.2.1";
314
+ var PLACEHOLDER_VERSION = "19.2.2";
315
315
  function wrapReference(wrapped) {
316
316
  return { value: wrapped, type: wrapped };
317
317
  }
@@ -10,7 +10,7 @@ import {
10
10
  tryParseSignalInputMapping,
11
11
  tryParseSignalModelMapping,
12
12
  tryParseSignalQueryFromInitializer
13
- } from "./chunk-J2ZUZS7X.js";
13
+ } from "./chunk-RPCYQIAM.js";
14
14
  import {
15
15
  ImportManager,
16
16
  ImportedSymbolsTracker,
@@ -536,4 +536,4 @@ export {
536
536
  * Use of this source code is governed by an MIT-style license that can be
537
537
  * found in the LICENSE file at https://angular.dev/license
538
538
  */
539
- //# sourceMappingURL=chunk-GYTY2X5V.js.map
539
+ //# sourceMappingURL=chunk-K42X3AUZ.js.map