Overview
Could not load contribution data
Please try again later
36 Pull requests merged by 18 people
-
doc: clarify that import also uses main
#41720 merged
Jan 30, 2022 -
doc: update modules.md wording
#41728 merged
Jan 30, 2022 -
stream: add reduce
#41669 merged
Jan 30, 2022 -
benchmark: replace hasOwnProperty() with Object.hasOwn()
#41724 merged
Jan 30, 2022 -
meta: update AUTHORS
#41763 merged
Jan 30, 2022 -
meta: update mailmap/AUTHORS info for existing collaborator
#41750 merged
Jan 29, 2022 -
lib: refactor source map stack trace prepare
#41698 merged
Jan 29, 2022 -
test: make fs watch test more stable
#41715 merged
Jan 29, 2022 -
tools: update eslint to 8.8.0
#41738 merged
Jan 29, 2022 -
meta: adjust mailmap/AUTHORS to reflect README change
#41751 merged
Jan 29, 2022 -
test: fix typo in MessageChannel test
#41746 merged
Jan 29, 2022 -
test: replace commented out expectations with tests
#41667 merged
Jan 29, 2022 -
doc: update Mesteery email
#41683 merged
Jan 29, 2022 -
process: unhandledRejection support more errors
#41682 merged
Jan 28, 2022 -
doc: avoid incomplete sentence in cluster docs
#41701 merged
Jan 28, 2022 -
tools: use Set instead of `{ [key]: true }` object
#41695 merged
Jan 28, 2022 -
http2: fix memory leak when nghttp2 hd threshold is reached
#41502 merged
Jan 28, 2022 -
doc: fix typo in contributing guides
#41723 merged
Jan 28, 2022 -
Docs: should give a descriptive information about the process.platform property & os.platform() function
#41650 merged
Jan 28, 2022 -
doc: fix link to npm documentation
#41712 merged
Jan 27, 2022 -
util: use hasOwnProperty() primordial
#41692 merged
Jan 27, 2022 -
stream: iterator helpers synchronous errors
#41652 merged
Jan 27, 2022 -
doc: clarify treatment of non-string base in URL()
#41685 merged
Jan 27, 2022 -
doc: fix typo in `technical-priorities.md`
#41694 merged
Jan 26, 2022 -
doc: remove unadvisable cluster example
#41668 merged
Jan 25, 2022 -
test: use Object.hasOwn() where applicable
#41664 merged
Jan 25, 2022 -
test: remove unneeded test statement
#41663 merged
Jan 25, 2022 -
doc: revise url.resolve() text
#41661 merged
Jan 25, 2022 -
doc: clarify treatment of non-string argument to new URL()
#41658 merged
Jan 25, 2022 -
test: remove error allowance in debugger test
#41640 merged
Jan 25, 2022 -
lib: throw error in structuredClone when no arguments are passed
#41651 merged
Jan 24, 2022 -
doc: fix documentation for `MODULE_NOT_FOUND` and `ERR_MODULE_NOT_FOUND`
#41645 merged
Jan 24, 2022 -
doc: improve TLS/SSL introduction
#41649 merged
Jan 24, 2022 -
tools: add compile_commands to ignore file
#41580 merged
Jan 24, 2022 -
util: remove unused fast path in internal debuglog
#41605 merged
Jan 24, 2022 -
tools: use Set instead of `{ [key]: true }` object
#41675 merged
Jan 24, 2022
39 Pull requests opened by 24 people
-
fs: make promises/write and writeSync params optional
#41677 opened
Jan 24, 2022 -
lib: replace validator and error
#41678 opened
Jan 24, 2022 -
test: make worker-take-heapsnapshot non-flaky
#41684 opened
Jan 24, 2022 -
v14.19.0 proposal
#41696 opened
Jan 25, 2022 -
lib: refactor to use primordials in `lib/assert.js`
#41702 opened
Jan 26, 2022 -
doc: add security-steward rotation information
#41707 opened
Jan 26, 2022 -
readline: buffer line events in async iterator
#41708 opened
Jan 26, 2022 -
v12.22.10 proposal
#41710 opened
Jan 26, 2022 -
build: use zoslib_include_dir provided by node-gyp
#41713 opened
Jan 27, 2022 -
test: stabilize eventloopdelay test
#41716 opened
Jan 27, 2022 -
deps: upgrade npm to 8.4.0
#41719 opened
Jan 27, 2022 -
cluster: add schedulingPolicy to settings
#41731 opened
Jan 28, 2022 -
test: tmpdir include build id
#41734 opened
Jan 28, 2022 -
http2: fix prefixed headers order
#41735 opened
Jan 28, 2022 -
module: Unflag JSON modules
#41736 opened
Jan 29, 2022 -
tools: update lint-md-dependencies to rollup@2.66.1
#41737 opened
Jan 29, 2022 -
http2: fix no response event on continue request
#41739 opened
Jan 29, 2022 -
benchmark: remove input param manipulation
#41741 opened
Jan 29, 2022 -
deps: update zlib to upstream fc5cfd78a3
#41745 opened
Jan 29, 2022 -
src: slightly simplify URLHost::ToString
#41747 opened
Jan 29, 2022 -
src: slightly simplify V8CoverageConnection::GetFilename
#41748 opened
Jan 29, 2022 -
lib: add fetch
#41749 opened
Jan 29, 2022 -
[v16.x backport] loader: return package format from defaultResolve if known
#41752 opened
Jan 29, 2022 -
src: remove separate definitions for static constexpr members
#41755 opened
Jan 29, 2022 -
build: extend yamllint configuration
#41756 opened
Jan 29, 2022 -
src: merge ToJsSet into ToV8Value
#41757 opened
Jan 29, 2022 -
src: return proper URLs from node_api_get_module_file_name
#41758 opened
Jan 29, 2022 -
src: fix and cleanup URL::SerializeURL
#41759 opened
Jan 29, 2022 -
crypto: validate `this` value for `webcrypto.getRandomValues`
#41760 opened
Jan 29, 2022 -
crypto: fix `webcrypto.subtle` signature
#41761 opened
Jan 29, 2022 -
src: fix typo in js_native_api_v8.cc
#41764 opened
Jan 30, 2022 -
stream: throw invalid arg type from End Of Stream
#41766 opened
Jan 30, 2022 -
benchmark: use Object.hasOwn() instead of hasOwnProperty()
#41769 opened
Jan 30, 2022 -
[v16.x backport] tools: update babel-eslint-parser to 7.16.0
#41770 opened
Jan 30, 2022 -
test: fix failure in `test/sequential/test-heapdump.js`
#41772 opened
Jan 30, 2022 -
doc: remove section on "recent" ECDH changes
#41773 opened
Jan 30, 2022 -
stream: initial port of test262 tests
#41775 opened
Jan 30, 2022 -
[v16.x Backport] Import assertions related PRs
#41776 opened
Jan 30, 2022 -
stream: use synchronous error validation & validate abort signal option
#41777 opened
Jan 30, 2022
25 Issues closed by 15 people
-
Linters should support sort keys in js files
#41767 closed
Jan 30, 2022 -
arm build fails?
#41070 closed
Jan 30, 2022 -
Unable to load files without an extension.
#41765 closed
Jan 30, 2022 -
custom registry not working on Windows
#41740 closed
Jan 29, 2022 -
Build log incorrect when not installed python on Windows10
#36694 closed
Jan 29, 2022 -
Nodejs is happily writing a file called "NUL" (or "nul", "nuL", ...) on Windows
#41730 closed
Jan 28, 2022 -
Incorrect async iterator for duplex streams
#41729 closed
Jan 28, 2022 -
Use GitHub Actions for writing a stale action
#29232 closed
Jan 28, 2022 -
Support for JSON5
#40714 closed
Jan 28, 2022 -
Iterator helpers throw the error too late
#41648 closed
Jan 27, 2022 -
Streams: Breaking Change in Behavior after node 17.1
#41700 closed
Jan 27, 2022 -
Make vm module work with VS Code debugger
#41703 closed
Jan 27, 2022 -
Integrate AsyncLocalStorage with EventEmitter
#33723 closed
Jan 26, 2022 -
Linux Binaries (x64) LTS link doesn't match with installed version
#41654 closed
Jan 26, 2022 -
parseInt doesnot work on map, while passing function directly
#41706 closed
Jan 26, 2022 -
Misleading error that module does not provide export
#32137 closed
Jan 26, 2022 -
RangeError: Array buffer allocation failed
#41687 closed
Jan 25, 2022 -
new URL() accepts array of string
#41653 closed
Jan 25, 2022 -
reportException(ex) / reportError(ex)
#38947 closed
Jan 25, 2022 -
Keeping up with landing things and reviews
#35826 closed
Jan 25, 2022 -
Add Symbol.for in Node-API
#41294 closed
Jan 24, 2022 -
Issue with foreach implementation for arrays
#41679 closed
Jan 24, 2022 -
npm audit fix --force oscillates forever between two vulnerable versions
#41680 closed
Jan 24, 2022 -
Writing tests in ESM?
#41674 closed
Jan 24, 2022 -
[bug] new URL(s) not parse to port, not is '',default https to 443, http to 80
#41672 closed
Jan 24, 2022
18 Issues opened by 18 people
-
SyntaxError: The requested module 'process' does not provide an export named 'report'
#41774 opened
Jan 30, 2022 -
`make lint-js` throws error
#41771 opened
Jan 30, 2022 -
memory leak with worker thread and parentPort.postMessage
#41762 opened
Jan 29, 2022 -
bundled zlib is missing an upstream UB fix
#41744 opened
Jan 29, 2022 -
Missing fs(/promises) APIs: dup, dup2, fdopen
#41733 opened
Jan 28, 2022 -
[URL] Split forbidden host/domain code points, and add all C0 controls and add U+007F to the latter
#41717 opened
Jan 27, 2022 -
`assert.deepEqual` and `assert.deepStrictEqual` incorrectly compare Proxied arrays when using `ownKeys` trap
#41714 opened
Jan 27, 2022 -
Add depth/breadth first search algorithms to recursive readdir
#41709 opened
Jan 26, 2022 -
Poor performance with net.connect and https.request in MacOS
#41699 opened
Jan 25, 2022 -
Shortened URL for the commit message guidelines no longer works and change of URL shortening service
#41697 opened
Jan 25, 2022 -
fs.cp/fs.cpSync convert relative symlinks to absolute symlinks
#41693 opened
Jan 25, 2022 -
Windows installer bug with chocolatey
#41691 opened
Jan 25, 2022 -
REPL gives wrong autocomplete on literals
#41690 opened
Jan 25, 2022 -
RangeError: Array buffer allocation failed
#41689 opened
Jan 25, 2022 -
`export` spec clarification with `require` xor `import` and non-JS cases
#41686 opened
Jan 25, 2022 -
No correct stack trace when reject value isn't an instanceof Error
#41676 opened
Jan 24, 2022 -
Support `process.chdir` in worker thread
#41673 opened
Jan 24, 2022 -
Nominating Joe Sepi (@joesepi) as collaborator
#41671 opened
Jan 24, 2022
49 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fs: add recursive readdir
#41439 commented on
Jan 27, 2022 • 16 new comments -
doc: deprecate notice for _getActiveHandles and _getActiveRequests
#41587 commented on
Jan 30, 2022 • 16 new comments -
Compile failure on 16.13.2 & 17.4.0 on RHEL8
#41633 commented on
Jan 27, 2022 • 13 new comments -
deps: update V8 to 9.8
#41610 commented on
Jan 29, 2022 • 13 new comments -
docs: Clarification around real world risks and use cases of VM module
#40718 commented on
Jan 30, 2022 • 12 new comments -
Doesn't compile on OpenBSD 7.0
#41224 commented on
Jan 26, 2022 • 8 new comments -
cluster: respect server.listen() backlog parameter set by workers (credit: @oyyd)
#41623 commented on
Jan 29, 2022 • 8 new comments -
with node16 I see performance of async/await is worse than node 12
#38339 commented on
Jan 24, 2022 • 6 new comments -
build: use Clang 12 for test-asan workflow
#40238 commented on
Jan 29, 2022 • 5 new comments -
Usage of Oilpan / V8 C++ Garbage Collector
#40786 commented on
Jan 28, 2022 • 4 new comments -
Https imports
#36328 commented on
Jan 30, 2022 • 4 new comments -
quic: add quic
#38233 commented on
Jan 27, 2022 • 4 new comments -
doc: Improve navigability of API docs
#41404 commented on
Jan 30, 2022 • 4 new comments -
test: mark test-fs-rmdir-recursive flaky on win
#41533 commented on
Jan 29, 2022 • 4 new comments -
repl: make autocomplete case-insensitive if user input is lowercase
#41632 commented on
Jan 28, 2022 • 4 new comments -
Happy Eyeballs support (address IPv6 issues in Node 17)
#41625 commented on
Jan 28, 2022 • 3 new comments -
test/sequential/test-heapdump.js lines 27 through 39 is bound to fail
#41643 commented on
Jan 30, 2022 • 3 new comments -
os.uptime returns float instead of integer
#41636 commented on
Jan 30, 2022 • 3 new comments -
doc: feature management proposal
#41420 commented on
Jan 29, 2022 • 3 new comments -
test: improve test coverage of internal/blob
#41513 commented on
Jan 30, 2022 • 3 new comments -
fs: readFile function adds the kPerRead option
#41647 commented on
Jan 30, 2022 • 3 new comments -
pummel/test-worker-take-heapsnapshot - crash in debug mode on arm
#41204 commented on
Jan 24, 2022 • 2 new comments -
How can I improve the build speed of node js?
#35888 commented on
Jan 25, 2022 • 2 new comments -
fs async functions (both callback and promises APIs) return Errors without stack trace
#30944 commented on
Jan 27, 2022 • 2 new comments -
Support memory-mapped files
#41069 commented on
Jan 29, 2022 • 2 new comments -
n-api: emit uncaught-exception on calling into modules
#36510 commented on
Jan 29, 2022 • 2 new comments -
build: improve consistency between workflows
#40986 commented on
Jan 29, 2022 • 2 new comments -
net: add new options to `net.Socket` and `net.Server`
#41310 commented on
Jan 28, 2022 • 2 new comments -
tools: remove ESLint max-len rule
#41509 commented on
Jan 24, 2022 • 2 new comments -
Deprecate `multipleResolves`?
#41554 commented on
Jan 24, 2022 • 1 new comment -
Bug in WHATWG URL parsing
#41220 commented on
Jan 24, 2022 • 1 new comment -
structuredClone / atob / btoa should throw a TypeError without arguments
#41450 commented on
Jan 24, 2022 • 1 new comment -
v17.1.0 node resolution breaks pnpm-style symlinks
#41087 commented on
Jan 26, 2022 • 1 new comment -
crypto.generateKeyPair generates error ERR_OSSL_CRYPTO_MALLOC_FAILURE in node 17.2.0
#41428 commented on
Jan 28, 2022 • 1 new comment -
Crash when in inspector take a heap snapshot
#37878 commented on
Jan 28, 2022 • 1 new comment -
Link modules with paths in module.link(linker)
#35848 commented on
Jan 29, 2022 • 1 new comment -
Running global npm scripts in node 12.9.0: This command not found error.
#29287 commented on
Jan 30, 2022 • 1 new comment -
gcc-11 builds with --enable-lto cause test segfaults + runtime errors
#38501 commented on
Jan 30, 2022 • 1 new comment -
Readable._construct behaviour contradicts docs
#39992 commented on
Jan 30, 2022 • 1 new comment -
[v14.x] src: use correct outer Context’s microtask queue
#38787 commented on
Jan 25, 2022 • 1 new comment -
repl: fix disruptive autocomplete without inspector
#40661 commented on
Jan 29, 2022 • 1 new comment -
doc: add styleguide
#41025 commented on
Jan 27, 2022 • 1 new comment -
tools: disable max-len ESLint rule for strings
#41536 commented on
Jan 24, 2022 • 1 new comment -
perf_hooks: fix timerify
#41637 commented on
Jan 24, 2022 • 1 new comment -
readline: bind keystroke `ctrl`+`6` to redo
#41662 commented on
Jan 28, 2022 • 1 new comment -
Make repl autocomplete case-insensitive
#41631 commented on
Jan 24, 2022 • 0 new comments -
$env:NODE_OPTIONS="--max-old-space-size=SIZE" adds 48MB for no reason
#41395 commented on
Jan 25, 2022 • 0 new comments -
src,lib: make `DOMException` cloneable
#41148 commented on
Jan 26, 2022 • 0 new comments -
vm: update measure memory rejection information
#41639 commented on
Jan 28, 2022 • 0 new comments