Skip to content

docs: update output format guide#1483

Merged
Timeless0911 merged 1 commit intomainfrom
docs-update-output-format
Feb 12, 2026
Merged

docs: update output format guide#1483
Timeless0911 merged 1 commit intomainfrom
docs-update-output-format

Conversation

@Timeless0911
Copy link
Copy Markdown
Contributor

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

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings February 12, 2026 09:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .js files 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.

@Timeless0911 Timeless0911 enabled auto-merge (squash) February 12, 2026 09:24
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying rslib with  Cloudflare Pages  Cloudflare Pages

Latest commit: 76ad89e
Status: ✅  Deploy successful!
Preview URL: https://34175572.rslib.pages.dev
Branch Preview URL: https://docs-update-output-format.rslib.pages.dev

View logs

@Timeless0911 Timeless0911 merged commit 7760365 into main Feb 12, 2026
19 checks passed
@Timeless0911 Timeless0911 deleted the docs-update-output-format branch February 12, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants