@angular/compiler-cli 19.0.0-next.4 → 19.0.0-next.5

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.
@@ -299,7 +299,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
299
299
 
300
300
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
301
301
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
302
- var PLACEHOLDER_VERSION = "19.0.0-next.4";
302
+ var PLACEHOLDER_VERSION = "19.0.0-next.5";
303
303
  function wrapReference(wrapped) {
304
304
  return { value: wrapped, type: wrapped };
305
305
  }
package/bundles/index.js CHANGED
@@ -79,7 +79,7 @@ import "./chunk-XI2RTGAL.js";
79
79
 
80
80
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
81
81
  import { Version } from "@angular/compiler";
82
- var VERSION = new Version("19.0.0-next.4");
82
+ var VERSION = new Version("19.0.0-next.5");
83
83
 
84
84
  // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
85
85
  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 = "19.0.0-next.4";
10
+ export declare const PLACEHOLDER_VERSION = "19.0.0-next.5";
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": "19.0.0-next.4",
3
+ "version": "19.0.0-next.5",
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": "19.0.0-next.4",
56
+ "@angular/compiler": "19.0.0-next.5",
57
57
  "typescript": ">=5.5 <5.7"
58
58
  },
59
59
  "repository": {