File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ and limitations under the License.
18
18
19
19
// src/compiler/corePublic.ts
20
20
var versionMajorMinor = "5.2";
21
- var version = "5.2.0-beta ";
21
+ var version = "5.2.1-rc ";
22
22
23
23
// src/compiler/core.ts
24
24
var emptyArray = [];
Original file line number Diff line number Diff line change @@ -2327,7 +2327,7 @@ module.exports = __toCommonJS(server_exports);
2327
2327
2328
2328
// src/compiler/corePublic.ts
2329
2329
var versionMajorMinor = "5.2";
2330
- var version = "5.2.0-beta ";
2330
+ var version = "5.2.1-rc ";
2331
2331
var Comparison = /* @__PURE__ */ ((Comparison3) => {
2332
2332
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
2333
2333
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ var ts = (() => {
35
35
"src/compiler/corePublic.ts"() {
36
36
"use strict";
37
37
versionMajorMinor = "5.2";
38
- version = "5.2.0-beta ";
38
+ version = "5.2.1-rc ";
39
39
Comparison = /* @__PURE__ */ ((Comparison3) => {
40
40
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
41
41
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ var ts = (() => {
35
35
"src/compiler/corePublic.ts"() {
36
36
"use strict";
37
37
versionMajorMinor = "5.2";
38
- version = "5.2.0-beta ";
38
+ version = "5.2.1-rc ";
39
39
Comparison = /* @__PURE__ */ ((Comparison3) => {
40
40
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
41
41
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ var path = __toESM(require("path"));
54
54
55
55
// src/compiler/corePublic.ts
56
56
var versionMajorMinor = "5.2";
57
- var version = "5.2.0-beta ";
57
+ var version = "5.2.1-rc ";
58
58
59
59
// src/compiler/core.ts
60
60
var emptyArray = [];
Original file line number Diff line number Diff line change 2
2
"name" : " typescript" ,
3
3
"author" : " Microsoft Corp." ,
4
4
"homepage" : " https://www.typescriptlang.org/" ,
5
- "version" : " 5.2.0-beta " ,
5
+ "version" : " 5.2.1-rc " ,
6
6
"license" : " Apache-2.0" ,
7
7
"description" : " TypeScript is a language for application scale JavaScript development" ,
8
8
"keywords" : [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export const versionMajorMinor = "5.2";
4
4
// The following is baselined as a literal template type without intervention
5
5
/** The version of the TypeScript compiler release */
6
6
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
7
- export const version : string = "5.2.0-beta" ;
7
+ export const version = "5.2.1-rc" as string ;
8
8
9
9
/**
10
10
* Type of objects whose values are all of the same type.
You can’t perform that action at this time.
0 commit comments