Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b68f493

Browse files
committed
fde699b docs: release notes for the v19.2.15 release (#63699)
1 parent a13cf93 commit b68f493

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Wed Sep 10 17:34:10 UTC 2025
2-
9487dc650ceeafac8fd2d37fd53d4ac6c75659db
1+
Wed Sep 10 18:18:22 UTC 2025
2+
fde699bbf40cffe37c0df2ea98cb79ab86972363

bundles/chunk-BPDNYZBC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
455455
// packages/compiler-cli/linker/src/file_linker/partial_linkers/util.js
456456
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
457457
import semver from "semver";
458-
var PLACEHOLDER_VERSION = "21.0.0-next.3+sha-9487dc6";
458+
var PLACEHOLDER_VERSION = "21.0.0-next.3+sha-fde699b";
459459
function wrapReference(wrapped) {
460460
return { value: wrapped, type: wrapped };
461461
}

bundles/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ import "./chunk-G7GFT6BU.js";
7777

7878
// packages/compiler-cli/src/version.js
7979
import { Version } from "@angular/compiler";
80-
var VERSION = new Version("21.0.0-next.3+sha-9487dc6");
80+
var VERSION = new Version("21.0.0-next.3+sha-fde699b");
8181

8282
// packages/compiler-cli/private/tooling.js
8383
var GLOBAL_DEFS_FOR_TERSER = {

linker/src/file_linker/partial_linkers/util.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
99
import { AstObject, AstValue } from '../../ast/ast_value';
10-
export declare const PLACEHOLDER_VERSION = "21.0.0-next.3+sha-9487dc6";
10+
export declare const PLACEHOLDER_VERSION = "21.0.0-next.3+sha-fde699b";
1111
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
1212
/**
1313
* Parses the value of an enum from the AST value's symbol name.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/compiler-cli",
3-
"version": "21.0.0-next.3+sha-9487dc6",
3+
"version": "21.0.0-next.3+sha-fde699b",
44
"description": "Angular - the compiler CLI for Node.js",
55
"typings": "index.d.ts",
66
"bin": {
@@ -48,7 +48,7 @@
4848
"yargs": "^18.0.0"
4949
},
5050
"peerDependencies": {
51-
"@angular/compiler": "21.0.0-next.3+sha-9487dc6",
51+
"@angular/compiler": "21.0.0-next.3+sha-fde699b",
5252
"typescript": ">=5.9 <6.0"
5353
},
5454
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)