File tree 9 files changed +6
-24
lines changed 9 files changed +6
-24
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.7";
70
- ts.version = ts.versionMajorMinor + ".0-beta ";
70
+ ts.version = ts.versionMajorMinor + ".1-rc ";
71
71
})(ts || (ts = {}));
72
72
(function (ts) {
73
73
function tryGetNativeMap() {
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 `configureNightly` too.
95
95
ts.versionMajorMinor = "3.7";
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
})(ts || (ts = {}));
99
99
(function (ts) {
100
100
/* @internal */
Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
13
13
and limitations under the License.
14
14
***************************************************************************** */
15
15
16
- declare namespace ts {
17
- interface Map < T > {
18
- }
19
- function createMapShim ( ) : new < T > ( ) => Map < T > ;
20
- }
21
- //# sourceMappingURL=shims.d.ts.map
22
16
declare namespace ts {
23
17
const versionMajorMinor = "3.7" ;
24
18
/** The version of the TypeScript compiler release */
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 `configureNightly` too.
245
245
ts.versionMajorMinor = "3.7";
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
})(ts || (ts = {}));
249
249
(function (ts) {
250
250
/* @internal */
Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
13
13
and limitations under the License.
14
14
***************************************************************************** */
15
15
16
- declare namespace ts {
17
- interface Map < T > {
18
- }
19
- function createMapShim ( ) : new < T > ( ) => Map < T > ;
20
- }
21
- //# sourceMappingURL=shims.d.ts.map
22
16
declare namespace ts {
23
17
const versionMajorMinor = "3.7" ;
24
18
/** The version of the TypeScript compiler release */
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ var ts;
233
233
// If changing the text in this section, be sure to test `configureNightly` too.
234
234
ts.versionMajorMinor = "3.7";
235
235
/** The version of the TypeScript compiler release */
236
- ts.version = ts.versionMajorMinor + ".0-beta ";
236
+ ts.version = ts.versionMajorMinor + ".1-rc ";
237
237
})(ts || (ts = {}));
238
238
(function (ts) {
239
239
/* @internal */
Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
13
13
and limitations under the License.
14
14
***************************************************************************** */
15
15
16
- declare namespace ts {
17
- interface Map < T > {
18
- }
19
- function createMapShim ( ) : new < T > ( ) => Map < T > ;
20
- }
21
- //# sourceMappingURL=shims.d.ts.map
22
16
declare namespace ts {
23
17
const versionMajorMinor = "3.7" ;
24
18
/** The version of the TypeScript compiler release */
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ var ts;
233
233
// If changing the text in this section, be sure to test `configureNightly` too.
234
234
ts.versionMajorMinor = "3.7";
235
235
/** The version of the TypeScript compiler release */
236
- ts.version = ts.versionMajorMinor + ".0-beta ";
236
+ ts.version = ts.versionMajorMinor + ".1-rc ";
237
237
})(ts || (ts = {}));
238
238
(function (ts) {
239
239
/* @internal */
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 `configureNightly` too.
84
84
ts.versionMajorMinor = "3.7";
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
})(ts || (ts = {}));
88
88
(function (ts) {
89
89
/* @internal */
You can’t perform that action at this time.
0 commit comments