301 Commits (e506bcd899b3530ec69bdc00d5bac469b5753081)

Author SHA1 Message Date
Lance Ball 2ca9f94e33
repl: make REPLServer.bufferedCommand private 7 years ago
Shivanth MP 46d3ff2af9
repl: do not consider `...` as a REPL command 7 years ago
Rich Trott 8cccdd96f5 lib: adjust indentation for impending lint change 7 years ago
Alexey Orlenko 45b730ec42
repl: improve require() autocompletion 7 years ago
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 7 years ago
Vse Mozhet Byt 4f87522244 doc, lib, test: do not re-require needlessly 7 years ago
Benjamin Gruenbaum 030a0285d8 repl: don't terminate on null thrown 7 years ago
XadillaX 7d7ccf0631
repl: fix crash with large buffer tab completion 7 years ago
Vse Mozhet Byt 5100cc6851 tools: use no-use-before-define ESLint rule 7 years ago
Ruben Bridgewater c474f88987
lib: fix typos 7 years ago
Vse Mozhet Byt 878990498a readline,repl,url,util: remove needless capturing 7 years ago
Dan Homola aff8d358fa errors, repl: migrate to use internal/errors.js 8 years ago
Vse Mozhet Byt 390fa0380e cluster, dns, repl, tls, util: fix RegExp nits 7 years ago
Nikolai Vavilov 3d9e7bb1d4 repl: remove unused function convertToContext 7 years ago
Marcel Laverdet 3c5bfba28b
vm: fix displayErrors in runIn.. functions 8 years ago
Brian White b45abfda5f
repl: fix permanent deoptimizations 8 years ago
James M Snell ae9e640f30 repl: avoid using forEach 8 years ago
Jan Krems c7b60165a6 repl: Empty command should be sent to eval function 8 years ago
Blake Embrey 39d9afe279 repl: refactor `LineParser` implementation 9 years ago
Brian White c67207731f
lib: simplify Module._resolveLookupPaths 8 years ago
Brian White 28dc848e70
lib: improve method of function calling 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Timothy Gu 3f27f02da0 repl: docs-only deprecation of magic mode 8 years ago
Timothy Gu b77c89022b repl: remove magic mode semantics 8 years ago
Michaël Zasso 193468667b tools: enable one-var-declaration-per-line ESLint rule 8 years ago
Ben Noordhuis fd8587eb38 lib: replace \u2019 with regular ascii quote 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Michaël Zasso 007386ee81 repl: remove workaround for function redefinition 8 years ago
Rich Trott 338d09d25b test,repl: add coverage for repl .clear+useGlobal 8 years ago
Rich Trott a68987c154 benchmark,lib,test: adjust for linting 8 years ago
Evan Lucas e248f7f9e7 repl: allow autocompletion for scoped packages 8 years ago
Michaël Zasso 966e5cfb81 tools: enforce linebreak after ternary operators 8 years ago
Teddy Katz 9d493d0064
repl: avoid parsing division operator as regex 8 years ago
Prince J Wesley 9366b8d90a
repl: preprocess only for defaultEval 8 years ago
Teddy Katz 24a98dd810
repl: fix generator function preprocessing 8 years ago
Anna Henningsen 2e2887579f
Revert "repl: disable Ctrl+C support on win32 for now" 8 years ago
Rich Trott 5cbb7a887a repl: refactor lib/repl.js 8 years ago
Pedro Victor e658f5b066
repl: name anonymous functions 8 years ago
Anna Henningsen 3dfc12793f
repl: don’t write to input stream in editor mode 8 years ago
Anna Henningsen 8b6fd4386a
repl: make `key` of `repl.write()` optional always 8 years ago
Rich Trott 68ba9aa0fb test,lib,benchmark: match function names 8 years ago
Myles Borins 2e568d95bd lib: remove let from for loops 8 years ago
Rich Trott 4316f4df31 test,lib: align arguments in multiline calls 8 years ago
Roman Reiss 39fbb5adf5
repl: improve .help message 8 years ago
Prince J Wesley 5bef38b627
repl: Auto alignment for .editor mode 8 years ago
Prince J Wesley f6a74345d1
repl: Failed to save editor mode text in `.save` 8 years ago
Evan Lucas 76007079ec Revert "repl,util: insert carriage returns in output" 8 years ago
JungMinu fce4b981ea repl,util: insert carriage returns in output 8 years ago
Anna Henningsen f59b8888f1 repl: disable Ctrl+C support on win32 for now 8 years ago
Prince J Wesley b779eb423d
repl: Add editor mode support 8 years ago