node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
This is a follow-up of [dotenv support pr](https://github.com/nodejs/node/pull/48890) to track the development process, and answer some questions that require a general discussion for making the decision to implement them. Todos:...
Some linux distroes install headers through their package managers. When headers are locally installed we'd like them to be used. Add a build time configuration option --use-prefix-to-find-headers that will will...
`NodeRuntime.waitingForDebugger` is a new Inspector Protocol event that will fire when the process being inspected is waiting for the debugger (for example, when `inspector.waitForDebugger()` is called). This allows inspecting processes...
### What is the problem this feature will solve? I'm using a worker to run asynchronous tasks and block the main thread with `Atomics.wait()`. If the worker has something like...
Hi, log: https://ci.nodejs.org/job/node-test-commit-loongarch64/nodes=clfs23-64/75/console issues: https://github.com/nodejs/node/issues/51662 In common user machines, the test case can pass normally. I guess it is the machine local area network problem of "node-test-commit-loongarch64/nodes=clfs23-64". It is recommended...
Related to : [40361](https://github.com/nodejs/node/issues/40361) Colorise string type args of `console.error` and `console.warn`. We are skipping the non-string types. Tasks: - [ ] Run CITGM
By default V8 only compiles the top-level function and skips code generation for inner functions - that would only be done when those inner functions are invoked. Since builtins are...
### Version v16.4.0 ### Platform Linux 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce the bug? A simple http2 server, with...
### What is the problem this feature will solve? Currently, `--watch` watches an [inode](https://nodejs.org/docs/latest/api/fs.html#inodes) and not necessarily what the user might consider a "file". This can cause confusion on systems...