Skip to content

fix: remove loader chain delimiters in module trace logs#6686

Merged
chenjiahan merged 4 commits intomainfrom
module_trace_logs_1203
Dec 3, 2025
Merged

fix: remove loader chain delimiters in module trace logs#6686
chenjiahan merged 4 commits intomainfrom
module_trace_logs_1203

Conversation

@chenjiahan
Copy link
Member

Summary

  • Ensure consistent formatting by removing loader chain delimiters from module trace logs.
  • Avoid duplicates and maintain the error marker in the output.

Before

Screenshot 2025-12-02 at 22 19 16

After

Screenshot 2025-12-02 at 22 23 03

Checklist

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

Copilot AI review requested due to automatic review settings December 3, 2025 02:53
@netlify
Copy link

netlify bot commented Dec 3, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 590b667
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/692faa9a1b38270007f96a98
😎 Deploy Preview https://deploy-preview-6686--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 67 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

Copy link
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

This PR addresses formatting inconsistencies in module trace logs by removing loader chain delimiters (e.g., !=!) from module paths and relocating the error marker (×) to the end of the trace output.

Key changes:

  • Apply removeLoaderChainDelimiter to trace origins and error files to clean up module paths
  • Add duplicate detection to prevent the error file from appearing twice in the trace
  • Move the error marker from individual file lines to the end of the entire trace output

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

chenjiahan and others added 3 commits December 3, 2025 11:04
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@chenjiahan chenjiahan merged commit dd07fc0 into main Dec 3, 2025
11 checks passed
@chenjiahan chenjiahan deleted the module_trace_logs_1203 branch December 3, 2025 03:36
@chenjiahan chenjiahan mentioned this pull request Dec 6, 2025
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.

1 participant