@angular/compiler-cli 20.0.0-rc.2 → 20.0.0-rc.3

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 (50) hide show
  1. package/bundles/{chunk-WIAPFYJX.js → chunk-3AHGFMNS.js} +29 -137
  2. package/bundles/chunk-3AHGFMNS.js.map +6 -0
  3. package/bundles/{chunk-TQ6LMH6Y.js → chunk-4OIPE63R.js} +8 -9
  4. package/bundles/{chunk-TQ6LMH6Y.js.map → chunk-4OIPE63R.js.map} +1 -1
  5. package/bundles/{chunk-N2PFGKJK.js → chunk-5PLBB4J5.js} +2 -2
  6. package/bundles/{chunk-EQBHFEMJ.js → chunk-A7TLTAA4.js} +2 -2
  7. package/bundles/chunk-M3WWDK6S.js +296 -0
  8. package/bundles/chunk-M3WWDK6S.js.map +6 -0
  9. package/bundles/{chunk-KO3EYK2V.js → chunk-T36IFLGD.js} +19 -26
  10. package/bundles/chunk-T36IFLGD.js.map +6 -0
  11. package/bundles/{chunk-6KZLR5QB.js → chunk-TSBVO2TY.js} +4714 -1955
  12. package/bundles/chunk-TSBVO2TY.js.map +6 -0
  13. package/bundles/chunk-U5SKOFKE.js +123 -0
  14. package/bundles/chunk-U5SKOFKE.js.map +6 -0
  15. package/bundles/{chunk-Q5HXNOYJ.js → chunk-YZVRRB6E.js} +128 -190
  16. package/bundles/chunk-YZVRRB6E.js.map +6 -0
  17. package/bundles/index.js +15 -13
  18. package/bundles/index.js.map +1 -1
  19. package/bundles/linker/babel/index.js +5 -6
  20. package/bundles/linker/babel/index.js.map +1 -1
  21. package/bundles/linker/index.js +2 -3
  22. package/bundles/private/localize.js +6 -2
  23. package/bundles/private/migrations.js +7 -7
  24. package/bundles/private/tooling.js +6 -5
  25. package/bundles/src/bin/ng_xi18n.js +9 -7
  26. package/bundles/src/bin/ng_xi18n.js.map +1 -1
  27. package/bundles/src/bin/ngc.js +9 -7
  28. package/bundles/src/bin/ngc.js.map +1 -1
  29. package/linker/babel/src/ast/babel_ast_factory.d.ts +1 -1
  30. package/linker/babel/src/linker_plugin_options.d.ts +1 -1
  31. package/linker/src/file_linker/file_linker.d.ts +1 -1
  32. package/linker/src/file_linker/get_source_file.d.ts +1 -1
  33. package/linker/src/file_linker/linker_environment.d.ts +1 -1
  34. package/linker/src/file_linker/partial_linkers/partial_component_linker_1.d.ts +1 -1
  35. package/linker/src/file_linker/partial_linkers/partial_directive_linker_1.d.ts +1 -1
  36. package/linker/src/file_linker/partial_linkers/partial_linker_selector.d.ts +1 -1
  37. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  38. package/linker/src/file_linker/translator.d.ts +3 -1
  39. package/package.json +7 -2
  40. package/src/ngtsc/file_system/index.d.ts +1 -0
  41. package/bundles/chunk-6KZLR5QB.js.map +0 -6
  42. package/bundles/chunk-B24NLAZZ.js +0 -3236
  43. package/bundles/chunk-B24NLAZZ.js.map +0 -6
  44. package/bundles/chunk-KO3EYK2V.js.map +0 -6
  45. package/bundles/chunk-Q5HXNOYJ.js.map +0 -6
  46. package/bundles/chunk-WIAPFYJX.js.map +0 -6
  47. package/bundles_metadata.json +0 -1
  48. package/src/ngtsc/validation/src/config.d.ts +0 -12
  49. /package/bundles/{chunk-N2PFGKJK.js.map → chunk-5PLBB4J5.js.map} +0 -0
  50. /package/bundles/{chunk-EQBHFEMJ.js.map → chunk-A7TLTAA4.js.map} +0 -0
@@ -1,12 +0,0 @@
1
- /*!
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.dev/license
7
- */
8
- /**
9
- * Whether the rule to check for unused standalone imports is enabled.
10
- * Used to disable it conditionally in internal builds.
11
- */
12
- export declare const UNUSED_STANDALONE_IMPORTS_RULE_ENABLED = true;