155 Commits (80ea63b95810e60fcdeaf3db67fec60c27b49832)

Author SHA1 Message Date
isaacs 8e57398b20 Fix #2034 repl message for .clear when useGlobal=true 13 years ago
Damon Oehlman 744ed46970 repl: fix repl.start not passing the `ignoreUndefined` arg to the REPLServer constructor 13 years ago
Fedor Indutny c07edd90f5 preserve cursor pos 13 years ago
seebees 3421f43351 .load, .save and local scope tab completion 13 years ago
Fedor Indutny 9ad27f7853 ignore undefined messages in the debugger repl 13 years ago
Nathan Rajlich bdb9d09aef Print out `undefined` on the REPL when returned. 13 years ago
isaacs 2d02e6a992 Add useGlobal flag for standard node repl 13 years ago
isaacs caf70f5e94 Revert "Don't use a separate context for the repl." 13 years ago
Nathan Rajlich 95d530f2b4 repl: print out `undefined` 13 years ago
isaacs b70fed48a7 Don't use a separate context for the repl. 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Bert Belder 81425598db Enable console colors on windows by default 13 years ago
Fedor Indutny 67706b8bb7 Export disableColors from repl, share with debugger 13 years ago
Fedor Indutny 2010071339 readline: custom streams support 13 years ago
Fedor Indutny 1e37efb08b initial tests 13 years ago
isaacs e06ce7562c Fix #1707 hasOwnProperty usage 13 years ago
isaacs 98990b9779 Fix #1707 hasOwnProperty usage 13 years ago
Fedor Indutny 41a41825f6 micro-refactor, use rli.output.write instead of rli.write ('line' event was emitted for those writes) 13 years ago
Fedor Indutny 57388d8b2e [repl] add error handling for async scope fetching 13 years ago
Fedor Indutny df480e0357 fix syntax error handling for 'throw ...', fix return value assertion 13 years ago
Fedor Indutny e13ed4a8d0 [repl, readline] refactor async completion and execution 13 years ago
Fedor Indutny 0d4dc3a8b5 [repl] let self.eval be configurable on REPLServer initialization 13 years ago
Fedor Indutny eab65e214e [repl] Async global completion 13 years ago
Fedor Indutny 71a9aefa0f [readline, repl] Fix completion grouping, fix parens eval results 13 years ago
Fedor Indutny 42b8b77d9f [repl, readline] async interface 13 years ago
Nathan Rajlich cf24f561a3 repl: don't eval twice when an Error is thrown 13 years ago
Nathan Rajlich 8ec31a3362 Use Object.getPrototypeOf() on the object in the REPL tab-completion. 13 years ago
Robert Mustacchi de0b8d601c jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js 13 years ago
isaacs c050d0fa19 Finish removing require.paths 13 years ago
isaacs bbffd9e502 Close #983 Better JSON.parse error detection 14 years ago
Tim Baumann 6c7c4aeab6 Don't overwrite an user-specified repl.writer 14 years ago
Wade Simmons d00739ce56 make it possible to do repl.start('', stream) 14 years ago
isaacs 0b3ecc05a6 Close #955 Change ^C handling in REPL 14 years ago
Ben Weaver d63a551f86 Update how REPLServer uses contexts 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
isaacs a48f73d0d3 Closes GH-232 Make the repl's global the right thing 14 years ago
isaacs 2cfe7b847d Closes GH-184 Clear require cache on repl .clear 14 years ago
isaacs f07041e6cd Make the repl respect node_modules folders. 14 years ago
Ryan Dahl 192d2e0803 REPL: disable colors in windows for now 14 years ago
Ryan Dahl 9e976abad9 lint 14 years ago
Ryan Dahl ba80d4d8a9 Transfer data gathering responsibility to readline 14 years ago
Bert Belder 4475b76535 Readline: use symbolic key names instead of ascii control codes 14 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Bert Belder 1ac133ea6f Replace string magic + path.join by path.resolve 14 years ago
Ryan Dahl b6dafc1a47 Allow for two streams in REPL 14 years ago
Ryan Dahl feb77eab65 Fix REPL for named functions 14 years ago
Ryan Dahl c82fe30ca1 repl.js style 14 years ago
Ryan Dahl 00974df3e5 Allow for evaling statements in REPL too 14 years ago
Ryan Dahl b45698e676 Improve how REPL commands are evaled 14 years ago
Brian White 6d75c06e64 Add os module to repl's built-in lib list 14 years ago