node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Version 22.7.0 ### Platform ```text Linux 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ``` ### Subsystem _No response_ ### What steps will...
### What is the problem this feature will solve? It's impossible to serve a UDP based server with nodejs on multiple IP server. A lot of cloud service provider or...
### Version v22.7 ### Platform ```text Microsoft Windows NT 10.0.22631.0 x64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? 1. Create a next.js app 2. Run...
This commit exposes a new API to the perf_hooks.performance module. This wraps uv_metrics_info into performance.uvMetricsInfo() function. cc: @trevnorris
I think the Node.js coverage reporter should include support for reporting statement coverage. My idea is to parse the source code into an Abstract Syntax Tree (AST) using `acorn-walk`, and...
This PR updates `ruff` to 0.6.2, and adds two new makefile targets: `lint-py-fix` `lint-py-fix-unsafe`
This PR updates the `benchmark/README.md` file to follow the Microsoft Style Guide. In the process, it also removes the top-level file list, as directory listings can change over time, meaning...
This PR updates the information in the backporting guide to (A) follow the Microsoft Style Guide, and (B) provide clearer instructions on how to backport.
This PR updates the YouTube guide with the following changes: 1. Removes the use of images, as the YouTube UI changes rapidly, so the images are not up-to-date. 2. Updates...
The project's test runner will only run files beginning with `test-`, so this PR fixes `util-parse-env.js` to `test-util-parse-env.js`.