Update LKG

This commit is contained in:
Mohamed Hegazy
2016-02-25 17:12:03 -08:00
parent 02cb9ad9c2
commit dc4cd52a9a
4 changed files with 8 additions and 4 deletions

View File

@@ -24302,6 +24302,7 @@ var ts;
}
// The identityMapper object is used to indicate that function expressions are wildcards
if (contextualMapper === identityMapper && isContextSensitive(node)) {
checkNodeDeferred(node);
return anyFunctionType;
}
var links = getNodeLinks(node);
@@ -39260,7 +39261,7 @@ var ts;
/* @internal */ ts.ioWriteTime = 0;
/** The version of the TypeScript compiler release */
var emptyArray = [];
ts.version = "1.8.2";
ts.version = "1.8.5";
function findConfigFile(searchPath, fileExists) {
var fileName = "tsconfig.json";
while (true) {