node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
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...
### 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\...
Remove unnecessary use of node namespace from node_sqlite.cc
Hopefully our tests should work without assuming the repo is cloned in path that contains unusual chars.
@RedYetiDev Sorry, brother, I'm not very familiar with Git, so I created multiple PRs. from https://github.com/nodejs/node/pull/54995
~~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,...
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
### 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...
What if we just called the shell directly to avoid the cost of booting a Node.js instance? cc @nodejs/build any concerns?