From c1fa73ac172ff8b43334f5be506fc6ee73d54c63 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 9 Oct 2024 16:38:53 +0000 Subject: [PATCH] 95bee15 refactor(service-worker): remove backward compatibility code (#51246) --- BUILD_INFO | 4 ++-- bundles/chunk-JF4LKQQP.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 7cf3d82657..bfa42c1b0d 100644 --- a/BUILD_INFO +++ b/BUILD_INFO @@ -1,2 +1,2 @@ -Wed Oct 9 15:46:04 UTC 2024 -2d1131491a479a1c79b45179b97e559976c48e0a +Wed Oct 9 16:38:53 UTC 2024 +95bee1536208b994c7ac4399ac79af1c9ac9e61c diff --git a/bundles/chunk-JF4LKQQP.js b/bundles/chunk-JF4LKQQP.js index 42a17cc47b..f47da11f85 100755 --- a/bundles/chunk-JF4LKQQP.js +++ b/bundles/chunk-JF4LKQQP.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-2d11314"; +var PLACEHOLDER_VERSION = "19.0.0-next.8+sha-95bee15"; function wrapReference(wrapped) { return { value: wrapped, type: wrapped }; } diff --git a/bundles/index.js b/bundles/index.js index 754591eb58..371b175be4 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-2d11314"); +var VERSION = new Version("19.0.0-next.8+sha-95bee15"); // 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 975250020e..9191c7337b 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-2d11314"; +export declare const PLACEHOLDER_VERSION = "19.0.0-next.8+sha-95bee15"; 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 7c09370332..66fd4b5520 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/compiler-cli", - "version": "19.0.0-next.8+sha-2d11314", + "version": "19.0.0-next.8+sha-95bee15", "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-2d11314", + "@angular/compiler": "19.0.0-next.8+sha-95bee15", "typescript": ">=5.5 <5.7" }, "repository": {