mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Update LKG.
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
||||
var ts;
|
||||
(function (ts) {
|
||||
ts.versionMajorMinor = "3.7";
|
||||
ts.version = ts.versionMajorMinor + ".0-beta";
|
||||
ts.version = ts.versionMajorMinor + ".1-rc";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
function tryGetNativeMap() {
|
||||
|
||||
+1
-1
@@ -94,7 +94,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.7";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".0-beta";
|
||||
ts.version = ts.versionMajorMinor + ".1-rc";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
|
||||
Vendored
-6
@@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
|
||||
and limitations under the License.
|
||||
***************************************************************************** */
|
||||
|
||||
declare namespace ts {
|
||||
interface Map<T> {
|
||||
}
|
||||
function createMapShim(): new <T>() => Map<T>;
|
||||
}
|
||||
//# sourceMappingURL=shims.d.ts.map
|
||||
declare namespace ts {
|
||||
const versionMajorMinor = "3.7";
|
||||
/** The version of the TypeScript compiler release */
|
||||
|
||||
@@ -244,7 +244,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.7";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".0-beta";
|
||||
ts.version = ts.versionMajorMinor + ".1-rc";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
|
||||
Vendored
-6
@@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
|
||||
and limitations under the License.
|
||||
***************************************************************************** */
|
||||
|
||||
declare namespace ts {
|
||||
interface Map<T> {
|
||||
}
|
||||
function createMapShim(): new <T>() => Map<T>;
|
||||
}
|
||||
//# sourceMappingURL=shims.d.ts.map
|
||||
declare namespace ts {
|
||||
const versionMajorMinor = "3.7";
|
||||
/** The version of the TypeScript compiler release */
|
||||
|
||||
+1
-1
@@ -233,7 +233,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.7";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".0-beta";
|
||||
ts.version = ts.versionMajorMinor + ".1-rc";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
|
||||
Vendored
-6
@@ -13,12 +13,6 @@ See the Apache Version 2.0 License for specific language governing permissions
|
||||
and limitations under the License.
|
||||
***************************************************************************** */
|
||||
|
||||
declare namespace ts {
|
||||
interface Map<T> {
|
||||
}
|
||||
function createMapShim(): new <T>() => Map<T>;
|
||||
}
|
||||
//# sourceMappingURL=shims.d.ts.map
|
||||
declare namespace ts {
|
||||
const versionMajorMinor = "3.7";
|
||||
/** The version of the TypeScript compiler release */
|
||||
|
||||
@@ -233,7 +233,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.7";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".0-beta";
|
||||
ts.version = ts.versionMajorMinor + ".1-rc";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
|
||||
@@ -83,7 +83,7 @@ var ts;
|
||||
// If changing the text in this section, be sure to test `configureNightly` too.
|
||||
ts.versionMajorMinor = "3.7";
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = ts.versionMajorMinor + ".0-beta";
|
||||
ts.version = ts.versionMajorMinor + ".1-rc";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
|
||||
Reference in New Issue
Block a user