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

stream: catch and forward error from dest.write errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version. stream Issues and PRs related to the stream subsystem.
#55270 opened Oct 5, 2024 by jakecastelli Loading…
doc, test: update --watch for linux recursive watch doc Issues and PRs related to the documentations. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. errors Issues and PRs related to JavaScript errors originated in Node.js core. linux Issues and PRs related to the Linux platform. needs-ci PRs that need a full CI run. review wanted PRs that need reviews. watch-mode Issues and PRs related to watch mode
#55256 opened Oct 3, 2024 by RedYetiDev Loading…
repl: don't use deprecated domain module author ready PRs that have at least one approval, no pending requests for changes, and a CI started. domain Issues and PRs related to the domain subsystem. errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run. repl Issues and PRs related to the REPL subsystem. review wanted PRs that need reviews. semver-major PRs that contain breaking changes and should be released in the next major version.
#55204 opened Oct 1, 2024 by RedYetiDev Loading…
tls: wrap ssl errors in ECONNRESET errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run. tls Issues and PRs related to the tls subsystem.
#54492 opened Aug 22, 2024 by Uzlopak Loading…
esm: add limited support for --print errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem.
#52105 opened Mar 15, 2024 by aduh95 Loading…
awaiting some fs/promises API (readdir, readfile) breaks later try catch block errors Issues and PRs related to JavaScript errors originated in Node.js core. promises Issues and PRs related to ECMAScript promises.
#51894 opened Feb 27, 2024 by its-frank-huang
try catch not work if path include unicode errors Issues and PRs related to JavaScript errors originated in Node.js core. fs Issues and PRs related to the fs subsystem / file system. windows Issues and PRs related to the Windows platform.
#51802 opened Feb 19, 2024 by Plumbiu
Errors emitted on worker are not native errors errors Issues and PRs related to JavaScript errors originated in Node.js core. worker Issues and PRs related to Worker support.
#48716 opened Jul 9, 2023 by novemberborn
util: extend parseArgs to validate relationships between options errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#46657 opened Feb 14, 2023 by SRHerzog Draft
lib: make Error objects instantiation less vulnerable to prototype pollution errors Issues and PRs related to JavaScript errors originated in Node.js core. lib / src Issues and PRs related to general changes in the lib or src directory. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#46065 opened Jan 2, 2023 by aduh95 Loading…
crypto: disable ciphers not supported by EVP crypto Issues and PRs related to the crypto subsystem. errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run.
#43532 opened Jun 22, 2022 by AdamMajer Loading…
ERR_UNSUPPORTED_DIR_IMPORT has hard to parse Grammar errors Issues and PRs related to JavaScript errors originated in Node.js core. esm Issues and PRs related to the ECMAScript Modules implementation.
#40973 opened Nov 25, 2021 by bgolding355
Events.on should not automatically throw on error event errors Issues and PRs related to JavaScript errors originated in Node.js core. events Issues and PRs related to the events subsystem / EventEmitter.
#40797 opened Nov 13, 2021 by dpchamps
doc: DOMException missing from “Errors” API reference docs page abortcontroller Issues and PRs related to the AbortController API assert Issues and PRs related to the assert subsystem. discuss Issues opened for discussions and feedbacks. doc Issues and PRs related to the documentations. errors Issues and PRs related to JavaScript errors originated in Node.js core.
#40789 opened Nov 11, 2021 by DerekNonGeneric
1 task done
Thrown AbortErrors are not DOMExceptions errors Issues and PRs related to JavaScript errors originated in Node.js core.
#40692 opened Nov 1, 2021 by kanongil
Improve error message for replacing require usage with dynamic import errors Issues and PRs related to JavaScript errors originated in Node.js core. esm Issues and PRs related to the ECMAScript Modules implementation.
#40544 opened Oct 21, 2021 by fabiancook
Prevent native Error class hi-jacking in FS errors errors Issues and PRs related to JavaScript errors originated in Node.js core.
#40232 opened Sep 27, 2021 by SmashingQuasar
Emit a warning if process exits with unsettled modules? errors Issues and PRs related to JavaScript errors originated in Node.js core. esm Issues and PRs related to the ECMAScript Modules implementation.
#39665 opened Aug 5, 2021 by targos
Error if message is bigger than Content-Length errors Issues and PRs related to JavaScript errors originated in Node.js core. http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#39133 opened Jun 24, 2021 by betochf Loading…
Improve the error message for missing modules errors Issues and PRs related to JavaScript errors originated in Node.js core. module Issues and PRs related to the module subsystem.
#38892 opened Jun 1, 2021 by mcollina
lib: useless information in no crypto error stack crypto Issues and PRs related to the crypto subsystem. errors Issues and PRs related to JavaScript errors originated in Node.js core.
#37593 opened Mar 3, 2021 by jasnell
net: simplify server.close() behavior when closing unopened server. errors Issues and PRs related to JavaScript errors originated in Node.js core. net Issues and PRs related to the net subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#34042 opened Jun 24, 2020 by mkrawczuk Loading…
4 tasks done
console: adhere to environment variables enforcing colors console Issues and PRs related to the console subsystem. errors Issues and PRs related to JavaScript errors originated in Node.js core. semver-major PRs that contain breaking changes and should be released in the next major version. tty Issues and PRs related to the tty subsystem.
#32308 opened Mar 17, 2020 by BridgeAR Draft
1 of 4 tasks
Dynamic import does not show location of SyntaxError errors Issues and PRs related to JavaScript errors originated in Node.js core. esm Issues and PRs related to the ECMAScript Modules implementation. promises Issues and PRs related to ECMAScript promises.
#49441 opened Jan 16, 2020 by coreyfarrell
Uncaught error stack trace is misformatted on some platforms errors Issues and PRs related to JavaScript errors originated in Node.js core. tty Issues and PRs related to the tty subsystem.
#29387 opened Aug 31, 2019 by Hakerh400
ProTip! Exclude everything labeled bug with -label:bug.