pkgjs / parseargs

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

util.parseArgs being promoted from experimental to stable in NodeJs #149

Open shadowspawn opened 1 year ago

shadowspawn commented 1 year ago

Proposal to move util.parseArgs to stable: https://github.com/nodejs/node/issues/46640

There may still be some interested experts watching this repo, but future development is likely to be directly in https://github.com/nodejs/node


Project mission accomplished!

https://github.com/pkgjs/parseargs/blob/67749086a6cb216a4896283de200b1f36646afdd/package.json#L4

Eomm commented 1 year ago

but future development is likely to be directly in

I would keep this repo till Node.js 16 reaches EOL (2023-09-11)

Eomm commented 2 months ago

Should we archive this repo?

Node.js v16 is EOL now

shadowspawn commented 2 months ago

Short version: ok with me

Long version

There may be some dependents who support older node versions and using this library as a polyfill:

However, there has been very little activity here in the last year. No releases since 2022. I feel the main point of this repo was proof of concept and to ease adoption until in all LTS versions.

I checked the 8 dependents with published packages and most popular one requires node 18 anyway.

Disclaimer: I am a parseArgs collaborator and not a @pkgjs org member.