dthree / vorpal

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

Update lib/history.js to ES2015 #240

Closed Nathan-Schwartz closed 7 years ago

Nathan-Schwartz commented 7 years ago

All tests pass and the file runs in Node without babel. The linter passes for this file, aside from rules would have me change existing variable names (no-underscore-dangle, no-shadow). Let me know if I should take care of those errors as well, I didn't want to jump the gun.

Nathan-Schwartz commented 7 years ago

@milesj Good to know, will do. Updated 👍

Nathan-Schwartz commented 7 years ago

@milesj Good catch, updated

milesj commented 7 years ago

+167 −167. Nice!