node
node copied to clipboard
Node.js JavaScript runtime β¨π’πβ¨
Signed-off-by: Ankita Khiratkar
β¦rofile.js
### Version 18.8.0 ### Platform Ubuntu 22.04 Jammy ### Subsystem crypto ### What steps will reproduce the bug? ``` ./node test/parallel/test-tls-dhe.js ```` Error is visible with ``` /node/out/Release/openssl-cli s_client -cipher...
### What is the problem this feature will solve? * limit contamination * facilitate synchronous `import.meta.resolve()` ### What is the feature you are proposing to solve the problem? Move loaders...
β¦it/async editor signed-off-by: Monu Chaudhary
This commit validates the `code` in `process.exit([code])`. According to the API doc, the `code` argument must be an integer value. However, the current implementation accepts various types of values and...
### What is the problem this feature will solve? Currently, there exist libraries like https://www.npmjs.com/package/on-headers to allow developers to know when the response headers are being sent on the socket....
`corepack prepare yarn@latest --activate` is a useful alternative to `corepack prepare [email protected] --activate`, added in [Corepack v0.120](https://github.com/nodejs/corepack/releases/tag/v0.12.0). Latest pnpm docs ([1](https://pnpm.io/next/installation#using-corepack), [2](https://github.com/pnpm/pnpm.github.io/blob/b0a2107/docs/installation.md?plain=1#L42-L46)) mention this option, seems like Node.js Corepack docs...
I noticed this from an assertion i production. A http2 response can become `writableEnded` and `writableFinished` without the user ever calling `response.end()`. I believe there is some special logic for...
Changed all promise chains to async/await pattern in test-debugger-watchers.js