summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2021-10-20, Version 16.12.0 (Current)v16.12.0v16.12.0-proposalRichard Lau2021-10-197-17/+104
* stream: fix fromAsyncGenRobert Nagy2021-10-192-5/+37
* deps: upgrade npm to 8.1.0npm team2021-10-18180-2539/+3239
* net: check if option is undefinedDaijiro Wachi2021-10-131-2/+2
* test: replace common port with specific numberDaijiro Wachi2021-10-132-4/+3
* net: remove unused ObjectKeysDaijiro Wachi2021-10-131-1/+0
* net: check objectMode first and then readble || writableDaijiro Wachi2021-10-131-14/+15
* net: throw error to object mode in SocketDaijiro Wachi2021-10-133-0/+70
* meta: consolidate AUTHORS entries for gabrielschulhofRich Trott2021-10-132-2/+2
* src: remove usage of `AllocatedBuffer` from `stream_*`Darshan Sen2021-10-135-56/+63
* doc: remove ESLint comments which were breaking the CJS/ESM togglesMark Skelton2021-10-131-11/+0
* doc: add pronouns for tniessen to READMETobias Nießen2021-10-131-2/+2
* meta: consolidate AUTHORS information for geirhaRich Trott2021-10-132-2/+2
* build: remove duplicate check for authors.ymlRich Trott2021-10-131-12/+1
* tools: udpate @babel/eslint-parserRich Trott2021-10-13934-4670/+4266
* tools: remove @babel/plugin-syntax-import-assertionsRich Trott2021-10-132-3/+1
* tools: remove @bable/plugin-syntax-class-propertiesRich Trott2021-10-132-3/+1
* tools: remove @babel/plugin-syntax-top-level-awaitRich Trott2021-10-132-3/+1
* tools: update ESLint to 8.0.0Rich Trott2021-10-13814-31517/+34444
* tools: prepare ESLint rules for 8.0.0 requirementsRich Trott2021-10-132-122/+124
* tools: fix ESLint update scriptsRich Trott2021-10-132-2/+6
* doc: format changelogsRich Trott2021-10-1317-36309/+37574
* doc: fix missing variable in deepStrictEqual exampleOliverOdo2021-10-131-1/+1
* deps: suppress zlib compiler warningsDaniel Bevenius2021-10-131-0/+1
* deps: upgrade Corepack to 0.10Maël Nison2021-10-1311-206/+191
* src: add missing initializationMichael Dawson2021-10-131-1/+1
* doc: fix asyncLocalStorage.run() descriptionConstantine Kim2021-10-131-2/+6
* meta: consolidate duplicate AUTHORS entries for hassaanpRich Trott2021-10-132-2/+2
* meta: update AUTHORSNode.js GitHub Bot2021-10-131-0/+5
* doc: fix typos in n-api docsIgnacio Carbajo2021-10-131-2/+2
* typings: define types for os bindingMichaël Zasso2021-10-132-0/+22
* typings: add missing types to options and util bindingsMichaël Zasso2021-10-132-0/+2
* typings: define types for timers bindingMichaël Zasso2021-10-132-0/+9
* typings: fix declaration of primordialsMichaël Zasso2021-10-131-1/+5
* test: fix typos in whatwg-webstreams explanationsTobias Nießen2021-10-131-8/+8
* build: make scripts in gyp run with right pythonCheng Zhao2021-10-132-4/+4
* meta: consolidate AUTHORS entry for thw0rtedRich Trott2021-10-132-1/+1
* lib: refactor to use letgdccwxx2021-10-131-5/+3
* test: add test for readStream.path when fd is specifiedQingyu Deng2021-10-131-0/+2
* test: replace .then chains with awaitgdccwxx2021-10-131-7/+6
* test: fix "test/common/debugger" identify async functiongdccwxx2021-10-131-2/+2
* meta: update label-pr-configMestery2021-10-131-3/+2
* test: improve test coverage of `fs.ReadStream` with `FileHandle`Antoine du Hamel2021-10-132-15/+56
* doc: format doc/guides using format-md taskRich Trott2021-10-1323-368/+426
* meta: use .mailmap to consolidate AUTHORS entries for ideRich Trott2021-10-132-1/+1
* tools: warn about duplicates when generating AUTHORS fileRich Trott2021-10-131-0/+30
* doc: improve phrasing in fs.mdArslan Ali2021-10-131-1/+1
* dgram: add `nread` assertion to `UDPWrap::OnRecv`Darshan Sen2021-10-131-1/+1
* doc: add link to core promises tracking issueMichael Dawson2021-10-131-1/+1
* vm: add support for import assertions in dynamic importsAntoine du Hamel2021-10-135-12/+90