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
2020-10-04lib: replace Int8Array global with primordialsSebastien Ahkrin
2020-10-04lib: replace Int32Array global with primordialsSebastien Ahkrin
2020-10-04lib: replace Float64Array global with primordialsSebastien Ahkrin
2020-08-26policy: implement scopes fieldBradley Farias
2020-08-13policy: support conditions for redirectsBradley Farias
2020-08-10util: add debug and debuglog.enabledBradley Farias
2020-07-28util: print External address from inspectunknown
2020-07-20util: improve getStringWidth performanceRuben Bridgewater
2020-07-06lib: replace http to https of comment link urlssapics
2020-06-25util: fix width detection for DEL without ICURuben Bridgewater
2020-06-25util: support Combining Diacritical Marks for SymbolsRuben Bridgewater
2020-06-19util: gracefully handle unknown colorsRuben Bridgewater
2020-06-11util: restrict custom inspect function + vm.Context interactionAnna Henningsen
2020-06-02lib: add Int16Array primordialsSebastien Ahkrin
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-30console: name console functions appropriatelyRuben Bridgewater
2020-05-25util: fix inspection of class instance prototypesRuben Bridgewater
2020-05-20util: mark classes while inspecting themRuben Bridgewater
2020-05-04test: update c8 ignore commentbcoe
2020-04-27util,readline: NFC-normalize strings before getStringWidthAnna Henningsen
2020-04-13util: change default value of `maxStringLength` to 10000unknown
2020-04-08util: add `maxStrLength` option to `inspect` functionunknown
2020-04-02util: only inspect error properties that are not visible otherwiseRuben Bridgewater
2020-03-30util: fix inspecting document.allGus Caplan
2020-02-13util: throw if unreachable TypedArray checking code is reachedRich Trott
2020-02-12util: throw if unreachable code is reachedRich Trott
2020-01-25util: fix inspection of typed arrays with unusual lengthRuben Bridgewater
2020-01-22util: improve unicode supportRuben Bridgewater
2020-01-13lib: replace BigInt64Array global by the primordialsSebastien Ahkrin
2020-01-10lib: add Uint16Array primordialsSebastien Ahkrin
2020-01-10util: add todo comments for inspect to add unicode supportRuben Bridgewater
2020-01-08lib: add RegExp primordialsSebastien Ahkrin
2020-01-08lib: replace Float32Array global by the primordialsSebastien Ahkrin
2020-01-08lib: replace BigUInt64Array global by the primordialsSebastien Ahkrin
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-04lib: replace Set global by the primordialsSebastien Ahkrin
2020-01-04lib: do not catch user errorsRuben Bridgewater
2020-01-02util: improve prototype inspection using `inspect()` and `showHidden`Ruben Bridgewater
2019-12-25util: add (typed) array length to the default outputRuben Bridgewater
2019-12-25util: add colors to debuglog()Ruben Bridgewater
2019-12-15util: add Set and map size to inspect outputRuben Bridgewater
2019-12-15util: refactor inspect code for constistencyRuben Bridgewater
2019-12-13lib: update Symbol.toStringTag by SymbolToStringTag primordialSebastien Ahkrin
2019-12-13util: inspect (user defined) prototype propertiesRuben Bridgewater
2019-12-13util: fix built-in detectionRuben Bridgewater
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-12-07assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater
2019-12-07util: never trigger any proxy traps using `format()`Ruben Bridgewater