@angular/compiler-cli 20.1.0 → 20.2.0-next.0

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.
@@ -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.js
312
312
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
313
313
  import semver from "semver";
314
- var PLACEHOLDER_VERSION = "20.1.0";
314
+ var PLACEHOLDER_VERSION = "20.2.0-next.0";
315
315
  function wrapReference(wrapped) {
316
316
  return { value: wrapped, type: wrapped };
317
317
  }
package/bundles/index.js CHANGED
@@ -82,7 +82,7 @@ import "./chunk-KPQ72R34.js";
82
82
 
83
83
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.js
84
84
  import { Version } from "@angular/compiler";
85
- var VERSION = new Version("20.1.0");
85
+ var VERSION = new Version("20.2.0-next.0");
86
86
 
87
87
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.js
88
88
  var NgTscPlugin = class {
@@ -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.1.0";
10
+ export declare const PLACEHOLDER_VERSION = "20.2.0-next.0";
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.1.0",
3
+ "version": "20.2.0-next.0",
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.1.0",
51
+ "@angular/compiler": "20.2.0-next.0",
52
52
  "typescript": ">=5.8 <5.9"
53
53
  },
54
54
  "peerDependenciesMeta": {