We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3913e commit 5dd87e3Copy full SHA for 5dd87e3
1 file changed
javascript/ql/lib/LanguageFeatures/UnusedIndexVariable.qll
@@ -1,6 +1,8 @@
1
/**
2
* Provides a predicate for identifying unused index variables in loops.
3
*/
4
+overlay[local]
5
+module;
6
7
import javascript
8
0 commit comments