Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44bd3f2

Browse filesBrowse files
Bump version to 5.7.1-rc and LKG
1 parent 5925c81 commit 44bd3f2
Copy full SHA for 44bd3f2

File tree

Expand file treeCollapse file tree

5 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+6
-6
lines changed

‎lib/_tsc.js

Copy file name to clipboardExpand all lines: lib/_tsc.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and limitations under the License.
1818

1919
// src/compiler/corePublic.ts
2020
var versionMajorMinor = "5.7";
21-
var version = "5.7.0-beta";
21+
var version = "5.7.1-rc";
2222

2323
// src/compiler/core.ts
2424
var emptyArray = [];

‎lib/typescript.js

Copy file name to clipboardExpand all lines: lib/typescript.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2278,7 +2278,7 @@ module.exports = __toCommonJS(typescript_exports);
22782278

22792279
// src/compiler/corePublic.ts
22802280
var versionMajorMinor = "5.7";
2281-
var version = "5.7.0-beta";
2281+
var version = "5.7.1-rc";
22822282
var Comparison = /* @__PURE__ */ ((Comparison3) => {
22832283
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
22842284
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "https://www.typescriptlang.org/",
5-
"version": "5.7.0-beta",
5+
"version": "5.7.1-rc",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

‎src/compiler/corePublic.ts

Copy file name to clipboardExpand all lines: src/compiler/corePublic.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export const versionMajorMinor = "5.7";
44
// The following is baselined as a literal template type without intervention
55
/** The version of the TypeScript compiler release */
6-
export const version = "5.7.0-beta" as string;
6+
export const version = "5.7.1-rc" as string;
77

88
/**
99
* Type of objects whose values are all of the same type.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.