pkgjs / parseargs

Polyfill of `util.parseArgs()`
Apache License 2.0
121 stars 9 forks source link

support node 14+ #135

Closed bakkot closed 2 years ago

bakkot commented 2 years ago

Fixes https://github.com/pkgjs/parseargs/issues/131. The only change required was using node 14's primordials.js (which is more than adequate for this package). While I was at it I've included the license for that file, since it's a direct copy.

bcoe commented 2 years ago

@bakkot thanks for doing this 👍