You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.
Closestc39#132
Note that `await` in module contexts is always a keyword, so the
"Contains `await`" static semantics in this patch will never match an
`await` identifier.
Closes#132
Note that `await` in module contexts is always a keyword, so the
"Contains `await`" static semantics in this patch will never match an
`await` identifier.
Confirming that it is intended that
for await
is also available at module top level, in addition to AwaitExpression.I see no reason that this should not be the case, so it seems the case that step 12 of ParseModule needs to be patched to be aware of
for await
.The text was updated successfully, but these errors were encountered: