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
I'm not sure if vm.Script is supposed to support TLA? Maybe worth an issue in the node repo, but I suppose it's on purpose since I think Scripts has to evaluated synchronously. Not 100% certain though.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
I've added
'@babel/plugin-syntax-top-level-await'
and am passing--harmony-top-level-await
to Node v13.10, but Jest still returns a syntax error:Are there plans to support top-level await in tests, perhaps part of #9430?
The text was updated successfully, but these errors were encountered: