Ronen Amiel
Ronen Amiel
Hey 👋, Webpack and other bundlers support a `module` option for ES modules for tree shaking. It would be nice to see which modules have support for it. Maybe even...
If a module has `deprecate: true` we can show it under a different color, maybe even show a message next to it. This makes it easy to see and replace...
Hey 👋, What if we have a separate command that will check the entire tree and show which modules don't have opensource licenses. This can be useful to make sure...
As of version 3, there's no way to access the JSDOM api ([here](https://github.com/tmpvar/jsdom#jsdom-object-api)) directly. Some functions such as `reconfigure ` are important. How do you think we can expose a...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...