@angular/compiler-cli 20.0.2 → 20.0.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 (32) hide show
  1. package/bundles/{chunk-5K43KTXL.js → chunk-2L4O4UIG.js} +81 -81
  2. package/bundles/{chunk-TPEB2IXF.js → chunk-3AHGFMNS.js} +7 -7
  3. package/bundles/{chunk-ZY4GZNHC.js → chunk-EBPHWYDC.js} +11 -11
  4. package/bundles/{chunk-SEKYV57I.js → chunk-H5Y7P5GQ.js} +3 -3
  5. package/bundles/{chunk-LMRFLQ2K.js → chunk-M3WWDK6S.js} +3 -3
  6. package/bundles/{chunk-4RDNOL2U.js → chunk-NPUFVONQ.js} +168 -168
  7. package/bundles/{chunk-PML5JK7B.js → chunk-NVYT6OPE.js} +7 -7
  8. package/bundles/{chunk-LKPFTZAW.js → chunk-QZKYZIEQ.js} +3 -3
  9. package/bundles/{chunk-LYJARAHL.js → chunk-TDMVX35I.js} +31 -31
  10. package/bundles/{chunk-3NKMA2JO.js → chunk-U5SKOFKE.js} +2 -2
  11. package/bundles/{chunk-XQCMDSKE.js → chunk-ZZUFYJIW.js} +5 -5
  12. package/bundles/index.js +12 -12
  13. package/bundles/linker/babel/index.js +12 -12
  14. package/bundles/linker/index.js +3 -3
  15. package/bundles/private/localize.js +4 -4
  16. package/bundles/private/migrations.js +4 -4
  17. package/bundles/private/tooling.js +6 -6
  18. package/bundles/src/bin/ng_xi18n.js +10 -10
  19. package/bundles/src/bin/ngc.js +8 -8
  20. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  21. package/package.json +2 -2
  22. /package/bundles/{chunk-5K43KTXL.js.map → chunk-2L4O4UIG.js.map} +0 -0
  23. /package/bundles/{chunk-TPEB2IXF.js.map → chunk-3AHGFMNS.js.map} +0 -0
  24. /package/bundles/{chunk-ZY4GZNHC.js.map → chunk-EBPHWYDC.js.map} +0 -0
  25. /package/bundles/{chunk-SEKYV57I.js.map → chunk-H5Y7P5GQ.js.map} +0 -0
  26. /package/bundles/{chunk-LMRFLQ2K.js.map → chunk-M3WWDK6S.js.map} +0 -0
  27. /package/bundles/{chunk-4RDNOL2U.js.map → chunk-NPUFVONQ.js.map} +0 -0
  28. /package/bundles/{chunk-PML5JK7B.js.map → chunk-NVYT6OPE.js.map} +0 -0
  29. /package/bundles/{chunk-LKPFTZAW.js.map → chunk-QZKYZIEQ.js.map} +0 -0
  30. /package/bundles/{chunk-LYJARAHL.js.map → chunk-TDMVX35I.js.map} +0 -0
  31. /package/bundles/{chunk-3NKMA2JO.js.map → chunk-U5SKOFKE.js.map} +0 -0
  32. /package/bundles/{chunk-XQCMDSKE.js.map → chunk-ZZUFYJIW.js.map} +0 -0
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
9
9
  import { AstObject, AstValue } from '../../ast/ast_value';
10
- export declare const PLACEHOLDER_VERSION = "20.0.2";
10
+ export declare const PLACEHOLDER_VERSION = "20.0.3";
11
11
  export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
12
12
  /**
13
13
  * Parses the value of an enum from the AST value's symbol name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "20.0.2",
3
+ "version": "20.0.3",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "typings": "index.d.ts",
6
6
  "bin": {
@@ -48,7 +48,7 @@
48
48
  "yargs": "^18.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@angular/compiler": "20.0.2",
51
+ "@angular/compiler": "20.0.3",
52
52
  "typescript": ">=5.8 <5.9"
53
53
  },
54
54
  "peerDependenciesMeta": {