pkgjs / parseargs

Polyfill of `util.parseArgs()`
Apache License 2.0
122 stars 10 forks source link

docs: fix formatting nits in comments #91

Closed bcoe closed 2 years ago

bcoe commented 2 years ago

Pulling in suggestions from @VoltrexMaster in https://github.com/nodejs/node/pull/42675

shadowspawn commented 2 years ago

This looks like a subset of the ones raised/applied upstream. Not sure if you are planning to maintain in parallel, or copy-paste down? (i.e. is it worth me doing more PR here or will a future sync catch up?)

bcoe commented 2 years ago

This looks like a subset of the ones raised/applied upstream. Not sure if you are planning to maintain in parallel, or copy-paste down?

I'm trying to keep things so that we can just copy and paste the code from here into the Node.js PR. So let's make changes in this repo, and I'll periodically sync the upstream PR.