Skip to content

Commit 6396f8e

Browse files
Update LKG.
1 parent e842d8d commit 6396f8e

6 files changed

+6
-6
lines changed

lib/tsc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
6767
var ts;
6868
(function (ts) {
6969
ts.versionMajorMinor = "3.8";
70-
ts.version = ts.versionMajorMinor + ".0-beta";
70+
ts.version = ts.versionMajorMinor + ".1-rc";
7171
function tryGetNativeMap() {
7272
return typeof Map !== "undefined" && "entries" in Map.prototype ? Map : undefined;
7373
}

lib/tsserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var ts;
9494
// If changing the text in this section, be sure to test `configurePrerelease` too.
9595
ts.versionMajorMinor = "3.8";
9696
/** The version of the TypeScript compiler release */
97-
ts.version = ts.versionMajorMinor + ".0-beta";
97+
ts.version = ts.versionMajorMinor + ".1-rc";
9898
/**
9999
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
100100
*/

lib/tsserverlibrary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ var ts;
244244
// If changing the text in this section, be sure to test `configurePrerelease` too.
245245
ts.versionMajorMinor = "3.8";
246246
/** The version of the TypeScript compiler release */
247-
ts.version = ts.versionMajorMinor + ".0-beta";
247+
ts.version = ts.versionMajorMinor + ".1-rc";
248248
/**
249249
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250250
*/

lib/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ var ts;
244244
// If changing the text in this section, be sure to test `configurePrerelease` too.
245245
ts.versionMajorMinor = "3.8";
246246
/** The version of the TypeScript compiler release */
247-
ts.version = ts.versionMajorMinor + ".0-beta";
247+
ts.version = ts.versionMajorMinor + ".1-rc";
248248
/**
249249
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250250
*/

lib/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ var ts;
244244
// If changing the text in this section, be sure to test `configurePrerelease` too.
245245
ts.versionMajorMinor = "3.8";
246246
/** The version of the TypeScript compiler release */
247-
ts.version = ts.versionMajorMinor + ".0-beta";
247+
ts.version = ts.versionMajorMinor + ".1-rc";
248248
/**
249249
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
250250
*/

lib/typingsInstaller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var ts;
8383
// If changing the text in this section, be sure to test `configurePrerelease` too.
8484
ts.versionMajorMinor = "3.8";
8585
/** The version of the TypeScript compiler release */
86-
ts.version = ts.versionMajorMinor + ".0-beta";
86+
ts.version = ts.versionMajorMinor + ".1-rc";
8787
/**
8888
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
8989
*/

0 commit comments

Comments
 (0)