reject invalid for await syntax (#4847)

This commit is contained in:
Alex Lam S.L
2021-04-07 15:37:15 +01:00
committed by GitHub
parent 73a564343b
commit a37ca558dd
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1 @@
for await (; console.log(42););