-
Notifications
You must be signed in to change notification settings - Fork 79
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
refactor: 🔥 remove unnecessary transform #1727
Conversation
总览变更概述本次拉取请求主要删除了与 JavaScript AST 转换相关的 变更
可能相关的 PR
诗歌
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
💤 Files with no reviewable changes (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Walkthrough: This pull request removes the Changes:
|
// fix helper inject position | ||
// should be removed after upgrade to latest swc | ||
// ref: https://github.com/umijs/mako/issues/1193 | ||
Box::new(FixHelperInjectPosition::new()), | ||
Box::new(FixSymbolConflict::new(top_level_mark)), | ||
Box::new(NewUrlAssets { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The removal of FixHelperInjectPosition
seems appropriate as it was marked for removal after upgrading to the latest SWC. Ensure that all dependencies on this transform are indeed obsolete.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1727 +/- ##
==========================================
- Coverage 54.77% 54.55% -0.23%
==========================================
Files 181 180 -1
Lines 17981 17890 -91
==========================================
- Hits 9849 9759 -90
+ Misses 8132 8131 -1 ☔ View full report in Codecov by Sentry. |
.
Summary by CodeRabbit
新特性
文档
fix_helper_inject_position
相关的模块声明,更新了公共接口。