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

I'm opening this PR as a draft to have a place where we can discuss this implementation. **Some background context:** During #54225, we discussed the possibility of adding a new...

needs-ci
commit-queue-squash
test_runner

### Test `test-async-context-frame` ### Platform Windows ### Console output ```console duration_ms: 6718.227 exitcode: 1 severity: fail stack: "\u25B6 AsyncContextFrame\n \u2714 async-hooks\\test-async-local-storage-args.js\ \ (4955.4808ms)\n \u2714 async-hooks\\test-async-local-storage-async-await.js (4400.0139ms)\n\ \ \u2714 async-hooks\\test-async-local-storage-async-functions.js (5106.203ms)\n\...

windows
flaky-test

Remove unnecessary use of node namespace from node_sqlite.cc

c++
needs-ci
commit-queue-rebase
sqlite

Hopefully our tests should work without assuming the repo is cloned in path that contains unusual chars.

meta

@RedYetiDev Sorry, brother, I'm not very familiar with Git, so I created multiple PRs. from https://github.com/nodejs/node/pull/54995

build

~~Closes #54385~~ Fixes #54255 Ref #54232 --- I don't *think* this breaks anything. IIUC, the Dotenv parser was setup *before* everything else so that it triggered before V8 initialized, however,...

c++
cli
needs-ci
dotenv

Original commit message: Remove `--js-promise-withresolvers` runtime flag Co-authored-by: Antoine du Hamel Bug: 42204122 Change-Id: I017a0d1ae0f8225513206ffb7806a4250be75d4c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5843972 Reviewed-by: Igor Sheludko Commit-Queue: Erik Corry Reviewed-by: Shu-yu Guo Cr-Commit-Position: refs/heads/main@{#96215} Refs: https://github.com/v8/v8/commit/0d5d6e71bbb0d2b0a12567fffa7e3375c427bc92

build
v8 engine
author ready
needs-ci
dont-land-on-v18.x
dont-land-on-v20.x

### Version _No response_ ### Platform ```text Linux 824a726bf62a 6.10.5 #1-NixOS SMP PREEMPT_DYNAMIC Wed Aug 14 13:34:38 UTC 2024 x86_64 GNU/Linux ``` ### Subsystem _No response_ ### What steps will...

build
regression

What if we just called the shell directly to avoid the cost of booting a Node.js instance? cc @nodejs/build any concerns?

test
needs-ci
review wanted