@angular/compiler-cli 18.2.0-next.3 → 18.2.0-next.4

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 (36) hide show
  1. package/bundles/{chunk-XNL3EK5H.js → chunk-3W345P4E.js} +7 -7
  2. package/bundles/{chunk-O4UKU4TQ.js → chunk-A35M6UXY.js} +18 -21
  3. package/bundles/{chunk-O4UKU4TQ.js.map → chunk-A35M6UXY.js.map} +1 -1
  4. package/bundles/{chunk-THQF5ZZE.js → chunk-ERN7RQQ7.js} +5 -5
  5. package/bundles/{chunk-EFWQF5B3.js → chunk-JN25LQVK.js} +121 -121
  6. package/bundles/{chunk-B4ZOGV3N.js → chunk-KCKRBU6N.js} +31 -31
  7. package/bundles/{chunk-AQRCENAS.js → chunk-LRE5TVUW.js} +78 -78
  8. package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
  9. package/bundles/{chunk-KQXJFD6L.js → chunk-OPQN45UO.js} +3 -3
  10. package/bundles/{chunk-WR7TUJ7M.js → chunk-QYV344EV.js} +7 -7
  11. package/bundles/{chunk-5DVL3S3Z.js → chunk-WYWH4ABE.js} +43 -43
  12. package/bundles/{chunk-FL7B5BOI.js → chunk-Y6YVL6KE.js} +5 -5
  13. package/bundles/index.js +12 -12
  14. package/bundles/linker/babel/index.js +12 -12
  15. package/bundles/linker/index.js +4 -4
  16. package/bundles/ngcc/index.js +1 -1
  17. package/bundles/private/bazel.js +1 -1
  18. package/bundles/private/localize.js +3 -3
  19. package/bundles/private/migrations.js +4 -4
  20. package/bundles/private/tooling.js +6 -6
  21. package/bundles/src/bin/ng_xi18n.js +10 -10
  22. package/bundles/src/bin/ngc.js +8 -8
  23. package/bundles_metadata.json +1 -1
  24. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  25. package/package.json +2 -2
  26. package/src/ngtsc/transform/jit/src/initializer_api_transforms/transform_api.d.ts +1 -1
  27. /package/bundles/{chunk-XNL3EK5H.js.map → chunk-3W345P4E.js.map} +0 -0
  28. /package/bundles/{chunk-THQF5ZZE.js.map → chunk-ERN7RQQ7.js.map} +0 -0
  29. /package/bundles/{chunk-EFWQF5B3.js.map → chunk-JN25LQVK.js.map} +0 -0
  30. /package/bundles/{chunk-B4ZOGV3N.js.map → chunk-KCKRBU6N.js.map} +0 -0
  31. /package/bundles/{chunk-AQRCENAS.js.map → chunk-LRE5TVUW.js.map} +0 -0
  32. /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
  33. /package/bundles/{chunk-KQXJFD6L.js.map → chunk-OPQN45UO.js.map} +0 -0
  34. /package/bundles/{chunk-WR7TUJ7M.js.map → chunk-QYV344EV.js.map} +0 -0
  35. /package/bundles/{chunk-5DVL3S3Z.js.map → chunk-WYWH4ABE.js.map} +0 -0
  36. /package/bundles/{chunk-FL7B5BOI.js.map → chunk-Y6YVL6KE.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 = "18.2.0-next.3";
10
+ export declare const PLACEHOLDER_VERSION = "18.2.0-next.4";
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": "18.2.0-next.3",
3
+ "version": "18.2.0-next.4",
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": "18.2.0-next.3",
56
+ "@angular/compiler": "18.2.0-next.4",
57
57
  "typescript": ">=5.4 <5.6"
58
58
  },
59
59
  "repository": {
@@ -12,7 +12,7 @@ import { ImportManager } from '../../../../translator';
12
12
  /** Function that can be used to transform class properties. */
13
13
  export type PropertyTransform = (member: Pick<ClassMember, 'name' | 'accessLevel' | 'value'> & {
14
14
  node: ts.PropertyDeclaration;
15
- }, host: ReflectionHost, factory: ts.NodeFactory, importTracker: ImportedSymbolsTracker, importManager: ImportManager, classDecorator: Decorator, isCore: boolean) => ts.PropertyDeclaration;
15
+ }, sourceFile: ts.SourceFile, host: ReflectionHost, factory: ts.NodeFactory, importTracker: ImportedSymbolsTracker, importManager: ImportManager, classDecorator: Decorator, isCore: boolean) => ts.PropertyDeclaration;
16
16
  /**
17
17
  * Creates an import and access for a given Angular core import while
18
18
  * ensuring the decorator symbol access can be traced back to an Angular core