node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
# Description Chrome and Firefox are built with Clang under Windows. @targos made it possible to build Node.js using clang under Windows, see https://github.com/nodejs/node/pull/35433 At least in some tests, this...
`createFastMessageEvent` can be used when the arguments passed to the MessageEvent constructor do not need to be validated. Refs: https://github.com/nodejs/undici/pull/3170 Refs: https://github.com/nodejs/node/pull/52370#pullrequestreview-1984568503
### Version 22.2.0 ### Platform all platforms ### Subsystem _No response_ ### What steps will reproduce the bug? - run any test with `node --test-reporter dot` - expect to see...
### Version v20.11.0 ### Platform 23.2.0 Darwin ### Subsystem node:fs ### What steps will reproduce the bug? ```Javascript const fs = require('fs'); const path = require('path'); const filePath = path.join(__dirname,...
Add a new flag, `--env-file-if-exists` that allows loading .env files without throwing an error if they don't exist. Achieved by returning an `env_file_data` struct instead of just the paths of...
### What is the problem this feature will solve? Because `Buffer`s aren't immutable, any time a `Buffer` is passed to something which will perform an asynchronous write, there is a...
### Version 22.1.0 ### Platform _No response_ ### Subsystem _No response_ ### What steps will reproduce the bug? _No response_ ### How often does it reproduce? Is there a required...
### Version v18.16.0 ### Platform Linux 971a67e84394 5.15.49-linuxkit-pr #1 SMP Thu May 25 07:17:40 UTC 2023 x86_64 Linux ### Subsystem _No response_ ### What steps will reproduce the bug? Upgrade...