node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
This PR changes styleText API to respect terminal capabilities and environment variables such as NO_COLOR, NODE_DISABLE_COLORS, and FORCE_COLOR. I talked with @edsadr about taking over from https://github.com/nodejs/node/pull/51959. Fixes: https://github.com/nodejs/node/issues/54365
In https://github.com/nodejs/node/issues/52219 it was mentioned that for APM use cases it would be nice to have a way to register loaders without using command line flags. It occurred to me...
This commit addresses issue #52979. It introduces new functions for optimized property key creation: node_api_create_property_key_utf8 node_api_create_property_key_latin1 These functions help in creating property keys that allow more efficient property access when...
It should resolve the regressions while we work on fixing them. Refs: https://github.com/nodejs/node/issues/54521
``` NOTE: The test started as a child_process using these flags: [ '--report-on-fatalerror', '--report-on-signal', '--report-uncaught-exception', '--report-compact' ] Use NODE_SKIP_FLAG_CHECK to run the test with the original flags. ✔ Verify that...
A number of Node.js tests fail when Node.js is compiled dynamically linked against OpenSSL 3.2 (tested with OpenSSL 3.2.2). i.e. ```console ./configure --shared-openssl make -j 4 test-ci ``` Full tap...
This marks the `--conditions|-C` flag as stable in the docs.