quick-lint-js icon indicating copy to clipboard operation
quick-lint-js copied to clipboard

'await++' in top level parsed incorrectly

Open strager opened this issue 3 years ago • 0 comments

let await = 1;
await++;

qljs shouldn't error in the above code, but it does.

strager avatar Jul 15 '22 22:07 strager