node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
This PR: - Adds validation of `position` argument to `filehandle.read()`, same as in cousin methods - Allows bigint position for `filehandle.read()` - Adjusts min number position from `Number.MIN_SAFE_INTEGER` to `-1`...
Worked on changing promises to async/await for test-debugger-auto-resume.js file.
Changes the promises to async/await in test/parallel/test-debugger-exceptions.js.
This is an automated update of googletest to 9b12f74.
Backport of: - https://github.com/nodejs/node/pull/47156 - https://github.com/nodejs/node/pull/47474 - https://github.com/nodejs/node/pull/48091 - https://github.com/nodejs/node/pull/48483
Fixes: https://github.com/nodejs/node/issues/48406
This PR contains a refactor to merge package.json reader caches in both CJS and ESM. I extracted the relevant parts from https://github.com/nodejs/node/pull/47991. cc @nodejs/loaders @nodejs/modules PS: This PR has no...