kcmr / vsce-remove-unused-imports

VS Code extension to remove unused ES6 imports inside JavaScript and TypeScript files
https://marketplace.visualstudio.com/items?itemName=kuscamara.remove-unused-imports
MIT License
17 stars 5 forks source link

fix(transform): add support for decorators #4

Closed kcmr closed 2 years ago

kcmr commented 2 years ago

Prevents crashing with files using decorator syntax.

Fixes #3