File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
67
67
var ts;
68
68
(function (ts) {
69
69
ts.versionMajorMinor = "3.8";
70
- ts.version = ts.versionMajorMinor + ".0-beta ";
70
+ ts.version = ts.versionMajorMinor + ".1-rc ";
71
71
function tryGetNativeMap() {
72
72
return typeof Map !== "undefined" && "entries" in Map.prototype ? Map : undefined;
73
73
}
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ var ts;
94
94
// If changing the text in this section, be sure to test `configurePrerelease` too.
95
95
ts.versionMajorMinor = "3.8";
96
96
/** The version of the TypeScript compiler release */
97
- ts.version = ts.versionMajorMinor + ".0-beta ";
97
+ ts.version = ts.versionMajorMinor + ".1-rc ";
98
98
/**
99
99
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
100
100
*/
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ var ts;
244
244
// If changing the text in this section, be sure to test `configurePrerelease` too.
245
245
ts.versionMajorMinor = "3.8";
246
246
/** The version of the TypeScript compiler release */
247
- ts.version = ts.versionMajorMinor + ".0-beta ";
247
+ ts.version = ts.versionMajorMinor + ".1-rc ";
248
248
/**
249
249
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250
250
*/
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ var ts;
244
244
// If changing the text in this section, be sure to test `configurePrerelease` too.
245
245
ts.versionMajorMinor = "3.8";
246
246
/** The version of the TypeScript compiler release */
247
- ts.version = ts.versionMajorMinor + ".0-beta ";
247
+ ts.version = ts.versionMajorMinor + ".1-rc ";
248
248
/**
249
249
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250
250
*/
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ var ts;
244
244
// If changing the text in this section, be sure to test `configurePrerelease` too.
245
245
ts.versionMajorMinor = "3.8";
246
246
/** The version of the TypeScript compiler release */
247
- ts.version = ts.versionMajorMinor + ".0-beta ";
247
+ ts.version = ts.versionMajorMinor + ".1-rc ";
248
248
/**
249
249
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250
250
*/
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ var ts;
83
83
// If changing the text in this section, be sure to test `configurePrerelease` too.
84
84
ts.versionMajorMinor = "3.8";
85
85
/** The version of the TypeScript compiler release */
86
- ts.version = ts.versionMajorMinor + ".0-beta ";
86
+ ts.version = ts.versionMajorMinor + ".1-rc ";
87
87
/**
88
88
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
89
89
*/
You can’t perform that action at this time.
0 commit comments