Skip to content

Adds documentation on exporting & bundling for ESM Script #752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

marklundin
Copy link
Member

Fixes #751

I confirm I have read the contributing guidelines and signed the Contributor License Agreement.

@marklundin marklundin self-assigned this May 30, 2025
@marklundin marklundin requested a review from Copilot May 30, 2025 11:03
Copilot

This comment was marked as outdated.

…s" to "Classic" and "ESM Scripts" to "ESM" for consistency and clarity.
@marklundin marklundin requested a review from willeastcott May 30, 2025 11:06
marklundin and others added 2 commits June 1, 2025 21:57
@marklundin marklundin requested a review from willeastcott June 3, 2025 14:00
@marklundin marklundin requested review from Copilot and willeastcott and removed request for willeastcott June 9, 2025 15:12
Copy link
Contributor

@Copilot 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

This PR adds new documentation pages for exporting and bundling ESM scripts in both Japanese and English, and updates the redirect configuration accordingly.

  • Adds Japanese documentation for exporting and preloading scripts
  • Adds English documentation for exporting and preloading scripts
  • Updates the redirect in docusaurus.config.js to point to the new exporting documentation

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
i18n/ja/docusaurus-plugin-content-docs/current/user-manual/scripting/editor-users/exporting.md Added Japanese documentation on exporting and preloading scripts
docusaurus.config.js Updated redirect target to the new exporting documentation
docs/user-manual/scripting/editor-users/exporting.md Added English documentation on exporting and preloading scripts
Comments suppressed due to low confidence (1)

docusaurus.config.js:46

  • Ensure that the updated redirect target '/user-manual/scripting/editor-users/exporting/' is correct and that any legacy links to '/user-manual/scripting/loading-order/' are adequately handled.
{ from: ['/user-manual/scripting/loading-order/', '/en/user-manual/scripting/loading-order'], to: '/user-manual/scripting/editor-users/exporting/' },

@marklundin
Copy link
Member Author

This should also be ready to go @willeastcott 🙏

@willeastcott
Copy link
Contributor

We already have this page - should it be deleted in this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ESM Bundling Docs
2 participants