FredKSchott / rollup-plugin-polyfill-node

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

Add posix/win32 exports to path.js #67

Closed kiosion closed 8 months ago

kiosion commented 1 year ago

Add posix/win32 exports to path.js. Add posix param to existing functions, defaulting to true in exported functions. Let me know if this looks good - it fixed my issues with some deps that relied on these two exports, so I figured I'd submit a PR here.

FredKSchott commented 9 months ago

Based on the diff, this is too complex of a change to merge given the limited resources this project has. If you need this change yourself, I'd suggest forking!

kiosion commented 8 months ago

Gotcha, no worries!