Skip to content

Issues: nodejs/node

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or ⇧ + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Unflag node:sqlite discuss Issues opened for discussions and feedbacks. experimental Issues and PRs related to experimental features. sqlite Issues and PRs related to the SQLite subsystem.
#55854 opened Nov 14, 2024 by mcollina
test_runner: t.after should respect the first-in-last-out principle like Golang's defer feature request Issues that request new features to be added to Node.js. test_runner Issues and PRs related to the test runner subsystem.
#55853 opened Nov 14, 2024 by axetroy
Timers mock panic with sub-test confirmed-bug Issues with confirmed bugs. test_runner Issues and PRs related to the test runner subsystem.
#55849 opened Nov 14, 2024 by axetroy
I want to contribute by translating the API documentation! doc Issues and PRs related to the documentations. feature request Issues that request new features to be added to Node.js.
#55847 opened Nov 14, 2024 by tastekim
Expose an id for concurrent test runners (like JEST_WORKER_ID) feature request Issues that request new features to be added to Node.js. test_runner Issues and PRs related to the test runner subsystem.
#55842 opened Nov 13, 2024 by blimmer
doc: missing data for URLSearchParams(urlSearchParams) constructor doc Issues and PRs related to the documentations.
#55841 opened Nov 13, 2024 by skyclouds2001
Expose the "enhanced" stack trace from uncaught exceptions to the uncaughtException and uncaughtExceptionMonitor handlers on process events Issues and PRs related to the events subsystem / EventEmitter. feature request Issues that request new features to be added to Node.js.
#55838 opened Nov 13, 2024 by danfuzz
Hang up with 'advanced' IPC deserialization needs more info Issues without a valid reproduction.
#55834 opened Nov 13, 2024 by MGorkov
23.2 breaks a few packages that use json trough webpack (date-fns) regression Issues related to regressions. v23.x v23.x Issues that can be reproduced on v23.x or PRs targeting the v23.x-staging branch.
#55826 opened Nov 12, 2024 by ThomasAunvik
Add a way to get the enabled conditions feature request Issues that request new features to be added to Node.js. module Issues and PRs related to the module subsystem.
#55824 opened Nov 12, 2024 by sapphi-red
Support for import('./native.node') addons Issues and PRs related to native addons. esm Issues and PRs related to the ECMAScript Modules implementation. feature request Issues that request new features to be added to Node.js.
#55821 opened Nov 11, 2024 by guybedford
Incorrect version for PerformanceObserverEntryList doc Issues and PRs related to the documentations.
#55815 opened Nov 11, 2024 by skyclouds2001
Child process breaks on command needs more info Issues without a valid reproduction.
#55802 opened Nov 9, 2024 by prettydiff
Disordered position of the crypto.hash doc Issues and PRs related to the documentations.
#55801 opened Nov 9, 2024 by ijisol
Wrong position of the zlib.crc32 section doc Issues and PRs related to the documentations.
#55800 opened Nov 9, 2024 by ijisol
Worker Threads feature are experimental between v10.5.0 and v11.7.0 doc Issues and PRs related to the documentations.
#55794 opened Nov 9, 2024 by skyclouds2001
Incorrect version for PerformanceMark and PerformanceMeasure of perf_hooks module doc Issues and PRs related to the documentations.
#55792 opened Nov 8, 2024 by skyclouds2001
Tracking Issue: Syncify the ESM Loader esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders performance Issues and PRs related to the performance of Node.js.
#55782 opened Nov 8, 2024 by GeoffreyBooth
21 tasks
Missing documentaion for PerformanceObserver.prototype.takeRecords() of perf_hooks module doc Issues and PRs related to the documentations. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.
#55779 opened Nov 8, 2024 by skyclouds2001
detect-module: confusing error when parsing a CommonJS module with top-level await esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem.
#55776 opened Nov 8, 2024 by GeoffreyBooth
Set default keepAlive options when creating HTTP/S agents feature request Issues that request new features to be added to Node.js. https Issues or PRs related to the https subsystem.
#55770 opened Nov 7, 2024 by MarioRomanDono
ProTip! Exclude everything labeled bug with -label:bug.