unrequired icon indicating copy to clipboard operation
unrequired copied to clipboard

find unused javascript files in your project

Results 4 unrequired issues
Sort by recently updated
recently updated
newest added

``` unrequired index.js Compiling the javascript.. npx: installed 4 in 2.236s [!] (plugin babel) Error: Rollup requires that your Babel configuration keeps ES6 module syntax intact. Unfortunately it looks like...

Hello - I am trying to run your utility on my react-native code and I hit and error with the JSX syntax ``` [!] (commonjs plugin) SyntaxError: Unexpected token (35:12)...

enhancement

We use TypeORM and get the following when attempting to use the tool: `SyntaxError: Unexpected character '@' (6:0)`, the line in question being `@EntityRepository(Tokens)`. Not sure if adding features on...

Right now unrequired takes 1 entry file for scanning dependencies. For it to work with frameworks like next.js or gatsby we need to have multple entry points. It would be...

enhancement