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
Feel free to follow up in the linked issue when nodejs/node#13209 gets closed. Ideally we don't have to do anything and it just works, but since there's transpiling that might not be true. I just don't want to deviate too much from what node.js supports.
The repl doesn't run in an async function which means you can't do ex.
and instead have to use
.then()
or wrap your line in an async IIFE which is ugly.See also:
https://twitter.com/umaar/status/897408737694109697
The text was updated successfully, but these errors were encountered: