Update LKG.

This commit is contained in:
Daniel Rosenwasser
2020-01-31 18:20:33 -08:00
parent e842d8d6f9
commit 6396f8e4a5
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
var ts;
(function (ts) {
ts.versionMajorMinor = "3.8";
ts.version = ts.versionMajorMinor + ".0-beta";
ts.version = ts.versionMajorMinor + ".1-rc";
function tryGetNativeMap() {
return typeof Map !== "undefined" && "entries" in Map.prototype ? Map : undefined;
}
+1 -1
View File
@@ -94,7 +94,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "3.8";
/** The version of the TypeScript compiler release */
ts.version = ts.versionMajorMinor + ".0-beta";
ts.version = ts.versionMajorMinor + ".1-rc";
/**
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
*/
+1 -1
View File
@@ -244,7 +244,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "3.8";
/** The version of the TypeScript compiler release */
ts.version = ts.versionMajorMinor + ".0-beta";
ts.version = ts.versionMajorMinor + ".1-rc";
/**
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
*/
+1 -1
View File
@@ -244,7 +244,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "3.8";
/** The version of the TypeScript compiler release */
ts.version = ts.versionMajorMinor + ".0-beta";
ts.version = ts.versionMajorMinor + ".1-rc";
/**
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
*/
+1 -1
View File
@@ -244,7 +244,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "3.8";
/** The version of the TypeScript compiler release */
ts.version = ts.versionMajorMinor + ".0-beta";
ts.version = ts.versionMajorMinor + ".1-rc";
/**
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
*/
+1 -1
View File
@@ -83,7 +83,7 @@ var ts;
// If changing the text in this section, be sure to test `configurePrerelease` too.
ts.versionMajorMinor = "3.8";
/** The version of the TypeScript compiler release */
ts.version = ts.versionMajorMinor + ".0-beta";
ts.version = ts.versionMajorMinor + ".1-rc";
/**
* Returns the native Map implementation if it is available and compatible (i.e. supports iteration).
*/