-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Node.js builtin #212
Comments
Probably not, at least not right now. First of all, the API is experimental, but even after it becomes stable, it would be good to wait a few years to let it stabilize. Second, I'll keep this open for discussion. |
Second question would be:
The fact that Node.js decides to bundle a module doesn't make it automatically better than all the other modules, so I think one still would need to evaluate it against the alternatives. If Before that and one would need to po(n/l)yfill it |
Update: Stand-alone package (ponyfill?) at https://github.com/pkgjs/parseargs but only one dependent on npmjs so far and not much interest expressed to date. Longterm maintenance not certain but is being actively maintained at the moment.
Yes! By design, |
👋 I have been absent from OSS these days, but wanted to provide my feedback (as the maintainer of I would love if |
Could
util.parseArgs
be used instead ofyargs-parser
when targeting Node.js 18?The text was updated successfully, but these errors were encountered: