node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
Cannot compile node 13.0.1 with flags `./configure --fully-static --with-intl=full-icu` inside docker image for node Getting this output ``` LD_LIBRARY_PATH=/node/out/Release/lib.host:/node/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p /node/out/Release/obj/gen/src/regexp; python ../../deps/v8/tools/run.py "/node/out/Release/gen-regexp-special-case" "/node/out/Release/obj/gen/src/regexp/special-case.cc"...
`Segmentation fault` when executing worker with `eval: true` containing dynamic import after `await`
### Version v16.15.0 ### Platform Microsoft Windows NT 10.0.19044.0 x64 / WSL: Linux PC 4.4.0-19041-Microsoft #1237-Microsoft Sat Sep 11 14:32:00 PST 2021 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem _No response_...
This PR fixes network family autoselections in three area: 1. Moves handle swapping before trying a new connection, as suggested in https://github.com/npm/cli/issues/6409#issuecomment-1577019656 2. Avoids spawning two different connection attempts, which...
### Version latest main ### Platform all ### Subsystem esm, loaders ### What steps will reproduce the bug? Create an ESM loader, and in the `globalPreload()` hook, use `getBuiltin()` to...
Fixes: https://github.com/nodejs/node/issues/47948
This PR is related to https://github.com/nodejs/performance/issues/73 ## Legacy Main Resolve @anonrig raised that we could benefit from the implementation of legacyMainResolve on the C++ side, so here's the result so...
Based on https://github.com/nodejs/node/pull/48029 with two additional commits. - deps: update V8 to 11.5.150.8 - build: reset embedder string to "-node.0" - src: update NODE_MODULE_VERSION to 118 - deps: always define...
When `autoSelectFamily` is set to `true`, `net.connect` is supposed to try connecting to both IPv4 and IPv6, interleaving the address types. Instead, it appears that the array that holds the...
### Version all ### Platform all ### Subsystem event loop ### What steps will reproduce the bug? ```js // Backwards compatibility, this shouldn't run. setTimeout(() => { throw new Error('bad')...