Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitad825f2

Browse files
Bump version to 5.9.1-rc and LKG
1 parent463a5bf commitad825f2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎lib/_tsc.js‎

Lines 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.9";
21-
var version = "5.9.0-beta";
21+
var version = "5.9.1-rc";
2222

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

‎lib/typescript.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2285,7 +2285,7 @@ module.exports = __toCommonJS(typescript_exports);
22852285

22862286
// src/compiler/corePublic.ts
22872287
var versionMajorMinor = "5.9";
2288-
var version = "5.9.0-beta";
2288+
var version = "5.9.1-rc";
22892289
var Comparison = /* @__PURE__ */ ((Comparison3) => {
22902290
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
22912291
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines 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.9.0-beta",
5+
"version":"5.9.1-rc",
66
"license":"Apache-2.0",
77
"description":"TypeScript is a language for application scale JavaScript development",
88
"keywords": [

‎src/compiler/corePublic.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exportconstversionMajorMinor="5.9";
44
// The following is baselined as a literal template type without intervention
55
/** The version of the TypeScript compiler release */
6-
exportconstversion="5.9.0-beta"asstring;
6+
exportconstversion="5.9.1-rc"asstring;
77

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp