Skip to content

Commit

Permalink
2d11314 refactor(migrations): improve statistic tracking of signal in…
Browse files Browse the repository at this point in the history
…put migration (#58137)
  • Loading branch information
devversion committed Oct 9, 2024
1 parent df75e7d commit e7570bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Wed Oct 9 13:55:32 UTC 2024
e00775a0c9e0153188e5377b623742ca76f5a499
Wed Oct 9 15:46:04 UTC 2024
2d1131491a479a1c79b45179b97e559976c48e0a
2 changes: 1 addition & 1 deletion bundles/chunk-JF4LKQQP.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion linker/src/file_linker/partial_linkers/util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
import { AstObject, AstValue } from '../../ast/ast_value';
export declare const PLACEHOLDER_VERSION = "19.0.0-next.8+sha-e00775a";
export declare const PLACEHOLDER_VERSION = "19.0.0-next.8+sha-2d11314";
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
/**
* Parses the value of an enum from the AST value's symbol name.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/compiler-cli",
"version": "19.0.0-next.8+sha-e00775a",
"version": "19.0.0-next.8+sha-2d11314",
"description": "Angular - the compiler CLI for Node.js",
"typings": "index.d.ts",
"bin": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"yargs": "^17.2.1"
},
"peerDependencies": {
"@angular/compiler": "19.0.0-next.8+sha-e00775a",
"@angular/compiler": "19.0.0-next.8+sha-2d11314",
"typescript": ">=5.5 <5.7"
},
"repository": {
Expand Down

0 comments on commit e7570bb

Please sign in to comment.