275 Commits (ca1bae6f3eebab5ccbb22f6ea8676378d4946549)

Author SHA1 Message Date
Ben Noordhuis 2952512b86
lib: replace \u2019 with regular ascii quote 8 years ago
Michaël Zasso fe2f058f17
repl: remove workaround for function redefinition 8 years ago
Rich Trott 1438d00119
benchmark,lib,test: adjust for linting 8 years ago
Rich Trott fc2db50021 test,repl: add coverage for repl .clear+useGlobal 8 years ago
Anna Henningsen e7b656db6e Revert "repl: disable Ctrl+C support on win32 for now" 9 years ago
Evan Lucas 6796bf4829 repl: allow autocompletion for scoped packages 8 years ago
Michaël Zasso 05332942e2 tools: enforce linebreak after ternary operators 8 years ago
Teddy Katz a0f6cc718a repl: avoid parsing division operator as regex 8 years ago
Prince J Wesley 6087e361e5 repl: preprocess only for defaultEval 8 years ago
Teddy Katz 9099664959
repl: fix generator function preprocessing 8 years ago
Rich Trott 60461d2d90 repl: refactor lib/repl.js 8 years ago
Pedro Victor 071836aa42 repl: name anonymous functions 8 years ago
Anna Henningsen 0b9d80a037 repl: don’t write to input stream in editor mode 8 years ago
Anna Henningsen 1c59cefc44 repl: make `key` of `repl.write()` optional always 8 years ago
Rich Trott 2cdd5ccef9 test,lib,benchmark: match function names 9 years ago
Myles Borins ab33ed01f3 lib: remove let from for loops 9 years ago
Rich Trott 4316f4df31 test,lib: align arguments in multiline calls 9 years ago
Roman Reiss 39fbb5adf5
repl: improve .help message 9 years ago
Prince J Wesley 5bef38b627
repl: Auto alignment for .editor mode 9 years ago
Prince J Wesley f6a74345d1
repl: Failed to save editor mode text in `.save` 9 years ago
Evan Lucas 76007079ec Revert "repl,util: insert carriage returns in output" 9 years ago
JungMinu fce4b981ea repl,util: insert carriage returns in output 9 years ago
Anna Henningsen f59b8888f1 repl: disable Ctrl+C support on win32 for now 9 years ago
Prince J Wesley b779eb423d
repl: Add editor mode support 9 years ago
Prince J Wesley 488d28d391 repl: deprecate unused function convertToContext 9 years ago
Prince J Wesley 68ac0d0d7d
repl: Use displayErrors for SyntaxError 9 years ago
Evan Lucas 392c70a827 repl: prevent undefined ref in completion 9 years ago
Prince J Wesley bb9eabec40 repl: Mitigate vm #548 function redefinition issue 9 years ago
Diosney Sarmiento 9fbe456db1 repl: add support for custom completions 9 years ago
Ali Ijaz Sheikh a33909e107
repl: fix repl after V8 upgrade 9 years ago
Lance Ball c0e48bf27d repl: Enable tab completion for global properties 9 years ago
Prince J Wesley 9d56c4079a repl: fix tab completion for defined commands 9 years ago
Evan Lucas 3f5623dd46 readline: allow passing prompt to constructor 9 years ago
Anna Henningsen 6a93ab11a9
repl: break on sigint/ctrl+c 9 years ago
Rich Trott de0aa23ad7 repl: refine handling of illegal tokens 9 years ago
Blake Embrey 9552e3b4af repl: exports `Recoverable` 9 years ago
Rich Trott a56da51a38 benchmark,test,lib: remove extra spaces 9 years ago
Anna Henningsen 3ee68f794f repl: don’t complete expressions when eval fails 9 years ago
Rich Trott 31600735f4 lib,test,tools: alignment on variable assignments 9 years ago
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