2021-06-08 14:04:59 +02:00
|
|
|
*%(basename)s:5: SyntaxError: await is only valid in async functions and the top level bodies of modules
|
2017-10-18 15:03:02 -07:00
|
|
|
function f() { await Promise.resolve(); }
|
|
|
|
^^^^^
|
2021-06-08 14:04:59 +02:00
|
|
|
SyntaxError: await is only valid in async functions and the top level bodies of modules
|