summaryrefslogtreecommitdiff
path: root/lib/repl.js
Commit message (Expand)AuthorAgeFilesLines
* src: bootstrap prepare stack trace callback in shadow realmChengzhong Wu2023-04-041-1/+1
* repl: preserve preview on ESCAPE key pressXuguang Mei2023-03-161-3/+2
* repl: add trailing commas in source filesAntoine du Hamel2023-02-241-29/+29
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-15/+15
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-2/+1
* tools: add `ArrayPrototypeConcat` to the list of primordials to avoidAntoine du Hamel2022-12-171-2/+4
* modules: move modules/cjs/helpers.js to modules/helpers.jsJoyee Cheung2022-12-161-1/+1
* repl: improve robustness wrt to prototype pollutionAntoine du Hamel2022-12-141-9/+9
* src,lib: group properties used as constants from `util` bindingDaeyeon Jeong2022-11-241-4/+4
* esm: remove specifier resolution flagGeoffrey Booth2022-10-041-5/+1
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-2/+2
* repl: fix overzealous top-level awaitTobias Nießen2022-07-151-1/+1
* repl: use `SafePromiseAll` and `SafePromiseRace`Antoine du Hamel2022-07-121-2/+2
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-271-38/+41
* tools: report unsafe string and regex primordials as lint errorsAntoine du Hamel2022-06-161-1/+1
* repl: make autocomplete case-insensitiveSergey Petushkov2022-06-121-5/+11
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-1/+14
* module,repl: support 'node:'-only core modulescjihrig2022-03-211-0/+5
* repl: remove preview when press escapemeixg2022-02-221-1/+3
* esm: support https remotely and http locally under flagBradley Farias2022-02-091-1/+1
* repl: #41690 REPL gives wrong autocomplete on literalsXuguang Mei2022-02-101-1/+1
* lib: add comments to empty catch statementsRich Trott2022-02-051-1/+5
* repl: check for precise values rather than falsy in loopsRich Trott2022-01-221-2/+2
* repl: fix and extend require/import tab completeMestery2021-11-251-108/+106
* esm: add support for JSON import assertionAntoine du Hamel2021-11-031-4/+6
* esm: consolidate ESM loader hooksJacob2021-09-111-2/+2
* lib,repl: ignore non-canBeRequiredByUsers built-inXadillaX2021-09-071-1/+1
* repl: do not include legacy getter/setter methods in completionAnna Henningsen2021-08-011-2/+22
* repl: enable --experimental-repl-await /w opt-outhemanth.hm2021-07-161-1/+2
* repl: processTopLevelAwait fallback error handlingejose192021-07-081-2/+34
* repl: ensure correct syntax err for await parsingGuy Bedford2021-07-021-42/+49
* repl: fix Ctrl+C on top level awaitAntoine du Hamel2021-05-151-17/+20
* repl: display prompt once after error callbackAnna Henningsen2021-04-221-2/+5
* lib: enforce using `primordials.globalThis` instead of `global`Antoine du Hamel2021-04-171-3/+4
* lib: avoid mutating `Error.stackTraceLimit` when it is not writableAntoine du Hamel2021-04-151-2/+3
* repl: fix error message printingAnna Henningsen2021-04-131-1/+1
* repl: add auto‑completion for `node:`‑prefixed `require(…)` callsExE Boss2021-03-191-2/+2
* lib: remove use of array destructuringAntoine du Hamel2021-03-031-3/+3
* doc,lib: prepare for stricter multi-line array lintingRich Trott2021-02-191-1/+1
* repl: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-151-3/+3
* repl: add auto‑completion for dynamic import callsExE Boss2021-02-061-1/+78
* repl: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-051-11/+11
* lib: add `bound apply` variants of varargs `primordials`ExE Boss2021-01-281-0/+1
* lib: refactor to use validateObjectZiJian Liu2021-01-281-7/+6
* lib: refactor to use validateFunctionZiJian Liu2021-01-271-2/+6
* repl: refactor to avoid unsafe array iterationraisinten2021-01-181-23/+22
* repl: disable blocking completions by defaultAnna Henningsen2020-12-211-2/+5
* repl: refactor to use more primordialsAntoine du Hamel2020-12-021-116/+174
* lib: use Number.parseFloat from primordialsMichaël Zasso2020-10-071-3/+7
* lib: use global Error constructors from primordialsMichaël Zasso2020-10-071-1/+3