UNPKG
unused
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
A module which reports unused variables in your code.
github.com/Kami/node-unused
Kami/node-unused
unused
/
test
/
expected
/
function-with-params.js.json
18 lines
•
202 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{
"name"
:
"a"
,
"loc"
:
{
"line"
:
2
,
"column"
:
13
}
,
"param"
:
true
}
,
{
"name"
:
"b"
,
"loc"
:
{
"line"
:
2
,
"column"
:
16
}
,
"param"
:
true
}
]