@typescript-deploys/pr-build 5.8.0-pr-55267-247 → 5.8.0-pr-61071-4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_tsc.js +1 -1
- package/lib/typescript.js +1 -1
- package/package.json +1 -1
package/lib/_tsc.js
CHANGED
|
@@ -76770,7 +76770,7 @@ function createTypeChecker(host) {
|
|
|
76770
76770
|
}
|
|
76771
76771
|
const returnType = getReturnTypeOfSignature(signature);
|
|
76772
76772
|
if (returnType.flags & 12288 /* ESSymbolLike */ && isSymbolOrSymbolForCall(node)) {
|
|
76773
|
-
return getESSymbolLikeTypeForNode(
|
|
76773
|
+
return getESSymbolLikeTypeForNode(walkUpOuterExpressions(node));
|
|
76774
76774
|
}
|
|
76775
76775
|
if (node.kind === 213 /* CallExpression */ && !node.questionDotToken && node.parent.kind === 244 /* ExpressionStatement */ && returnType.flags & 16384 /* Void */ && getTypePredicateOfSignature(signature)) {
|
|
76776
76776
|
if (!isDottedName(node.expression)) {
|
package/lib/typescript.js
CHANGED
|
@@ -81380,7 +81380,7 @@ function createTypeChecker(host) {
|
|
|
81380
81380
|
}
|
|
81381
81381
|
const returnType = getReturnTypeOfSignature(signature);
|
|
81382
81382
|
if (returnType.flags & 12288 /* ESSymbolLike */ && isSymbolOrSymbolForCall(node)) {
|
|
81383
|
-
return getESSymbolLikeTypeForNode(
|
|
81383
|
+
return getESSymbolLikeTypeForNode(walkUpOuterExpressions(node));
|
|
81384
81384
|
}
|
|
81385
81385
|
if (node.kind === 213 /* CallExpression */ && !node.questionDotToken && node.parent.kind === 244 /* ExpressionStatement */ && returnType.flags & 16384 /* Void */ && getTypePredicateOfSignature(signature)) {
|
|
81386
81386
|
if (!isDottedName(node.expression)) {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@typescript-deploys/pr-build",
|
|
3
3
|
"author": "Microsoft Corp.",
|
|
4
4
|
"homepage": "https://www.typescriptlang.org/",
|
|
5
|
-
"version": "5.8.0-pr-
|
|
5
|
+
"version": "5.8.0-pr-61071-4",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"description": "TypeScript is a language for application scale JavaScript development",
|
|
8
8
|
"keywords": [
|