repl: allow `await` in REPL · Issue #13209 · nodejs/node

I've seen this requested a few times in StackOverflow now: People have code that is asynchronous and would like to use values from it in the REPL: // how do I access in the REPL? returns promise Tr...