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

Updates the location since the file has been moved.

doc

PR-URL: https://github.com/nodejs/node/pull/55697 Reviewed-By: James M Snell Reviewed-By: Richard Lau

c++
lib / src
needs-ci
v22.x

This implements part of the proposal in https://github.com/nodejs/loaders/pull/198 - for the motivations, see https://github.com/nodejs/node/issues/52219 - this fills in the gap where being able to run in-thread and support `require()` is...

module
semver-minor
esm
needs-ci

* **Version**: v16.2.0 * **Platform**: Windows 10 * **Subsystem**: - ### What steps will reproduce the bug? - Run any Node.js script: an `http-server` or long-running `npm install`. - Select...

windows

This commit adds support for `Float16Array` in `node:v8` serde APIs. While `Float16Array` is not available as a global yet (pending stabilization in V8), I "reserved" the next available index for...

author ready
needs-ci
commit-queue-squash

It's always a pain to reference a paragraph in a large section where the paragraph is outstanding and important. Add a section dedicated for the report version so that it...

doc
report

Added a specific error message for using top-level await in CommonJS modules. The error now suggests using ESM or wrapping await in an async function for clarity. Fixes: #55776

c++
module
vm
esm
needs-ci
review wanted

When using the perf tool to analyze JavaScript application performance, the source functions in the generated flame graph may have the following prefix identifiers: JS:*, JS:+, and JS:^. What do...

For a while now we've been trying to work towards the ability to enable v8 pointer compression (https://v8.dev/blog/pointer-compression) by default in Node.js (https://github.com/search?q=repo%3Anodejs%2Fnode+%22Pointer+compression%22&type=issues). The key limitation that we have had...

### What is the problem this feature will solve? In the Buffer module, we have a series of methods for handling string writing and reading, such as `latin1WriteStatic` and `utf8WriteStatic`....

feature request