mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
build: update vendored TypeScript to final
In an earlier commit TypeScript was updated to stable, but not the vendored version.
This commit is contained in:
parent
2c62054b11
commit
ae4a171d0c
@ -1,11 +1,11 @@
|
|||||||
load("//tools:defaults.bzl", "ts_library")
|
load("//tools:defaults.bzl", "ts_library")
|
||||||
|
|
||||||
# files fetched on 2024-02-28 from
|
# files fetched on 2024-03-11 from
|
||||||
# https://github.com/microsoft/TypeScript/releases/tag/v5.4-rc
|
# https://github.com/microsoft/TypeScript/releases/tag/v5.4.2
|
||||||
|
|
||||||
# Commands to download:
|
# Commands to download:
|
||||||
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.4-rc/lib/typescript.d.ts -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
|
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.4.2/lib/typescript.d.ts -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
|
||||||
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.4-rc/lib/typescript.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
|
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v5.4.2/lib/typescript.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
|
||||||
|
|
||||||
licenses(["notice"]) # Apache 2.0
|
licenses(["notice"]) # Apache 2.0
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ var ts = (() => {
|
|||||||
"src/compiler/corePublic.ts"() {
|
"src/compiler/corePublic.ts"() {
|
||||||
"use strict";
|
"use strict";
|
||||||
versionMajorMinor = "5.4";
|
versionMajorMinor = "5.4";
|
||||||
version = "5.4.1-rc";
|
version = "5.4.2";
|
||||||
Comparison = /* @__PURE__ */ ((Comparison3) => {
|
Comparison = /* @__PURE__ */ ((Comparison3) => {
|
||||||
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
|
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
|
||||||
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
|
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user