mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Update LKG.
This commit is contained in:
+5
-2
@@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
||||
var ts;
|
||||
(function (ts) {
|
||||
ts.versionMajorMinor = "3.7";
|
||||
ts.version = ts.versionMajorMinor + ".3";
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
function tryGetNativeMap() {
|
||||
@@ -25599,7 +25599,10 @@ var ts;
|
||||
}
|
||||
break;
|
||||
case 288:
|
||||
if (thisContainer.commonJsModuleIndicator) {
|
||||
if (ts.hasDynamicName(node)) {
|
||||
break;
|
||||
}
|
||||
else if (thisContainer.commonJsModuleIndicator) {
|
||||
declareSymbol(thisContainer.symbol.exports, thisContainer.symbol, node, 4 | 1048576, 0);
|
||||
}
|
||||
else {
|
||||
|
||||
+5
-2
@@ -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 + ".3";
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -31362,7 +31362,10 @@ var ts;
|
||||
break;
|
||||
case 288 /* SourceFile */:
|
||||
// this.property = assignment in a source file -- declare symbol in exports for a module, in locals for a script
|
||||
if (thisContainer.commonJsModuleIndicator) {
|
||||
if (ts.hasDynamicName(node)) {
|
||||
break;
|
||||
}
|
||||
else if (thisContainer.commonJsModuleIndicator) {
|
||||
declareSymbol(thisContainer.symbol.exports, thisContainer.symbol, node, 4 /* Property */ | 1048576 /* ExportValue */, 0 /* None */);
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -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 + ".3";
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -31512,7 +31512,10 @@ var ts;
|
||||
break;
|
||||
case 288 /* SourceFile */:
|
||||
// this.property = assignment in a source file -- declare symbol in exports for a module, in locals for a script
|
||||
if (thisContainer.commonJsModuleIndicator) {
|
||||
if (ts.hasDynamicName(node)) {
|
||||
break;
|
||||
}
|
||||
else if (thisContainer.commonJsModuleIndicator) {
|
||||
declareSymbol(thisContainer.symbol.exports, thisContainer.symbol, node, 4 /* Property */ | 1048576 /* ExportValue */, 0 /* None */);
|
||||
}
|
||||
else {
|
||||
|
||||
+5
-2
@@ -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 + ".3";
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -31501,7 +31501,10 @@ var ts;
|
||||
break;
|
||||
case 288 /* SourceFile */:
|
||||
// this.property = assignment in a source file -- declare symbol in exports for a module, in locals for a script
|
||||
if (thisContainer.commonJsModuleIndicator) {
|
||||
if (ts.hasDynamicName(node)) {
|
||||
break;
|
||||
}
|
||||
else if (thisContainer.commonJsModuleIndicator) {
|
||||
declareSymbol(thisContainer.symbol.exports, thisContainer.symbol, node, 4 /* Property */ | 1048576 /* ExportValue */, 0 /* None */);
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -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 + ".3";
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -31501,7 +31501,10 @@ var ts;
|
||||
break;
|
||||
case 288 /* SourceFile */:
|
||||
// this.property = assignment in a source file -- declare symbol in exports for a module, in locals for a script
|
||||
if (thisContainer.commonJsModuleIndicator) {
|
||||
if (ts.hasDynamicName(node)) {
|
||||
break;
|
||||
}
|
||||
else if (thisContainer.commonJsModuleIndicator) {
|
||||
declareSymbol(thisContainer.symbol.exports, thisContainer.symbol, node, 4 /* Property */ | 1048576 /* ExportValue */, 0 /* None */);
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -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 + ".3";
|
||||
ts.version = ts.versionMajorMinor + ".4";
|
||||
})(ts || (ts = {}));
|
||||
(function (ts) {
|
||||
/* @internal */
|
||||
@@ -31351,7 +31351,10 @@ var ts;
|
||||
break;
|
||||
case 288 /* SourceFile */:
|
||||
// this.property = assignment in a source file -- declare symbol in exports for a module, in locals for a script
|
||||
if (thisContainer.commonJsModuleIndicator) {
|
||||
if (ts.hasDynamicName(node)) {
|
||||
break;
|
||||
}
|
||||
else if (thisContainer.commonJsModuleIndicator) {
|
||||
declareSymbol(thisContainer.symbol.exports, thisContainer.symbol, node, 4 /* Property */ | 1048576 /* ExportValue */, 0 /* None */);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user