From eeeab20c04dd59f0569710bd3a8c3c792a892abc Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Fri, 4 Oct 2024 21:53:06 +0000 Subject: [PATCH] a36744e docs: move JSDoc before functions (#58087) --- BUILD_INFO | 4 ++-- bundles/chunk-2TSCCC7T.js | 2 +- bundles/index.js | 2 +- linker/src/file_linker/partial_linkers/util.d.ts | 2 +- package.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BUILD_INFO b/BUILD_INFO index c568a53684..5793ed0780 100644 --- a/BUILD_INFO +++ b/BUILD_INFO @@ -1,2 +1,2 @@ -Fri Oct 4 21:43:54 UTC 2024 -0eb1c5c021bd49f94d289d993a5ab7fd19887e3f +Fri Oct 4 21:53:06 UTC 2024 +a36744e4bb946cb10c10542e6b3700cd70633666 diff --git a/bundles/chunk-2TSCCC7T.js b/bundles/chunk-2TSCCC7T.js index 72d69c0126..334dad157b 100755 --- a/bundles/chunk-2TSCCC7T.js +++ b/bundles/chunk-2TSCCC7T.js @@ -299,7 +299,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler"; -var PLACEHOLDER_VERSION = "19.0.0-next.8+sha-0eb1c5c"; +var PLACEHOLDER_VERSION = "19.0.0-next.8+sha-a36744e"; function wrapReference(wrapped) { return { value: wrapped, type: wrapped }; } diff --git a/bundles/index.js b/bundles/index.js index 7cae911e15..d72de65781 100755 --- a/bundles/index.js +++ b/bundles/index.js @@ -80,7 +80,7 @@ import "./chunk-XI2RTGAL.js"; // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs import { Version } from "@angular/compiler"; -var VERSION = new Version("19.0.0-next.8+sha-0eb1c5c"); +var VERSION = new Version("19.0.0-next.8+sha-a36744e"); // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs var NgTscPlugin = class { diff --git a/linker/src/file_linker/partial_linkers/util.d.ts b/linker/src/file_linker/partial_linkers/util.d.ts index d8b6c0c781..ee7d23636e 100755 --- a/linker/src/file_linker/partial_linkers/util.d.ts +++ b/linker/src/file_linker/partial_linkers/util.d.ts @@ -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(wrapped: o.WrappedNodeExpr): R3Reference; /** * Parses the value of an enum from the AST value's symbol name. diff --git a/package.json b/package.json index 868876f185..722cbb1d5a 100755 --- a/package.json +++ b/package.json @@ -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": { @@ -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": {