node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
When two paths overlaps, the permission model returns a false negative cause the Node* doesn't contain an empty child ("") to consider it as an end node. For instance, if...
I'm working on rewriting AsyncLocalStorage to use [v8::SetContinuationPreservedEmbedderData(...)](https://v8docs.nodesource.com/node-20.3/df/d69/classv8_1_1_context.html#a7baace76f77dc94295adabdffac5c9a3) in a similar model to Cloudflare and in anticipation of the upcoming [AsyncContext proposal](https://github.com/tc39/proposal-async-context). This is not done yet but is _mostly_...
### Version 16.15.1 ### Platform Microsoft Windows NT 10.0.19045.0 x64 ### Subsystem url ### What steps will reproduce the bug? This might be a bug in v8 rather than node's...
Both TypeScript and Bable already support `using` ([explicit resource management proposal](https://github.com/tc39/proposal-explicit-resource-management)), adding this to node will be convenient Co-authored-by: Benjamin Gruenbaum
[server.maxConnections](https://nodejs.org/api/net.html#servermaxconnections) is an `Integer`, and so, I'd expect `0` to behave the same as `-1`; ie, drop all incoming conns. (this is my first commit: I may have messed it...
### Version v20.3.0 ### Platform Linux murych-hive 5.4.0-148-lowlatency #165-Ubuntu SMP PREEMPT Tue Apr 18 09:36:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem noop ### What steps will reproduce the...
On some environments, especially macOS, there is only `python3` and no `python`, replacing the `python` to `
Add the list of linked modules to the arguments for `js2c.py`. These were unintentionally omitted when the build was previously refactored to avoid command line length limits on Windows. Fixes:...
#### deps: V8: cherry-pick 1a782f6543ae Original commit message: [base] add build flag to use MADV_DONTFORK Embedders like Node.js and Electron expose fork(2)/execve(2) to their users. Unfortunately when the V8 heap...