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 } ``` Would be nice to sort this. Thanks.