diff --git a/lib/tsc.js b/lib/tsc.js index f9cbdae0d69..8e330ebb650 100644 --- a/lib/tsc.js +++ b/lib/tsc.js @@ -19667,6 +19667,7 @@ var ts; checkGrammarForGenerator(node); } if (contextualMapper === identityMapper && isContextSensitive(node)) { + checkNodeDeferred(node); return anyFunctionType; } var links = getNodeLinks(node); @@ -32465,7 +32466,7 @@ var ts; ts.ioReadTime = 0; ts.ioWriteTime = 0; var emptyArray = []; - ts.version = "1.8.2"; + ts.version = "1.8.5"; function findConfigFile(searchPath, fileExists) { var fileName = "tsconfig.json"; while (true) { diff --git a/lib/tsserver.js b/lib/tsserver.js index 47436063545..32bf7274dc3 100644 --- a/lib/tsserver.js +++ b/lib/tsserver.js @@ -20235,6 +20235,7 @@ var ts; checkGrammarForGenerator(node); } if (contextualMapper === identityMapper && isContextSensitive(node)) { + checkNodeDeferred(node); return anyFunctionType; } var links = getNodeLinks(node); @@ -33033,7 +33034,7 @@ var ts; ts.ioReadTime = 0; ts.ioWriteTime = 0; var emptyArray = []; - ts.version = "1.8.2"; + ts.version = "1.8.5"; function findConfigFile(searchPath, fileExists) { var fileName = "tsconfig.json"; while (true) { diff --git a/lib/typescript.js b/lib/typescript.js index bb880f52c1a..5923ee0e111 100644 --- a/lib/typescript.js +++ b/lib/typescript.js @@ -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) { diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js index bb880f52c1a..5923ee0e111 100644 --- a/lib/typescriptServices.js +++ b/lib/typescriptServices.js @@ -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) {