@angular/compiler-cli 17.0.7 → 17.0.8

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.
@@ -267,7 +267,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
267
267
 
268
268
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
269
269
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
270
- var PLACEHOLDER_VERSION = "17.0.7";
270
+ var PLACEHOLDER_VERSION = "17.0.8";
271
271
  function wrapReference(wrapped) {
272
272
  return { value: wrapped, type: wrapped };
273
273
  }
package/bundles/index.js CHANGED
@@ -72,7 +72,7 @@ import "./chunk-XI2RTGAL.js";
72
72
 
73
73
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
74
74
  import { Version } from "@angular/compiler";
75
- var VERSION = new Version("17.0.7");
75
+ var VERSION = new Version("17.0.8");
76
76
 
77
77
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
78
78
  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 = "17.0.7";
10
+ export declare const PLACEHOLDER_VERSION = "17.0.8";
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": "17.0.7",
3
+ "version": "17.0.8",
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.0.7",
56
+ "@angular/compiler": "17.0.8",
57
57
  "typescript": ">=5.2 <5.3"
58
58
  },
59
59
  "repository": {