Update LKG

This commit is contained in:
Mohamed Hegazy
2018-05-21 12:42:58 -07:00
parent c244e5a89e
commit 8e7b8763a4
6 changed files with 10 additions and 10 deletions

View File

@@ -174,7 +174,7 @@ var ts;
var ts;
(function (ts) {
ts.versionMajorMinor = "2.9";
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = ts.versionMajorMinor + ".1";
})(ts || (ts = {}));
(function (ts) {
function isExternalModuleNameRelative(moduleName) {

View File

@@ -1387,7 +1387,7 @@ var ts;
var ts;
(function (ts) {
ts.versionMajorMinor = "2.9";
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = ts.versionMajorMinor + ".1";
})(ts || (ts = {}));
(function (ts) {
function isExternalModuleNameRelative(moduleName) {
@@ -84303,7 +84303,7 @@ var ts;
for (var _b = 0, allSourceFiles_1 = allSourceFiles; _b < allSourceFiles_1.length; _b++) {
var sourceFile = allSourceFiles_1[_b];
if (ts.isExternalOrCommonJsModule(sourceFile)) {
cb(sourceFile.symbol, sourceFile);
cb(checker.getMergedSymbol(sourceFile.symbol), sourceFile);
}
}
}

View File

@@ -1635,7 +1635,7 @@ var ts;
// If changing the text in this section, be sure to test `configureNightly` too.
ts.versionMajorMinor = "2.9";
/** The version of the TypeScript compiler release */
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = ts.versionMajorMinor + ".1";
})(ts || (ts = {}));
(function (ts) {
function isExternalModuleNameRelative(moduleName) {
@@ -101068,7 +101068,7 @@ var ts;
for (var _b = 0, allSourceFiles_1 = allSourceFiles; _b < allSourceFiles_1.length; _b++) {
var sourceFile = allSourceFiles_1[_b];
if (ts.isExternalOrCommonJsModule(sourceFile)) {
cb(sourceFile.symbol, sourceFile);
cb(checker.getMergedSymbol(sourceFile.symbol), sourceFile);
}
}
}

View File

@@ -1635,7 +1635,7 @@ var ts;
// If changing the text in this section, be sure to test `configureNightly` too.
ts.versionMajorMinor = "2.9";
/** The version of the TypeScript compiler release */
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = ts.versionMajorMinor + ".1";
})(ts || (ts = {}));
(function (ts) {
function isExternalModuleNameRelative(moduleName) {
@@ -101068,7 +101068,7 @@ var ts;
for (var _b = 0, allSourceFiles_1 = allSourceFiles; _b < allSourceFiles_1.length; _b++) {
var sourceFile = allSourceFiles_1[_b];
if (ts.isExternalOrCommonJsModule(sourceFile)) {
cb(sourceFile.symbol, sourceFile);
cb(checker.getMergedSymbol(sourceFile.symbol), sourceFile);
}
}
}

View File

@@ -1635,7 +1635,7 @@ var ts;
// If changing the text in this section, be sure to test `configureNightly` too.
ts.versionMajorMinor = "2.9";
/** The version of the TypeScript compiler release */
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = ts.versionMajorMinor + ".1";
})(ts || (ts = {}));
(function (ts) {
function isExternalModuleNameRelative(moduleName) {
@@ -101068,7 +101068,7 @@ var ts;
for (var _b = 0, allSourceFiles_1 = allSourceFiles; _b < allSourceFiles_1.length; _b++) {
var sourceFile = allSourceFiles_1[_b];
if (ts.isExternalOrCommonJsModule(sourceFile)) {
cb(sourceFile.symbol, sourceFile);
cb(checker.getMergedSymbol(sourceFile.symbol), sourceFile);
}
}
}

View File

@@ -180,7 +180,7 @@ var ts;
var ts;
(function (ts) {
ts.versionMajorMinor = "2.9";
ts.version = ts.versionMajorMinor + ".0-dev";
ts.version = ts.versionMajorMinor + ".1";
})(ts || (ts = {}));
(function (ts) {
function isExternalModuleNameRelative(moduleName) {