-
Notifications
You must be signed in to change notification settings - Fork 85
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
workaround: fix empty chunk #1147
Conversation
更改摘要
诗
Note Pull Request Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://coderabbit.ai 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
1、展开点说下原因?为啥注释会导致产物不生成?
2、这么改有啥副作用吗?所有注释相关操作会不生效?
|
swc_core 升级之前的 workaround
swc 升级完成之后可以 revert。
REF:swc-project/swc#8172
close #899
Summary by CodeRabbit
Cargo.toml
文件中的[dependencies]
部分添加了delegate
依赖项版本0.12.0
。Comments
结构以使用MakoComments
,更新了方法签名,并为MakoComments
实现了CommentsTrait
。此外,在虚拟位置的纯注释上添加了新的警告消息。e2e/fixtures/issue.empty_chunk
目录中的新文件expect.js
包含了使用Jest的断言,用于检查在某些操作后文件的内容长度是否大于0。mako.config.json
文件引入了Mako项目的配置设置,启用了缩小、将模式设置为生产模式、为IE指定目标浏览器版本并禁用devtool。index.tsx
文件引入了一个接受参数a
的异步函数。