Skip to content

Commit 6d2ec6c

Browse files
authored
remove duplicate docs comment
Signed-off-by: Arsh <emmagoldmanvevo+github@pm.me>
1 parent 78e88ad commit 6d2ec6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/oxlint/src-js/plugins/scope.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export class ScopeManager {
5555
}
5656

5757
/**
58-
* Get the variables that a given AST node defines. The gotten variables' `def[].node`/`def[].parent` property is the node.
5958
* Get the variables that a given AST node defines. The gotten variables' `def[].node`/`def[].parent` property is the node.
6059
* If the node does not define any variable, this returns an empty array.
6160
* @param node An AST node to get their variables.

0 commit comments

Comments
 (0)