FredKSchott / rollup-plugin-polyfill-node

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

feat: add url.fileURLToPath #54

Closed ruyadorno closed 2 years ago

ruyadorno commented 2 years ago

Added missing url module method.

ref: https://nodejs.org/docs/latest-v16.x/api/url.html#urlfileurltopathurl

FredKSchott commented 2 years ago

LGTM, thank you!