31 Commits (4fbe7a5fabbdcf9877fd1aa2b9e8c5ef40bd1306)

Author SHA1 Message Date
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. 14 years ago
Ryan Dahl 8b2f5af2a0 Revert "Fixes #1267." 14 years ago
koichik 04c9169892 Fixes #1267. 14 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
Ryan Dahl 14414f81f3 Soft deprecation of 'listening' event. 15 years ago
Ryan Dahl a6942b345d Fix test-repl 15 years ago
Matt Ranney afe3c1cdea Buffer partial reads before doing expect match. 15 years ago
Matt Ranney b7441040f8 REPL can be run from multiple different streams. 15 years ago