@angular/compiler-cli 17.3.10 → 17.3.12
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.
|
@@ -271,7 +271,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
|
|
|
271
271
|
|
|
272
272
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
273
273
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
274
|
-
var PLACEHOLDER_VERSION = "17.3.
|
|
274
|
+
var PLACEHOLDER_VERSION = "17.3.12";
|
|
275
275
|
var SHOULD_USE_TEMPLATE_PIPELINE_FOR_LINKER = true;
|
|
276
276
|
function wrapReference(wrapped) {
|
|
277
277
|
return { value: wrapped, type: wrapped };
|
package/bundles/index.js
CHANGED
|
@@ -78,7 +78,7 @@ import "./chunk-XI2RTGAL.js";
|
|
|
78
78
|
|
|
79
79
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
80
80
|
import { Version } from "@angular/compiler";
|
|
81
|
-
var VERSION = new Version("17.3.
|
|
81
|
+
var VERSION = new Version("17.3.12");
|
|
82
82
|
|
|
83
83
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
84
84
|
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.3.
|
|
10
|
+
export declare const PLACEHOLDER_VERSION = "17.3.12";
|
|
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.
|
|
3
|
+
"version": "17.3.12",
|
|
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.
|
|
56
|
+
"@angular/compiler": "17.3.12",
|
|
57
57
|
"typescript": ">=5.2 <5.5"
|
|
58
58
|
},
|
|
59
59
|
"repository": {
|