Similar request as
Note that this kind of findings will be coming up more now that Vitest users are starting to use Vite 8. I'll be reporting them here whenever they are discovered. Thanks for all the fixes so far! 🙌
Input:
condition ?
/* v8 ignore next */ uncovered() :
coveredAlternate();
Expected output:
condition ?
/* v8 ignore next */ uncovered() :
coveredAlternate();
Actual output
condition ?
uncovered() :
coveredAlternate();
Reproduction
https://playground.oxc.rs/?t=ast&options=%7B%22run...
Downstream issue:

Similar request as
ConditionalExpression'salternateand betweenSwitchStatement'scases#20549Note that this kind of findings will be coming up more now that Vitest users are starting to use Vite 8. I'll be reporting them here whenever they are discovered. Thanks for all the fixes so far! 🙌
Input:
Expected output:
Actual output
Reproduction
https://playground.oxc.rs/?t=ast&options=%7B%22run...
Downstream issue: