mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 14:23:58 +00:00

PR-URL: https://github.com/nodejs/node/pull/38273 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Mary Marchini <oss@mmarchini.me>
5 lines
256 B
Plaintext
5 lines
256 B
Plaintext
*%(basename)s:5: SyntaxError: await is only valid in async functions and the top level bodies of modules
|
|
function f() { await Promise.resolve(); }
|
|
^^^^^
|
|
SyntaxError: await is only valid in async functions and the top level bodies of modules
|