nodejs.org
nodejs.org copied to clipboard
The Node.js® Website
## Description I did everything I could. If you can iprouve it; do ti ## Related Issues #7036 ### Check List - [x] I have read the [Contributing Guidelines](https://github.com/nodejs/nodejs.org/blob/main/CONTRIBUTING.md) and...
## Description Make sidebars "sticky" to the browser top, making it accessible when scrolled partially or entirely down the page ## Validation When scrolling down the page, sidebars should remain...
See https://github.com/nodejs/nodejs.org/commit/851b085af21fe74612eccae9094803574c50e39c - this change was made 10/18/24 UTC when the logic and real date tripped. We should mock the date so we can test the statuses we want to.
### Enter your suggestions in details: 1. I want Table of contents to be sticky 2. It would be easier to have an overview at all places of the documentation...
The GitHub sync process - visible at https://github.com/nodejs/nodejs.org/pull/7089 is nice but has led to maintainer noise and some manual interventions. This ticket should explore the use of: - https://store.crowdin.com/github-action |...
## Description This PR introduces a learning article on collecting code coverage in Node.js. However, it should not be merged until support for thresholds is included in the next semver-minor...
### URL: https://nodejs.org/en/learn/diagnostics/memory/using-heap-snapshot/ ### Browser Name: Chrome ### Browser Version: 129.0.6668.90 (Official Build) (arm64) ### Operating System: Darwin LM-JNVH7RPW6J 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14: 30 PDT...
## Description This commit adds support for the Proto package manager in the site/types/release.ts, site/util/downloadUtils.ts, components/Downloads/Release/PlatformDropdown.tsx, and components/Icons/Platform/Proto.tsx files. The Proto package manager is now included as an option in...
## Description This change adds `winget` to the list of ways to install Node.js on Windows. ## Validation A new entry on https://nodejs.org/en/download/package-manager ## Related Issues #4028 - regression #3993...
## Description In the understanding-processnexttick.md file we have code example output for setImmediate and setTimeout. While that output holds true for ES modules case and have indeterministic behaviour in CommonJS...