Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the website documentation around module output formats by replacing the detailed ESM/CJS “dilemma” explanation with a pointer to the official Node.js package configuration guidance, and aligns the website package configuration with ESM defaults.
Changes:
- Add
"type": "module"to the website package to treat.jsfiles as ESM by default. - Simplify the ESM/CJS section in the output format guide (EN + ZH) by linking to the Node.js Package Configuration Guide.
- Rename the ESM/CJS decision section heading to focus on choosing module formats.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/package.json | Sets the website package to ESM mode via "type": "module". |
| website/docs/zh/guide/basic/output-format.mdx | Replaces the ESM/CJS dilemma details with a tip linking to Node’s package configuration guide and updates the section heading. |
| website/docs/en/guide/basic/output-format.mdx | Same documentation simplification and heading update as the ZH version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fi3ework
approved these changes
Feb 12, 2026
Deploying rslib with
|
| Latest commit: |
76ad89e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://34175572.rslib.pages.dev |
| Branch Preview URL: | https://docs-update-output-format.rslib.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update the output format guide to simplify ESM/CJS dilemma explanation and refer to the official Node.js Package Configuration Guide. Also set the website package type to module.
Related Links
Checklist