FredKSchott / rollup-plugin-polyfill-node

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

fix: 'querystring' missing named exports #13

Closed nhardy closed 3 years ago

nhardy commented 3 years ago

Adds stringify, parse to named exports for the querystring module.

FredKSchott commented 3 years ago

LGTM

FredKSchott commented 3 years ago

This was reverted because tests were broken

nhardy commented 3 years ago

Just checked, and looks like what I was seeing was a red herring and this package is not actually to blame.