Skip to content

Commit

Permalink
a36744e docs: move JSDoc before functions (#58087)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKushnir committed Oct 4, 2024
1 parent e4257a3 commit eeeab20
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 @@
Fri Oct 4 21:43:54 UTC 2024
0eb1c5c021bd49f94d289d993a5ab7fd19887e3f
Fri Oct 4 21:53:06 UTC 2024
a36744e4bb946cb10c10542e6b3700cd70633666
2 changes: 1 addition & 1 deletion bundles/chunk-2TSCCC7T.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-0eb1c5c";
export declare const PLACEHOLDER_VERSION = "19.0.0-next.8+sha-a36744e";
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-0eb1c5c",
"version": "19.0.0-next.8+sha-a36744e",
"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-0eb1c5c",
"@angular/compiler": "19.0.0-next.8+sha-a36744e",
"typescript": ">=5.5 <5.7"
},
"repository": {
Expand Down

0 comments on commit eeeab20

Please sign in to comment.