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
path: root/lib
AgeCommit message (Expand)Author
2022-02-05lib: replace validator and errorMohammed Keyvanzadeh
2022-02-05stream: remove empty blockRich Trott
2022-02-05policy: revise manifest.js to avoid empty blocksRich Trott
2022-02-05lib: add comments to empty catch statementsRich Trott
2022-02-05cluster: make `kill` to be just `process.kill`Bar Admoni
2022-02-03http2: fix no response event on continue requestofirbarak
2022-02-03buffer: fix atob/btoa no-arg caseBenjamin Gruenbaum
2022-02-03stream: use synchronous error validation & validate abort signal optioniMoses
2022-02-01lib: add fetchMichaël Zasso
2022-02-01crypto: fix `webcrypto.subtle` signatureAntoine du Hamel
2022-02-01module: unflag esm json modulesGeoffrey Booth
2022-01-30stream: add reduceBenjamin Gruenbaum
2022-01-30lib: refactor source map stack trace prepareMohammed Keyvanzadeh
2022-01-28process: unhandledRejection support more errorsBenjamin Gruenbaum
2022-01-27util: use hasOwnProperty() primordialRich Trott
2022-01-27stream: use synchronous error validation on iteration helpersiMoses
2022-01-27stream: add asIndexedPairsBenjamin Gruenbaum
2022-01-25lib: throw error in structuedClone when no arguments are passedGiora Guttsait
2022-01-24util: remove unused fast path in internal debuglogRich Trott
2022-01-23stream: add drop and takeBenjamin Gruenbaum
2022-01-23stream: never flatten on toArrayBenjamin Gruenbaum
2022-01-23stream: support flatMapBenjamin Gruenbaum
2022-01-23repl: check for precise values rather than falsy in loopsRich Trott
2022-01-23util: check for null instead of flasy in loopRich Trott
2022-01-23timers: check for nullish instead of falsy in loopsRich Trott
2022-01-23process: check for null instead of falsy in while loopRich Trott
2022-01-23policy: check for null instead of falsy in loopRich Trott
2022-01-23stream: check for null instead of falsy in loopsRich Trott
2022-01-23crypto: revise variables for const use instead of letRich Trott
2022-01-22crypto: change default check(Host|Email) behaviorTobias Nießen
2022-01-22crypto: adjust types for getRandomValuesLiviaMedeiros
2022-01-22readline: add feature yank and yank popRay
2022-01-22lib: fix consistency of methods that emit warningsYoshiki Kurihara
2022-01-22process: use validateString validatorMohammed Keyvanzadeh
2022-01-22buffer: alias `subarray` and `slice`Benjamin Gruenbaum
2022-01-22lib: remove erroneous JSDoc entryRich Trott
2022-01-21readline: undo previous edit when get key code 0x1FRay
2022-01-21stream: support some and everyBenjamin Gruenbaum
2022-01-20stream: add toArrayBenjamin Gruenbaum
2022-01-20stream: rename unknown primordialvoltrexmaster
2022-01-20dgram: remove unreachable connectState assignRongjian Zhang
2022-01-20lib: modify `DOMException` to pass WPTXadillaX
2022-01-19crypto: remove checkIP options argumentTobias Nießen
2022-01-19crypto: support RFC 2818 compatible checkHostTobias Nießen
2022-01-19domain: pass opts to `EventEmitter.init`Gang Chen
2022-01-19esm: improve validation of resolved URLsJacob Smith
2022-01-19process: ignore asyncId 0 in exception handlerAnatoli Papirovski
2022-01-18policy: replace entries with keysMohammed Keyvanzadeh
2022-01-17stream: add forEach methodBenjamin Gruenbaum
2022-01-17stream: avoid function call where possibleRich Trott