zenparsing / es6now

ECMAScript 6 to 5 Compiler and Runtime Environment
MIT License
29 stars 2 forks source link

Promises in REPL #32

Open zenparsing opened 10 years ago

zenparsing commented 10 years ago

We currently wait for promises returned from the REPL, but this doesn't work quite right. Ideally we would be able to use "await" within the REPL.