Skip to content

Commit

Permalink
build: update vendored TypeScript to final
Browse files Browse the repository at this point in the history
In an earlier commit TypeScript was updated to stable, but not the vendored version.
  • Loading branch information
crisbeto authored and dgp1130 committed Mar 11, 2024
1 parent 2c62054 commit ae4a171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
load("//tools:defaults.bzl", "ts_library")

# files fetched on 2024-02-28 from
# https://github.com/microsoft/TypeScript/releases/tag/v5.4-rc
# files fetched on 2024-03-11 from
# https://github.com/microsoft/TypeScript/releases/tag/v5.4.2

# 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-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.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.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js

licenses(["notice"]) # Apache 2.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var ts = (() => {
"src/compiler/corePublic.ts"() {
"use strict";
versionMajorMinor = "5.4";
version = "5.4.1-rc";
version = "5.4.2";
Comparison = /* @__PURE__ */ ((Comparison3) => {
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
Expand Down

0 comments on commit ae4a171

Please sign in to comment.