tlrobinson / node-repl-promised

Make any Node.js REPL support promises (Promises/A+).
16 stars 2 forks source link

Handled the auto completes on the repl. #1

Closed udnisap closed 8 years ago

udnisap commented 8 years ago

Autocomplete is also using eval and this implementation will make sure the autocompletes work as well fixes #2

tlrobinson commented 8 years ago

Thanks!

udnisap commented 8 years ago

can you publish this version to npm? Thanks in advance and a neat implementation :+1: