We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f5c70 commit 31925e7Copy full SHA for 31925e7
1 file changed
src/compiler/checker.ts
@@ -1124,6 +1124,7 @@ import {
1124
Visitor,
1125
VisitResult,
1126
VoidExpression,
1127
+ voidMap,
1128
walkUpBindingElementsAndPatterns,
1129
walkUpOuterExpressions,
1130
walkUpParenthesizedExpressions,
@@ -1133,7 +1134,6 @@ import {
1133
1134
WideningContext,
1135
WithStatement,
1136
YieldExpression,
- voidMap,
1137
} from "./_namespaces/ts.js";
1138
import * as moduleSpecifiers from "./_namespaces/ts.moduleSpecifiers.js";
1139
import * as performance from "./_namespaces/ts.performance.js";
0 commit comments