FredKSchott / rollup-plugin-polyfill-node

A modern Node.js polyfill for your Rollup bundle.
Other
176 stars 55 forks source link

Add node:inspector as empty shim #68

Open dmnsgn opened 1 year ago

dmnsgn commented 1 year ago

Even though it is not a very commonly used built-in, the Inspector is not in the list and might break some packages (for instance, typescript dynamically import it).

I don't think any polyfill exist so an empty shim would be nice.