File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 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.
1818
1919// src/compiler/corePublic.ts
2020var versionMajorMinor = "5.2";
21- var version = "5.2.0-beta ";
21+ var version = "5.2.1-rc ";
2222
2323// src/compiler/core.ts
2424var emptyArray = [];
Original file line number Diff line number Diff line change @@ -2327,7 +2327,7 @@ module.exports = __toCommonJS(server_exports);
23272327
23282328// src/compiler/corePublic.ts
23292329var versionMajorMinor = "5.2";
2330- var version = "5.2.0-beta ";
2330+ var version = "5.2.1-rc ";
23312331var Comparison = /* @__PURE__ */ ((Comparison3) => {
23322332 Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
23332333 Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
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.2";
38- version = "5.2.0-beta ";
38+ version = "5.2.1-rc ";
3939 Comparison = /* @__PURE__ */ ((Comparison3) => {
4040 Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
4141 Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
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.2";
38- version = "5.2.0-beta ";
38+ version = "5.2.1-rc ";
3939 Comparison = /* @__PURE__ */ ((Comparison3) => {
4040 Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
4141 Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ var path = __toESM(require("path"));
5454
5555// src/compiler/corePublic.ts
5656var versionMajorMinor = "5.2";
57- var version = "5.2.0-beta ";
57+ var version = "5.2.1-rc ";
5858
5959// src/compiler/core.ts
6060var emptyArray = [];
Original file line number Diff line number Diff line change 22 "name" : " typescript" ,
33 "author" : " Microsoft Corp." ,
44 "homepage" : " https://www.typescriptlang.org/" ,
5- "version" : " 5.2.0-beta " ,
5+ "version" : " 5.2.1-rc " ,
66 "license" : " Apache-2.0" ,
77 "description" : " TypeScript is a language for application scale JavaScript development" ,
88 "keywords" : [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export const versionMajorMinor = "5.2";
44// The following is baselined as a literal template type without intervention
55/** The version of the TypeScript compiler release */
66// 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 ;
88
99/**
1010 * Type of objects whose values are all of the same type.
You can’t perform that action at this time.
0 commit comments