31 Commits (2554549ab5410745c4312a3b039e31e1620e05ab)

Author SHA1 Message Date
Prince J Wesley bb9eabec40 repl: Mitigate vm #548 function redefinition issue 8 years ago
Ali Ijaz Sheikh 9940766f8a
test: fix tests after V8 upgrade 9 years ago
Brian White 2bc7841d0f
test: use random ports where possible 9 years ago
Rich Trott de0aa23ad7 repl: refine handling of illegal tokens 9 years ago
Michaël Zasso b68827b1d1 test: update error message for JSON.parse 9 years ago
Rich Trott 3df16b1dc8 test: explicitly set global in test-repl 9 years ago
Brian White ef6c4c694f test: fix flaky test-repl 9 years ago
Prince J Wesley a38d6ad4be repl: support standalone blocks 9 years ago
Prince J Wesley 40d57b714e repl: fix stack trace column number in strict mode 9 years ago
Zirak a06066ca31 repl: allow multiline function call 9 years ago
Prince J Wesley 211018fe72 repl: handle quotes within regexp literal 9 years ago
Michaël Zasso d1aabd6264 test: fix style issues after eslint update 9 years ago
Zirak 451254ed25 repl: allow leading period in multiline input 9 years ago
Ben Noordhuis ee72ee7531 module,repl: remove repl require() hack 9 years ago
Sakthipriyan Vairamani 6cf19103b6 repl: handle comments properly 9 years ago
Rich Trott 676e61872f test: apply correct assert.fail() arguments 9 years ago
Michaël Zasso bbdbef9274 test: fix tests after V8 upgrade 9 years ago
Rich Trott a1040f2065 test: refresh temp directory when using pipe 9 years ago
Sakthipriyan Vairamani fcfd87d7e1 repl: backslash bug fix 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
Sakthipriyan Vairamani ea05e760cd repl: don't clobber RegExp.$ properties 9 years ago
Sakthipriyan Vairamani afd7e37ee0 repl: better empty line handling 9 years ago
Sakthipriyan Vairamani 81ea52aa01 repl: improving line continuation handling 9 years ago
Sakthipriyan Vairamani 30edb5aee9 repl: preventing REPL crash with inherited properties 9 years ago
Sakthipriyan Vairamani 77fa385e5d repl: fixing `undefined` in invalid REPL keyword error 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Ben Noordhuis 36cd5fb9d2 deps: upgrade v8 to 4.2.77.13 10 years ago
Xiaowei Li b7365c1559 repl: make REPL support multiline template literals 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 6e9d1c8684 test: fix parallel/test-repl with new v8 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Fedor Indutny 1a52d6abcc Revert "repl: fix overwrite for this._prompt" 10 years ago
Yazhong Liu 7166b55015 repl: fix overwrite for this._prompt 10 years ago
Yazhong Liu 613654e882 test: fix multiple_line problem in match 10 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
isaacs 4631c503e3 repl: Catch syntax errors better 11 years ago
Ben Noordhuis 8a65df9baa test: fix up indentation, replace tabs with spaces 11 years ago
Brian White 774b28fde7 repl: fix JSON.parse error check 12 years ago
Nathan Rajlich 085f9d636b repl: isSyntaxError() catches "strict mode" errors 12 years ago
Felix Böhm 9bce5e8f3e repl: make built-in modules available by default 12 years ago
Nirk Niggler 0459a23063 REPL: fix floating point number parsing 12 years ago
Ben Noordhuis b6e989759b repl: don't interpret floating point numbers 12 years ago
Nathan Rajlich b1e78cef09 repl: ensure each REPL instance gets its own "context" 12 years ago
Nathan Rajlich 3b7312d23a repl: make "end of input" JSON.parse() errors throw in the REPL 12 years ago
Nathan Rajlich f1722a280c repl: make invalid RegExp modifiers throw in the REPL 12 years ago
Nathan Rajlich 4a2670740c repl: make invalid RegExps throw in the REPL 12 years ago
Nathan Rajlich 9126dd2d90 repl: fix passing an empty line inserting "undefined" into the buffer 12 years ago
Maciej Małecki 6a11f3edf4 repl: fix crashes when buffering command 12 years ago
isaacs 28e851c169 Warn about running npm in the repl 13 years ago
Nathan Rajlich aab7cb7dfe test: fix failing test-repl.js 13 years ago