node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 1241 node issues
Sort by recently updated
recently updated
newest added

### 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...

feature request
stale

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...

test
needs-ci

### 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...

confirmed-bug
module

### 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`)...

feature request
single-executable

### 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...

test_runner

Tiny PR to add a little JSDoc.

vm
author ready
typings
commit-queue-squash

### 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

cares
fast-track
needs-ci
dependencies