I would like to add support to async/await to node repl
Following this issue: https://github.com/nodejs/node/issues/8382
I\'ve tried to use this one https://gith
As of node ^10, you can use the following flag when starting the repl:
node --experimental-repl-await $ await myPromise()