Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb359d3

Browse files
committed
review
1 parent 917a9f1 commit cb359d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/parser/src/analyze-scope.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,9 @@ class Referencer extends OriginalReferencer {
361361
* Create reference objects for the references in parameters and return type.
362362
* @param node The TSEmptyBodyFunctionExpression node to visit.
363363
*/
364-
TSEmptyBodyFunctionExpression(node: TSESTree.FunctionExpression): void {
364+
TSEmptyBodyFunctionExpression(
365+
node: TSESTree.TSEmptyBodyFunctionExpression
366+
): void {
365367
const upperTypeMode = this.typeMode;
366368
const { typeParameters, params, returnType } = node;
367369

0 commit comments

Comments
 (0)