-
Notifications
You must be signed in to change notification settings - Fork 4.9k
chore: drop rollup-plugin-ts #17480
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
chore: drop rollup-plugin-ts #17480
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17480 +/- ##
==========================================
- Coverage 58.53% 57.86% -0.67%
==========================================
Files 468 468
Lines 27138 26458 -680
Branches 5957 5798 -159
==========================================
- Hits 15884 15309 -575
+ Misses 9904 9575 -329
- Partials 1350 1574 +224
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
大部分diff都是prettier排序问题,可否避免? |
要么是pnpm要么是prettier自动生成的。此次PR我可以手动调整,长期的话我希望统一使用biome进行格式化 |
格式换好了 |
同步一下上游最新 |
欧克了 |
@ianzone 同学请教下这个pr对于packages/taro-platform-h5/build/definition-json/parser.ts的改动是出于什么原因呢 |
@ianzone 这里的改动导致了一个比较严重的bug,麻烦配合 Single-Dancer 看看 |
收到,今晚解决 |
这个改动导致生成的definition.json的api是空的,这个json文件的内容会传递给babel-plugin-transform-taroapi,这个babel插件会将 |
This reverts commit 8256f13.
This reverts commit b8f0e34.
This reverts commit b8f0e34.
This reverts commit b8f0e34.
这个 PR 做了什么? (简要描述所做更改)
将 rollup-plugin-ts 改为 @rollup/plugin-typescript
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: