229 Commits (a983400ac2a5b73f1a4fc19464c116046f5f93fa)

Author SHA1 Message Date
Rich Trott 3d45b35f73 repl: refactor lib/repl.js 8 years ago
Myles Borins 423846053b lib: remove let from for loops 8 years ago
Lance Ball 8198dbc5a4 repl: Enable tab completion for global properties 9 years ago
Prince J Wesley c8e9adb135 repl: fix tab completion for defined commands 9 years ago
Rich Trott aaeeec4765 lib,test,tools: alignment on variable assignments 9 years ago
Jackson Tian c4103b154f lib: refactor code with startsWith/endsWith 9 years ago
Prince J Wesley acbce4b72b repl: fix stack trace column number in strict mode 9 years ago
Jackson Tian 108fc90dd7 lib: reduce usage of `self = this` 9 years ago
Prince J Wesley e7f45f0a17 repl: handle quotes within regexp literal 9 years ago
Rich Trott ff7577214c repl: remove variable redeclaration 9 years ago
Evan Lucas 9855fab05f repl: use String#repeat instead of Array#join 9 years ago
Ben Noordhuis 41882e4077 repl: fix require('3rdparty') regression 9 years ago
Ben Noordhuis 6a7c9d9293 util: move .decorateErrorStack to internal/util 9 years ago
Ben Noordhuis 0ae90ecd3d module,repl: remove repl require() hack 9 years ago
cjihrig 93afc39d4a repl: attach location info to syntax errors 9 years ago
Prince J Wesley d4806675a6 repl: display error message when loading directory 9 years ago
Hemanth.HM 4d91c50bbd repl: To exit, press ^C again or type .exit. 9 years ago
Sakthipriyan Vairamani 8a2c4aeeaa repl: handle comments properly 9 years ago
Rich Trott f49c7c6955 lib: avoid REPL exit on completion error 9 years ago
Sakthipriyan Vairamani cb971cc97d 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
Sakthipriyan Vairamani afd7e37ee0 repl: better empty line handling 10 years ago
Sakthipriyan Vairamani 81ea52aa01 repl: improving line continuation handling 10 years ago
Sakthipriyan Vairamani 30edb5aee9 repl: preventing REPL crash with inherited properties 10 years ago
Sakthipriyan Vairamani 77fa385e5d repl: fixing `undefined` in invalid REPL keyword error 10 years ago
Sakthipriyan Vairamani 59f6b5da2a repl: Prevent crash when tab-completed with Proxy 10 years ago
Rich Trott eabed2f518 repl: remove obsolete TODO 10 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
Ben Noordhuis db595b2de6 lib: reintroduce v8 module 10 years ago
Bert Belder 2b6a0f85f3 src: remove the tracing module entirely 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 1a84ba2d66 repl: proper `setPrompt()` and `multiline` support 11 years ago
Fedor Indutny 1a52d6abcc Revert "repl: fix overwrite for this._prompt" 11 years ago
Yazhong Liu 7166b55015 repl: fix overwrite for this._prompt 11 years ago