node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
child_process.escapeArgument() escapes shell arguments so that those can be passed to spawned scripts, which expect arguments as escaped strings Fixes: https://github.com/nodejs/node/issues/34840 Co-Authored-By: Ben Noordhuis ##### Checklist - [x] `make -j4...
### What is the problem this feature will solve? Tool authors often need to reimplement Node's resolving behaviors in order to ask the question: if *this* file was to import...
Using the filesystem for communication circumvents the issue described in the comment where a new process could end up picking up the process ids that the test case checks for....
### Version 16.10.0 ### Platform OSX, Linux (CentOS 8) ### Subsystem zlib ### What steps will reproduce the bug? Full test suite: https://github.com/timotejroiko/zlib-benchmark (not authored by my team, but is...
### What is the problem this feature will solve? Currently you can't mock external or built-in modules which makes it difficult if you code imports a module that may run...
* **v12.16.1**: * **Linux uxpanapa 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux**: * **Chrome Version 80.0.3987.132 (Official Build) (64-bit)**: ``` 'use strict'; const trace_events...
* **Version**: v12.6.0 (also seen in 10.13.0) * **Platform**: Darwin Davids-MacBook-Pro.local 18.5.0 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64 * **Subsystem**: I've created a simple...
Fixes: https://github.com/nodejs/node/issues/52796 this PR causes `flatMap` to iterate over the stream and mapped iterators in round-robin. I am not sure if this is the best approach but also not sure...
This is an automated patch update of V8 to 12.4.254.15.
### What is the problem this feature will solve? I want to verify the validity of an X.509 certificate with a new property `x509.valid`. ### What is the feature you...