fix(pack): downgrade duplicate binding from err to warn#2301
fix(pack): downgrade duplicate binding from err to warn#2301fireairforce wants to merge 1 commit intonextfrom
Conversation
Summary of ChangesHello @fireairforce, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request adjusts the severity level for duplicate variable bindings detected by the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds a new snapshot test to verify that duplicate import bindings are now treated as warnings instead of errors. The test case is well-structured and correctly demonstrates the intended change. I have a few minor suggestions to add a trailing newline to the new test input files, which is a general best practice.
|
上游的 PR ,感觉用 error msg 字符串匹配不太靠谱啊 |
https://github.com/swc-project/swc/blob/main/crates/swc_ecma_lints/src/rules/critical_rules.rs#L770 swc 这里没导出一个错误的 label 之类的内容 |
Summary
ref: utooland/next.js#70
Test Plan
更新了快照测试。