node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 1241 node issues
Sort by recently updated
recently updated
newest added

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

util
author ready
needs-ci

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...

cli
loaders-agenda

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...

c++
node-api
author ready
needs-ci
commit-queue-failed
commit-queue-squash

It should resolve the regressions while we work on fixing them. Refs: https://github.com/nodejs/node/issues/54521

buffer
c++
fast-track
author ready
needs-ci

``` 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...

test
needs-ci
report

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...

help wanted
openssl

This marks the `--conditions|-C` flag as stable in the docs.

doc
cli
experimental
author ready
loaders