286 Commits (a886b17bfb48147fa2007b9968e9dce706a408a2)

Author SHA1 Message Date
Anna Henningsen 39d905e293 node: make builtin libs available for `--eval` 9 years ago
Rich Trott 1df84f4f75 debugger: run last command on presssing enter 9 years ago
Anna Henningsen 0b66b8f2d2 repl: don’t complete non-simple expressions 9 years ago
Rich Trott c5afd98b48 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 9 years ago
James M Snell ce145bf358 repl: filter integer keys from repl tab complete list 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
Sakthipriyan Vairamani 59f6b5da2a repl: Prevent crash when tab-completed with Proxy 9 years ago
Rich Trott eabed2f518 repl: remove obsolete TODO 9 years ago
Julien Gilli a198c68b56 repl: make 'Unexpected token' errors recoverable 10 years ago
Sangmin Yoon d735b2c6ef repl: fix tab completion for a non-global context 10 years ago
Vladimir Kurchatkin 6d95f4ff92 smalloc: deprecate whole module 10 years ago
Yazhong Liu 5f33521be5 repl: remove unnecessary check for globals 10 years ago
Yazhong Liu 6edc900b95 repl: support non-array `.scope`, document it 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Chris Dickinson 051d482b15 repl: fix _debugger by properly proxying repl 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Ben Noordhuis 2b2e48a4b9 lib: don't error in repl when cwd doesn't exist 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Xiaowei Li b7365c1559 repl: make REPL support multiline template literals 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago