summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: remove OpenJSF Slack nodejs from support docTrott-patch-1Rich Trott2021-12-071-1/+0
* doc: clarify escaping for ES modulesnotroid52021-12-071-2/+3
* test: skip ESLint tests if no IntlRich Trott2021-12-0719-38/+57
* stream: allow readable to end early without errorRobert Nagy2021-12-062-57/+90
* assert: use stricter stack frame detection in .ifError()Ruben Bridgewater2021-12-062-13/+31
* util: escape lone surrogate code points using .inspect()Ruben Bridgewater2021-12-062-8/+62
* doc: add @bnb as a collaboratorTierney Cyren2021-12-061-0/+2
* build: re-enable V8 concurrent markingMichaƫl Zasso2021-12-062-6/+19
* tools: update ESLint to 8.4.0Luigi Pinca2021-12-061103-940/+2071
* deps: upgrade npm to 8.2.0npm team2021-12-05287-5604/+5105
* meta: update AUTHORSNode.js GitHub Bot2021-12-052-0/+4
* timers: add experimental scheduler apiJames M Snell2021-12-053-1/+141
* build: add `--without-corepack`Jonah Snider2021-12-052-0/+9
* tools: enable jsdoc/require-param-name lint ruleRich Trott2021-12-041-1/+0
* test: add missing JSDoc parameter nameRich Trott2021-12-041-1/+1
* tools: use jsdoc recommended rulesRich Trott2021-12-043-4/+20
* doc: add explicit declaration of fd with null valHenadzi2021-12-041-0/+1
* tools: rollback highlight.jsRichard Lau2021-12-042-8/+8
* build: fail early in test-macos.ymlRich Trott2021-12-031-0/+8
* node-api,doc: document parms which can be optionalMichael Dawson2021-12-031-2/+4
* test: deflake test-trace-atomics-waitLuigi Pinca2021-12-031-0/+6
* tools: remove Babel from license-builder.shRich Trott2021-12-032-27/+0
* util: add numericSeparator to util.inspectRuben Bridgewater2021-12-034-23/+194
* src: use a higher limit in the NearHeapLimitCallbackJoyee Cheung2021-12-031-3/+8
* doc: expand entries for isIP(), isIPv4(), and isIPv6()Rich Trott2021-12-021-5/+27
* build: add tools/doc to tools.yml updatesRich Trott2021-12-021-0/+14
* tools: udpate packages in tools/docRich Trott2021-12-022-64/+66
* events: propagate abortsignal reason in new AbortError ctor in eventsJames M Snell2021-12-021-4/+4
* lib: propagate abortsignal reason in new AbortError constructor in blobJames M Snell2021-12-021-1/+1
* fs: propagate abortsignal reason in new AbortSignal constructorsJames M Snell2021-12-024-7/+8
* http2: propagate abortsignal reason in new AbortError constructorJames M Snell2021-12-021-1/+3
* stream: use cause options in AbortError constructorsJames M Snell2021-12-024-7/+8
* readline: propagate signal.reason in awaitable questionJames M Snell2021-12-023-4/+15
* timers: propagate signal.reason in awaitable timersJames M Snell2021-12-024-9/+38
* errors: add support for cause in aborterrorJames M Snell2021-12-022-2/+36
* url: detect hostname more reliably in url.parse()Rich Trott2021-12-022-2/+36
* test: add auth option case for url.formatHirotaka Tagawa / wafuwafu132021-12-021-20/+45
* assert,util: compare RegExp.lastIndex while using deep equal checksRuben Bridgewater2021-12-023-3/+15
* doc: link to commit queue guideGeoffrey Booth2021-12-021-0/+6
* lib: do not lazy load EOL in blobRuben Bridgewater2021-12-021-9/+2
* util: always visualize cause property in errors during inspectionRuben Bridgewater2021-12-023-30/+261
* tools: install and enable JSDoc linting in ESLintRich Trott2021-12-01328-18292/+29867
* tools: include JSDoc in ESLint updating toolRich Trott2021-12-011-1/+5
* lib: add AbortSignal.timeoutJames M Snell2021-12-013-3/+174
* events: propagate weak option for kNewListenerJames M Snell2021-12-011-4/+11
* doc: specify that `message.socket` can be nulledLuigi Pinca2021-12-011-1/+1
* 2021-12-01, Version 16.13.1 'Gallium' (LTS)Beth Griggs2021-12-012-1/+135
* stream: remove whatwg streams experimental warningJames M Snell2021-12-011-6/+0
* readline: skip escaping characters againRuben Bridgewater2021-12-011-1/+1
* stream: cleanup eosRobert Nagy2021-12-011-17/+34