You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns a list of variables declared by the given node.
39
+
* This information can be used to track references to variables.
40
+
* @since 8.38.0
41
+
*/
42
+
getDeclaredVariables(
43
+
node: TSESTree.Node,
44
+
): readonlyTSESLint.Scope.Variable[];
45
+
}
46
+
}
47
+
22
48
// copied from https://github.com/babel/babel/blob/d8da63c929f2d28c401571e2a43166678c555bc4/packages/babel-helpers/src/helpers.js#L602-L606
0 commit comments