thlorenz / replpad

Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.
http://thlorenz.github.com/replpad/
MIT License
213 stars 19 forks source link

to update esprima and escodegen versions, to support es6 syntax (Error: 'ERR! Unable to parse source from:') #26

Open mike-v1 opened 8 years ago

mike-v1 commented 8 years ago

After update versions of esprima and escodegen packages(in package.json), all it works(now supporting es6 syntax)

bas080 commented 8 years ago

Why has this not been merged yet? I almost exclusively work with es6 and having this work would make work easier for me.