-
Notifications
You must be signed in to change notification settings - Fork 710
Description
Reproduction link or steps
- It works well if setting
targettoesnext - But logical assignment is supported on Node 20
What is expected?
let e=!1;function t(){return e||=!0,e}export{t as fn};`
What is actually happening?
let e=!1;function t(){return e||(e=!0),e}export{t as fn};
System Info
N/A
Any additional comments?
Downstream #7295
Reactions are currently unavailable