File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/schematics/angular/third_party/github.com/Microsoft/TypeScript Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11load ("//tools:defaults.bzl" , "ts_library" )
22
3- # files fetched on 2024-02-28 from
4- # https://github.com/microsoft/TypeScript/releases/tag/v5.4-rc
3+ # files fetched on 2024-03-11 from
4+ # https://github.com/microsoft/TypeScript/releases/tag/v5.4.2
55
66# Commands to download:
7- # 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
8- # 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
7+ # 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
8+ # 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
99
1010licenses (["notice" ]) # Apache 2.0
1111
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ var ts = (() => {
3535 "src/compiler/corePublic.ts"() {
3636 "use strict";
3737 versionMajorMinor = "5.4";
38- version = "5.4.1-rc ";
38+ version = "5.4.2 ";
3939 Comparison = /* @__PURE__ */ ((Comparison3) => {
4040 Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
4141 Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
You can’t perform that action at this time.
0 commit comments