@angular/compiler-cli 17.3.2 → 17.3.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 (35) hide show
  1. package/bundles/{chunk-WCD6LVCP.js → chunk-2WQIUGOU.js} +7 -7
  2. package/bundles/{chunk-R4KQI5XI.js → chunk-64JBPJBS.js} +5 -5
  3. package/bundles/{chunk-VXEF7SDM.js → chunk-7YTU3VQO.js} +5 -5
  4. package/bundles/{chunk-KP3UXB5C.js → chunk-ETISX7AF.js} +13 -13
  5. package/bundles/{chunk-LHQ7WPU2.js → chunk-GY5NSBQT.js} +111 -111
  6. package/bundles/{chunk-7OQMTKOE.js → chunk-JO46TGKL.js} +78 -78
  7. package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
  8. package/bundles/{chunk-75YFKYUJ.js → chunk-UM6JO3VZ.js} +7 -7
  9. package/bundles/{chunk-ZS3FJJVW.js → chunk-VHZA6E42.js} +30 -30
  10. package/bundles/{chunk-YUMIYLNL.js → chunk-XIYC7KSQ.js} +5 -5
  11. package/bundles/{chunk-6IQBXGRH.js → chunk-XZRJJDCL.js} +43 -43
  12. package/bundles/index.js +12 -12
  13. package/bundles/linker/babel/index.js +12 -12
  14. package/bundles/linker/index.js +4 -4
  15. package/bundles/ngcc/index.js +1 -1
  16. package/bundles/private/bazel.js +1 -1
  17. package/bundles/private/localize.js +3 -3
  18. package/bundles/private/migrations.js +5 -5
  19. package/bundles/private/tooling.js +5 -5
  20. package/bundles/src/bin/ng_xi18n.js +10 -10
  21. package/bundles/src/bin/ngc.js +8 -8
  22. package/bundles_metadata.json +1 -1
  23. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  24. package/package.json +2 -2
  25. /package/bundles/{chunk-WCD6LVCP.js.map → chunk-2WQIUGOU.js.map} +0 -0
  26. /package/bundles/{chunk-R4KQI5XI.js.map → chunk-64JBPJBS.js.map} +0 -0
  27. /package/bundles/{chunk-VXEF7SDM.js.map → chunk-7YTU3VQO.js.map} +0 -0
  28. /package/bundles/{chunk-KP3UXB5C.js.map → chunk-ETISX7AF.js.map} +0 -0
  29. /package/bundles/{chunk-LHQ7WPU2.js.map → chunk-GY5NSBQT.js.map} +0 -0
  30. /package/bundles/{chunk-7OQMTKOE.js.map → chunk-JO46TGKL.js.map} +0 -0
  31. /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
  32. /package/bundles/{chunk-75YFKYUJ.js.map → chunk-UM6JO3VZ.js.map} +0 -0
  33. /package/bundles/{chunk-ZS3FJJVW.js.map → chunk-VHZA6E42.js.map} +0 -0
  34. /package/bundles/{chunk-YUMIYLNL.js.map → chunk-XIYC7KSQ.js.map} +0 -0
  35. /package/bundles/{chunk-6IQBXGRH.js.map → chunk-XZRJJDCL.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 = "17.3.2";
10
+ export declare const PLACEHOLDER_VERSION = "17.3.3";
11
11
  export declare const SHOULD_USE_TEMPLATE_PIPELINE_FOR_LINKER = true;
12
12
  export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
13
13
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "17.3.2",
3
+ "version": "17.3.3",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "typings": "index.d.ts",
6
6
  "bin": {
@@ -53,7 +53,7 @@
53
53
  "yargs": "^17.2.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@angular/compiler": "17.3.2",
56
+ "@angular/compiler": "17.3.3",
57
57
  "typescript": ">=5.2 <5.5"
58
58
  },
59
59
  "repository": {