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.1-rc ";
21
+ var version = "5.2.2 ";
22
22
23
23
// src/compiler/core.ts
24
24
var emptyArray = [];
Original file line number Diff line number Diff line change @@ -2331,7 +2331,7 @@ module.exports = __toCommonJS(server_exports);
2331
2331
2332
2332
// src/compiler/corePublic.ts
2333
2333
var versionMajorMinor = "5.2";
2334
- var version = "5.2.1-rc ";
2334
+ var version = "5.2.2 ";
2335
2335
var Comparison = /* @__PURE__ */ ((Comparison3) => {
2336
2336
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
2337
2337
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.1-rc ";
38
+ version = "5.2.2 ";
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.1-rc ";
38
+ version = "5.2.2 ";
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.1-rc ";
57
+ var version = "5.2.2 ";
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.1-rc " ,
5
+ "version" : " 5.2.2 " ,
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 = "5.2.1-rc " as string ;
7
+ export const version = "5.2.2 " 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