dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Convert utils to ES2015 #244

Closed milesj closed 7 years ago

milesj commented 7 years ago

Converts the util file to ES2015 while also separating each function into its own file.

milesj commented 7 years ago

@dthree I'm having a small issue I can't figure out. When testing the examples/prompt code, and whenever I type, it displays an "undefined" log. For example.

screen shot 2017-06-22 at 19 03 00

When I hit enter, the text I was typing pops up.

screen shot 2017-06-22 at 19 03 08

If you could point into the general direction on where this may be, that would be super helpful.

milesj commented 7 years ago

@dthree Bump ^