Trying ```js const f = () => await 2; ``` Gives a `SyntaxError` (using `await` outside an async function), but it's not caught by ErrorJS.