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
/
fixtures
/
property.js
8 lines
(4 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// variable inside of a properly lookup
var
obj = {};
var
key =
'foo'
; obj[key] =
'bar'
;