6 Commits (6b85d5a4b356598e2a561ed23e6019bc45456bc8)

Author SHA1 Message Date
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
Fedor Indutny ae5e23310e repl: remove double calls where possible 13 years ago
seebees 3421f43351 .load, .save and local scope tab completion 13 years ago
Ben Noordhuis 018e110cd1 test: replace .addListener() calls with .on() 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl 665a4e4a1d Fix test/simple/test-repl 13 years ago
Ryan Dahl 03a119eb70 Improve win compat of test-repl 13 years ago
koichik 8faf941109 Fixes #1267. 13 years ago
Ryan Dahl 8b2f5af2a0 Revert "Fixes #1267." 13 years ago
koichik 04c9169892 Fixes #1267. 13 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 129217a4e9 Increase timeout on test-repl to 5 seconds 14 years ago
Ryan Dahl feb77eab65 Fix REPL for named functions 14 years ago
Ryan Dahl 8b352bdc5d Add '{a:1}' to REPL tests 14 years ago
Oleg Efimov 0665f0271e GJSLint all simple tests exclude http-*, url, path 14 years ago
Oleg Efimov 0ce9cbab29 GJSLint continue 14 years ago
Ryan Dahl 02cc39f221 Check for global leaks in all tests 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Ryan Dahl 08d8116f6b style 14 years ago
Ryan Dahl cd48649c61 Require without .js in test-repl 14 years ago
Marco Rogers 118b88e44f update repl to distinguish JSON.parse SyntaxErrors from the rest 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Ryan Dahl 4962702e4a Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540 14 years ago
Ryan Dahl 4fe5e86a7e Don't refer to private API in test-repl 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Ruben Rodriguez 242161bef2 Added new API to Script, and implemented it in the REPL 15 years ago