Kevin Gibbons

Results 688 comments of Kevin Gibbons

Turning this on by default would be a breaking change. Might make more sense to make it opt-in per option, as in `{ 'foo': { type: 'boolean', allowNegation: true }...

If landing this, it would be good to also update [the docs](https://nodejs.org/docs/latest/api/util.html#parseargs-tokens) which use this precise case as an example of the tokens array: > For example to use the...

This can be done [using the tokens array](https://github.com/pkgjs/parseargs/blob/67749086a6cb216a4896283de200b1f36646afdd/examples/negate.js), though it does require about a dozen lines of boilerplate.

Fixed by https://github.com/nodejs/node/pull/53107, presumably?

The Request/Response one landed but Blob - this issue - is technically a different spec, and that PR is still open. (It's slightly more annoying because that spec lives in...

I don't entirely understand what this PR proposes to do. Would you mind going through of these scenarios and explaining what happens in each one? (There ended up being more...

> TC39 has signaled that they are going to move forward with decorators after export keywords. FWIW, I'd recommend waiting another week (for the [January TC39 meeting](https://github.com/tc39/agendas/blob/master/2019/01.md)) to see if...