256 Commits (82b7894d3b539a02ad115d7287dcc429f6be5a94)

Author SHA1 Message Date
Prince J Wesley 6f20f477c4 repl: Auto alignment for .editor mode 8 years ago
Ali Ijaz Sheikh 66e66e59a4 repl: fix repl after V8 upgrade 9 years ago
Prince J Wesley 60c50468e3 repl: Failed to save editor mode text in `.save` 8 years ago
Evan Lucas ffb2db8285 Revert "repl,util: insert carriage returns in output" 8 years ago
JungMinu 08e6eeee70 repl,util: insert carriage returns in output 9 years ago
Anna Henningsen d9c9e46780 repl: disable Ctrl+C support on win32 for now 9 years ago
Prince J Wesley 4875aa2aa2 repl: Add editor mode support 9 years ago
Prince J Wesley fc3ba2ff4f repl: Use displayErrors for SyntaxError 9 years ago
Diosney Sarmiento b3164ae22e repl: add support for custom completions 9 years ago
Evan Lucas 980f4da8c4 repl: prevent undefined ref in completion 9 years ago
Prince J Wesley 72fc4ebca2 repl: Mitigate vm #548 function redefinition issue 9 years ago
Lance Ball c39f6c0204 repl: Enable tab completion for global properties 9 years ago
Prince J Wesley ca95a84bc4 repl: fix tab completion for defined commands 9 years ago
Evan Lucas 6b1fc63dcb readline: allow passing prompt to constructor 9 years ago
Anna Henningsen da8e510ee0 repl: break on sigint/ctrl+c 9 years ago
Rich Trott e8c91e7557 repl: refine handling of illegal tokens 9 years ago
Blake Embrey ce2d5be4a1 repl: exports `Recoverable` 9 years ago
Rich Trott 955c90d725 benchmark,test,lib: remove extra spaces 9 years ago
Anna Henningsen bd2cee1b10 repl: don’t complete expressions when eval fails 9 years ago
Rich Trott 6f073ce9db lib,test,tools: alignment on variable assignments 9 years ago
Anna Henningsen b7e87172ff node: make builtin libs available for `--eval` 9 years ago
Rich Trott 3479eee751 debugger: run last command on presssing enter 9 years ago
Anna Henningsen 4f5bb8b088 repl: don’t complete non-simple expressions 9 years ago
Rich Trott 16f011ef1c repl: refactor repl.js 9 years ago
Jackson Tian 91466b855f lib: refactor code with startsWith/endsWith 9 years ago
Jackson Tian d2b93e55cc lib: reduce usage of `self = this` 9 years ago
Prince J Wesley a38d6ad4be repl: support standalone blocks 9 years ago
Lance Ball ad8257fa5b repl: Assignment of _ allowed with warning 9 years ago
Prince J Wesley 40d57b714e repl: fix stack trace column number in strict mode 9 years ago
cjihrig ee7754be47 repl: accept no arguments to start() 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
Rich Trott ba81d152ec repl: remove variable redeclaration 9 years ago
Evan Lucas 50125e27b7 repl: use String#repeat instead of Array#join 9 years ago
Prince J Wesley aad6b9f0eb repl: display error message when loading directory 9 years ago
Ben Noordhuis 213ede6cee repl: fix require('3rdparty') regression 9 years ago
Zirak 451254ed25 repl: allow leading period in multiline input 9 years ago
Ben Noordhuis 04b1a2f756 util: move .decorateErrorStack to internal/util 9 years ago
Ben Noordhuis ee72ee7531 module,repl: remove repl require() hack 9 years ago
cjihrig 459b106d6c repl: attach location info to syntax errors 9 years ago
Wyatt Preul 007cfea308 util: remove pump 9 years ago
Hemanth.HM 354f9ce458 repl: To exit, press ^C again or type .exit. 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Sakthipriyan Vairamani 6cf19103b6 repl: handle comments properly 9 years ago
Jeremiah Senkpiel ecab7a6bee repl: event ordering: delay 'close' until 'flushHistory' 9 years ago
Rich Trott b354be7761 lib: avoid REPL exit on completion error 9 years ago
Sakthipriyan Vairamani fcfd87d7e1 repl: backslash bug fix 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
James M Snell ce145bf358 repl: filter integer keys from repl tab complete list 10 years ago
Sakthipriyan Vairamani ea05e760cd repl: don't clobber RegExp.$ properties 10 years ago