quick-lint-js
quick-lint-js copied to clipboard
'await++' in top level parsed incorrectly
let await = 1;
await++;
qljs shouldn't error in the above code, but it does.