node-unused icon indicating copy to clipboard operation
node-unused copied to clipboard

A module which reports defined, but unused variables in your code.

Results 5 node-unused issues
Sort by recently updated
recently updated
newest added

The following input program will cause Kami to crash: ``` foo: for (i=0; i

Hi, `unused` doesn't understand files with a hashbang: ``` #!/bin/bash ``` ``` $ unused foo.js { [Error: Line 1: Unexpected token ILLEGAL] index: 0, lineNumber: 1, column: 1 } ```...

Hi, That would be great if we could specify a path and having the binary to detect unused var in all *.js files on this directory, recursively. We can use...

feature

Just whipped up a little patch to allow users to turn off function parameter testing, since it forces a lot of false positives, and isn't a bad practice in and...