Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-22module,repl: support 'node:'-only core modulescjihrig
2022-02-23repl: remove preview when press escapemeixg
2022-02-10esm: support https remotely and http locally under flagBradley Farias
2022-02-10repl: #41690 REPL gives wrong autocomplete on literalsXuguang Mei
2022-02-05lib: add comments to empty catch statementsRich Trott
2022-01-23repl: check for precise values rather than falsy in loopsRich Trott
2021-11-25repl: fix and extend require/import tab completeMestery
2021-11-04esm: add support for JSON import assertionAntoine du Hamel
2021-09-12esm: consolidate ESM loader hooksJacob
2021-09-07lib,repl: ignore non-canBeRequiredByUsers built-inXadillaX
2021-08-01repl: do not include legacy getter/setter methods in completionAnna Henningsen
2021-07-17repl: enable --experimental-repl-await /w opt-outhemanth.hm
2021-07-08repl: processTopLevelAwait fallback error handlingejose19
2021-07-03repl: ensure correct syntax err for await parsingGuy Bedford
2021-05-15repl: fix Ctrl+C on top level awaitAntoine du Hamel
2021-04-22repl: display prompt once after error callbackAnna Henningsen
2021-04-17lib: enforce using `primordials.globalThis` instead of `global`Antoine du Hamel
2021-04-15lib: avoid mutating `Error.stackTraceLimit` when it is not writableAntoine du Hamel
2021-04-13repl: fix error message printingAnna Henningsen
2021-03-19repl: add auto‑completion for `node:`‑prefixed `require(…)` callsExE Boss
2021-03-03lib: remove use of array destructuringAntoine du Hamel
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-02-16repl: refactor to avoid unsafe array iterationAntoine du Hamel
2021-02-06repl: add auto‑completion for dynamic import callsExE Boss
2021-02-05repl: refactor to avoid unsafe array iterationAntoine du Hamel
2021-01-28lib: add `bound apply` variants of varargs `primordials`ExE Boss
2021-01-28lib: refactor to use validateObjectZiJian Liu
2021-01-27lib: refactor to use validateFunctionZiJian Liu
2021-01-19repl: refactor to avoid unsafe array iterationraisinten
2020-12-21repl: disable blocking completions by defaultAnna Henningsen
2020-12-02repl: refactor to use more primordialsAntoine du Hamel
2020-10-07lib: use Number.parseFloat from primordialsMichaël Zasso
2020-10-07lib: use global Error constructors from primordialsMichaël Zasso
2020-09-28repl: standardize Control key indicationsRich Trott
2020-08-08repl: use _Node.js_ in user-facing REPL textRich Trott
2020-08-08repl: use _REPL_ in user-facing textRich Trott
2020-08-05repl: improve static import error message in replMyles Borins
2020-08-04repl: give repl entries unique namesBradley Farias
2020-07-06repl: fix verb conjugation in deprecation messageRich Trott
2020-06-26Revert "repl: always check for NODE_REPL_MODE environment variable"Anna Henningsen
2020-06-25repl: always check for NODE_REPL_MODE environment variableRuben Bridgewater
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-23repl: add builtinModulesRuben Bridgewater
2020-05-23repl: remove deprecated repl.memory functionRuben Bridgewater
2020-05-23repl: remove deprecated repl.turnOffEditorMode() functionRuben Bridgewater
2020-05-23repl: remove deprecated repl.parseREPLKeyword() functionRuben Bridgewater
2020-05-23repl: remove deprecated bufferedCommand propertyRuben Bridgewater
2020-05-23repl: remove deprecated .rliRuben Bridgewater
2020-05-20repl: simplify repl autocompletionRuben Bridgewater
2020-05-20repl: support optional chaining during autocompletionRuben Bridgewater