Uh oh!
There was an error while loading. Please reload this page.
tools: add lint rule for [await] using in core - #64231
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Looks like we were already using |
jasnell
left a comment
There was a problem hiding this comment.
I'm -1 on this for now. Given that ERM is stage 4, I'd rather we just block using the flag that switches it off.
Renegade334
commented
Jul 6, 2026
My thoughts would be:
|
aduh95
commented
Jul 6, 2026
I agree that the feature being stage 4 is irrelevant here, using @jasnell please reconsider |
jasnell
commented
Jul 6, 2026
Only when a non-default v8 option is used. From our own docs, "V8's options have no stability guarantee. The V8 team themselves don't consider them to be part of their formal API, and reserve the right to change them at any time. Likewise, they are not covered by the Node.js stability guarantees." I'll clear my block but I still fundamentally disagree. |
While I still disagree with the change, I won't block.
avivkeller
commented
Jul 29, 2026
@Renegade334 lint is failing |
aduh95
commented
Aug 4, 2026
Forbidding that syntax at least until Node.js 24 is in maintenance mode is really the only way forward for backporters sake! I hope this can move forward |
Signed-off-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>
c5b9426 to
b572cd2Compare
Refs: #64230