summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: comment explaining special-case handling of promisesStephen Belanger2021-07-232-0/+4
* domain: do not add domain to promise from other contextStephen Belanger2021-07-231-6/+9
* async_hooks: emit promise trace events from JSStephen Belanger2021-07-231-0/+1
* async_hooks: eliminate native PromiseHookStephen Belanger2021-07-231-15/+34
* stream: call done() in consistent fashionRich Trott2021-07-221-1/+1
* stream: compose with async functionsRobert Nagy2021-07-211-22/+2
* stream: add stream.composeRobert Nagy2021-07-194-4/+315
* debugger: validate sec-websocket-accept response headerChris Opperwall2021-07-181-4/+22
* repl: enable --experimental-repl-await /w opt-outhemanth.hm2021-07-161-1/+2
* debugger: rename internal moduleRich Trott2021-07-152-1/+1
* stream: import internal/util/types insteadJames M Snell2021-07-152-2/+2
* fs: add FileHandle.prototype.readableWebStream()James M Snell2021-07-152-3/+57
* esm: refine ERR_REQUIRE_ESM errorsGuy Bedford2021-07-153-33/+121
* process: add api to enable source-maps programmaticallylegendecas2021-07-153-12/+37
* stream: add CompressionStream and DecompressionStreamJames M Snell2021-07-142-0/+171
* stream: implement TextEncoderStream and TextDecoderStreamJames M Snell2021-07-142-0/+224
* stream: forward errored to callbackRobert Nagy2021-07-141-2/+2
* stream: add readableDidReadRobert Nagy2021-07-143-1/+16
* stream: fixup property definition to avoid prototype polutionJames M Snell2021-07-135-50/+58
* stream: implement streams to webstreams adaptersJames M Snell2021-07-135-0/+980
* lib: rename TransferedReadableStream etcTobias Nießen2021-07-135-28/+28
* stream: destroy readable on read errorRobert Nagy2021-07-121-9/+21
* stream: validate abort signalRobert Nagy2021-07-122-4/+6
* stream: cleanup async handlingRobert Nagy2021-07-113-113/+60
* stream: don't emit prefinish after error or closeRobert Nagy2021-07-111-6/+4
* tls: move legacy code into own fileRobert Nagy2021-07-116-123/+134
* stream: unify stream utilsRobert Nagy2021-07-118-108/+233
* typings: add a few JSDoc typings for the net lib modulenerdthatnoonelikes2021-07-111-0/+15
* typings: add JSDoc typings for timersVoltrex2021-07-111-4/+47
* http: clean up HttpParser correctlyTobias Koppers2021-07-101-0/+2
* repl: processTopLevelAwait fallback error handlingejose192021-07-082-3/+38
* repl: correctly hoist top level await declarationsejose192021-07-081-13/+81
* stream: fix performance regressionBrian White2021-07-081-11/+15
* stream: use finished for async iterationRobert Nagy2021-07-082-48/+29
* errors: remove eager stack generation for node errorsGus Caplan2021-07-073-72/+94
* src: add JSDoc typings for v8Voltrex2021-07-071-0/+78
* tty: enable bufferingRobert Nagy2021-07-071-2/+2
* stream: throw on premature close in Readable[AsyncIterator]Darshan Sen2021-07-051-4/+4
* readline: allow completer to rewrite existing inputAnna Henningsen2021-07-051-1/+13
* stream: finished should error on errored streamRobert Nagy2021-07-043-26/+41
* repl: ensure correct syntax err for await parsingGuy Bedford2021-07-022-45/+88
* stream: error Duplex write/read if not writable/readableRobert Nagy2021-07-026-32/+33
* stream: use finished for pumpRobert Nagy2021-07-021-40/+32
* stream: implement WHATWG streamsJames M Snell2021-06-3010-3/+5422
* deps: update Acorn to v8.4.1Michaël Zasso2021-06-293-35/+2
* errors: don't throw TypeError on missing exportbcoe2021-06-281-1/+9
* bootstrap: load perf_hooks eagerly during bootstrapJoyee Cheung2021-06-282-24/+9
* perf_hooks: refactor perf_hooks for snapshot buildingJoyee Cheung2021-06-2813-172/+203
* lib: make lazyDOMException more commonXadillaX2021-06-2815-32/+56
* fs: allow empty string for temp directory prefixVoltrex2021-06-262-11/+8