Skip to content

Disambiguate between nested `async throw` and `throw`

Choose a tag to compare

@MatAtBread MatAtBread released this 16 Feb 22:03
· 69 commits to master since this release

Ensure a nested async throw exits immediately if nested within a synchronous try...catch block. Add nested-throw.js test.