node
node copied to clipboard
Node.js JavaScript runtime β¨π’πβ¨
Fixes: https://github.com/nodejs/node/issues/49674 --- ```shell β node /Users/himself65/Code/node/out/Debug/node -e 'import("whatever")' node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^ Error: No package entry point defined for package 'file:///Users/himself65/Code/xxx/node_modules/whatever/package.json' imported from xxx/src/index.ts at legacyMainResolve...
Iβm trying to find which test failed in https://github.com/nodejs/node/actions/runs/5841030019/job/15840839276?pr=47999. There seems to be some kind of truncation issue, possibly caused by GitHub Actions or the ASAN environment rather than the...
Cache source maps found in sources parsed with `vm.Script`, `vm.compileFunction`, and `vm.SourceTextModule`. Also, retrieve source url from V8 parsing results. Not like filenames returned by `CallSite.getFileName()` in translating stack traces,...
### Version 23.3.0 ### Platform ```text Windows 10 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? When `fs.rmSync('ι')` files with name containing βιβ, node 23.3.0 will...
This is an automated update of ngtcp2 to 1.9.1.
Bumps the eslint group in /tools/eslint with 4 updates: [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js), [eslint](https://github.com/eslint/eslint), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [globals](https://github.com/sindresorhus/globals). Updates `@stylistic/eslint-plugin-js` from 2.10.1 to 2.11.0 Release notes Sourced from @βstylistic/eslint-plugin-js's releases. v2.11.0 2.11.0 (2024-11-19) Features...
After asking the @nodejs/test_runner team, there does not appear to be a particular reason these are not already included.
### Version v23.2.0 ### Platform ```text Microsoft Windows NT 10.0.19045.0 x64 ``` ### Subsystem Node.js Debugger (V8 Inspector) ### What steps will reproduce the bug? Install Node.js v23.2.0 Create a...
### Version v22.11.0 ### Platform ```text Darwin Mac.lan 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020 arm64 ``` ### Subsystem sea ### What steps will reproduce...
The callback version is implemented in sync way (see https://github.com/nodejs/node/issues/56006), so its test should pass without adjustments.