zenparsing / es6now

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

Line continuation in REPL does not work for Node 0.11.14 #41

Closed zenparsing closed 9 years ago

zenparsing commented 9 years ago
>>> class C {
SyntaxError: Unexpected end of input
    at REPLServer.REPL.start.eval (/usr/local/lib/node_modules/es6now/build/es6now.js:11174:25)
    at bound (domain.js:254:14)
    at REPLServer.runBound [as eval] (domain.js:267:12)
    at REPLServer.<anonymous> (repl.js:280:12)
    at REPLServer.emit (events.js:107:17)
    at REPLServer.Interface._onLine (readline.js:206:10)
    at REPLServer.Interface._line (readline.js:535:8)
    at REPLServer.Interface._ttyWrite (readline.js:812:14)
    at ReadStream.onkeypress (readline.js:108:10)
    at ReadStream.emit (events.js:110:17)
zenparsing commented 9 years ago

Fixed in 8ba4f2417013f1e6f27d1e01172535abfe992429