279 Commits (52577f9bc3bd1189293629d61202f48738a9d8e6)

Author SHA1 Message Date
Lance Ball 421365d463
repl: force editorMode in .load 7 years ago
Shivanth MP 362a7c0d8b
repl: do not consider `...` as a REPL command 8 years ago
Vse Mozhet Byt 38ae5c4e34
doc, lib, test: do not re-require needlessly 8 years ago
Vse Mozhet Byt 01d82d843b
tools: use no-use-before-define ESLint rule 8 years ago
Ruben Bridgewater 81edf592ae
lib: fix typos 8 years ago
Marcel Laverdet 6e60c838c9
vm: fix displayErrors in runIn.. functions 8 years ago
Vse Mozhet Byt edbe442938
cluster, dns, repl, tls, util: fix RegExp nits 8 years ago
Anna Henningsen 827411c1c0
Revert "repl: disable Ctrl+C support on win32 for now" 8 years ago
Myles Borins 64fc5a4541 Revert "Revert "repl: disable Ctrl+C support..." 8 years ago
Rich Trott b4cf8c4036
benchmark,lib,test: adjust for linting 8 years ago
Rich Trott 73283060ad
test,repl: add coverage for repl .clear+useGlobal 8 years ago
Anna Henningsen 1d400ea484 Revert "repl: disable Ctrl+C support on win32 for now" 8 years ago
Evan Lucas 57c4c6f5ae repl: allow autocompletion for scoped packages 8 years ago
Teddy Katz fac61118f9 repl: avoid parsing division operator as regex 8 years ago
Prince J Wesley 86efc93a41 repl: preprocess only for defaultEval 8 years ago
Teddy Katz eba4f9a3ff repl: fix generator function preprocessing 8 years ago
Rich Trott 70062f7cd7 repl: refactor lib/repl.js 8 years ago
Anna Henningsen 58b60fc79d repl: don’t write to input stream in editor mode 8 years ago
Anna Henningsen ed3de0854e repl: make `key` of `repl.write()` optional always 8 years ago
Rich Trott 7b75cb9e5a test,lib,benchmark: match function names 8 years ago
Myles Borins ba361a2aa0 lib: remove let from for loops 8 years ago
Rich Trott 4492cc3e25 test,lib: align arguments in multiline calls 8 years ago
Roman Reiss 8c91a9b848 repl: improve .help message 8 years ago
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