Skip to content

Commit dc4cd52

Browse files
committed
Update LKG
1 parent 02cb9ad commit dc4cd52

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

lib/tsc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19667,6 +19667,7 @@ var ts;
1966719667
checkGrammarForGenerator(node);
1966819668
}
1966919669
if (contextualMapper === identityMapper && isContextSensitive(node)) {
19670+
checkNodeDeferred(node);
1967019671
return anyFunctionType;
1967119672
}
1967219673
var links = getNodeLinks(node);
@@ -32465,7 +32466,7 @@ var ts;
3246532466
ts.ioReadTime = 0;
3246632467
ts.ioWriteTime = 0;
3246732468
var emptyArray = [];
32468-
ts.version = "1.8.2";
32469+
ts.version = "1.8.5";
3246932470
function findConfigFile(searchPath, fileExists) {
3247032471
var fileName = "tsconfig.json";
3247132472
while (true) {

lib/tsserver.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20235,6 +20235,7 @@ var ts;
2023520235
checkGrammarForGenerator(node);
2023620236
}
2023720237
if (contextualMapper === identityMapper && isContextSensitive(node)) {
20238+
checkNodeDeferred(node);
2023820239
return anyFunctionType;
2023920240
}
2024020241
var links = getNodeLinks(node);
@@ -33033,7 +33034,7 @@ var ts;
3303333034
ts.ioReadTime = 0;
3303433035
ts.ioWriteTime = 0;
3303533036
var emptyArray = [];
33036-
ts.version = "1.8.2";
33037+
ts.version = "1.8.5";
3303733038
function findConfigFile(searchPath, fileExists) {
3303833039
var fileName = "tsconfig.json";
3303933040
while (true) {

lib/typescript.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24302,6 +24302,7 @@ var ts;
2430224302
}
2430324303
// The identityMapper object is used to indicate that function expressions are wildcards
2430424304
if (contextualMapper === identityMapper && isContextSensitive(node)) {
24305+
checkNodeDeferred(node);
2430524306
return anyFunctionType;
2430624307
}
2430724308
var links = getNodeLinks(node);
@@ -39260,7 +39261,7 @@ var ts;
3926039261
/* @internal */ ts.ioWriteTime = 0;
3926139262
/** The version of the TypeScript compiler release */
3926239263
var emptyArray = [];
39263-
ts.version = "1.8.2";
39264+
ts.version = "1.8.5";
3926439265
function findConfigFile(searchPath, fileExists) {
3926539266
var fileName = "tsconfig.json";
3926639267
while (true) {

lib/typescriptServices.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24302,6 +24302,7 @@ var ts;
2430224302
}
2430324303
// The identityMapper object is used to indicate that function expressions are wildcards
2430424304
if (contextualMapper === identityMapper && isContextSensitive(node)) {
24305+
checkNodeDeferred(node);
2430524306
return anyFunctionType;
2430624307
}
2430724308
var links = getNodeLinks(node);
@@ -39260,7 +39261,7 @@ var ts;
3926039261
/* @internal */ ts.ioWriteTime = 0;
3926139262
/** The version of the TypeScript compiler release */
3926239263
var emptyArray = [];
39263-
ts.version = "1.8.2";
39264+
ts.version = "1.8.5";
3926439265
function findConfigFile(searchPath, fileExists) {
3926539266
var fileName = "tsconfig.json";
3926639267
while (true) {

0 commit comments

Comments
 (0)