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

We currently have two copies of Chromium's zlib: one in deps/zlib and another in deps/v8/third_party/zlib. This has a couple of disadvantages: 1. There is an additional cost to keeping both...

build
v8 engine
needs-ci

### Version v18.16.0 ### Platform Darwin robert.schirmer 21.6.0 Darwin Kernel Version 21.6.0: Thu Mar 9 20:12:21 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_ARM64_T6000 arm64 ### Subsystem undici ### What steps will reproduce the bug?...

fetch

Incremental compilation of Node.js is slow. Currently on a powerful Linux machine, it takes about 9 seconds and 830 MB of memory to compile `gen/node_javascript.cc` with g++. This is the...

build
tools
author ready
needs-ci

### Version v20.3.1 ### Platform Darwin Kernel Version 22.5.0: Mon Apr 24 20:52:24 PDT 2023; root:xnu-8796.121.2~5/RELEASE_ARM64_T6000 arm64 ### Subsystem esm, loaders ### What steps will reproduce the bug? - Have...

esm
loaders

#### module: use symbol in WeakMap to manage host defined options Previously when managing the importModuleDynamically callback of vm.compileFunction(), we use an ID number as the host defined option and...

lib / src
needs-ci

### Version v18.16.0 ### Platform Both Windows + Linux, many different devices ### Subsystem net ### What steps will reproduce the bug? Unfortunately, I can't reproduce this myself. It's happening...

net

I'm following up on an abandoned pull request, and adding authors as the co-author to this pull request. I've simplified and only added `navigator.hardwareConcurrency` right now, to receive feedback, understand...

semver-major
tools
lib / src
needs-ci
needs-citgm
commit-queue-squash

Literals such as `std::string_view::string_view_literals` or `std::literals::string_view_literals` is required to be used through a namespace. The following code is the only way of achieving that: ```cpp using namespace std::string_view::string_view_literals ``` Currently,...

c++

Current WIP unref implementation that was talked about in: - #46980 Cc @benjamingr, @ronag WDYT? --- This would allow the following code: ```javascript const csvParsedStream = fs .createReadStream('file.csv') .compose(csvParse({ columns:...

wip
needs-ci

### Version v18.6.0 ### Platform Darwin ### Subsystem vm ### What steps will reproduce the bug? Run node with `node --experimental-vm-modules --max-heap-size=128 test.js`, and "test.js" as: ```js const vm =...

vm