js-unused-exports icon indicating copy to clipboard operation
js-unused-exports copied to clipboard

Results 4 js-unused-exports issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.2. Release notes Sourced from json5's releases. v2.2.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

![image](https://user-images.githubusercontent.com/30134089/147647512-84f2ad78-ba74-4c72-80fb-9c9b8f6fa882.png) or ![image](https://user-images.githubusercontent.com/30134089/147647595-ece72dae-7b11-45d3-8f1b-f601f556670a.png) aliases doesn't take effect

Hi, First, thanks for your package ! Dynamic import are wrongly reported as unused: ```js import('./somefile.js').then(/* do stuff */) ``` The `somefile.js` export (default and named I think) will be...