node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### What is the problem this feature will solve? Today, there isn't a way to guarantee resource cleanup. For example: ```js export function doSomeWork() { const path = ".some_temp_file"; const...
Migrated messages v8 tests from Python to JavaScript. This change is part of an effort to enhance maintainability and consistency in the test suite. All relevant test files and dependencies...
### Version v20.10.0 ### Platform _No response_ ### Subsystem _No response_ ### What steps will reproduce the bug? ```js // ./main.mjs process.on('uncaughtException', ()=>console.log('uncaught')); try { await import(`data:text/javascript, import "data:text/javascript,console.log('before')"; import...
### What is the problem this feature will solve? It is currently impossible to enable the debugger at the start in a SEA binary because both CLI flags (like `--inspect`)...
### Version 21.6.1 ### Platform darwin ### Subsystem test runner ### What steps will reproduce the bug? Create a file called `hooks.mjs` containing: ```js import { describe, afterEach, after, it...
Tiny PR to add a little JSDoc.
### Version 21.4.0 ### Platform MacOS Sonoma ### Subsystem _No response_ ### What steps will reproduce the bug? Using `--loader` (not `--experimental-loader`) ### How often does it reproduce? Is there...
This change can be removed after the upstream fix lands in Node: https://github.com/c-ares/c-ares/pull/709