node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
When I was reading the fs module, I found a mix-up between isfd and isInt32, so I optimised it.
Consider the following example: ```js import { parseArgs } from 'node:util' const options = { foo: { type: 'boolean', short: 'f', default: true }, }; function parseAndLog (args, options) {...
If you clone this repository in a devcontainer, it will delete all your other devcontainers. This is extremely bad, as it ruins your development environment. This may not be as...
### What is the problem this feature will solve? When debugging bundled/compiled/minified code, it's difficult to read a profile as locations and many function names point to the compiled code....
### Version 20.11.2+ ### Platform Darwin Darios-MacBook-Pro.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Oct 4 21:25:26 PDT 2023; root:xnu-8796.141.3.701.17~4/RELEASE_X86_64 x86_64 ### Subsystem intl.datetimeformate ### What steps will reproduce the bug?...
### What is the problem this feature will solve? #### Background When using Node.js IPC, if the child process sets a listener on the `message` or `disconnect` events, the child...
Fixes #44598 (was annoyed by the stale bot :laughing:) It seems like, it is only marking them as stable in the documentation. Is it intended that these functions doesn't contain...
Follow up https://hackerone.com/bugs?subject=nodejs&report_id=2474375 We have decided to handle it as a bug in the docs. Publicly.
This is baking for the V8 12.5 upgrade so the base branch is canary-base. Original PR and reviews are in https://github.com/nodejs/node-v8/pull/284 As V8 is moving towards built-in CppHeap creation, change...
would be fixed by https://github.com/nodejs/node/pull/49205 My attempt at a compat table of ANSI and %c: ||%c|ANSI| |---|---|---| |Node.js|❌|☑️| |Deno|☑️|☑️| |Bun|☑️|☑️| |Chrome|☑️|☑️| |Firefox|☑️|❌| |[Safari](https://webkit.org/web-inspector/console-object-api/)|☑️|?| Why this would be a good idea:...