Skip to content

Correctly parse `async(()=>0)`

Choose a tag to compare

@MatAtBread MatAtBread released this 24 Sep 22:29
· 26 commits to master since this release

Correctly parse async(()=>0) as a call to the Identifer 'async', not a failed attempt to define an async arrow.