fix(@tarojs/cli-convertor): 修复运行 npx @tarojs/cli-convertor 转换小程序时的报错:“taroize is not a function” (#18327)#18379
Merged
yoyo837 merged 4 commits intoNervJS:mainfrom Sep 22, 2025
Merged
Conversation
yoyo837
approved these changes
Sep 20, 2025
Closed
21 tasks
Contributor
|
更新下快照 |
…) --updateSnapshot
Contributor
Author
done |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18379 +/- ##
==========================================
+ Coverage 55.05% 55.97% +0.92%
==========================================
Files 416 416
Lines 21560 21560
Branches 5269 5300 +31
==========================================
+ Hits 11870 12069 +199
+ Misses 8167 7875 -292
- Partials 1523 1616 +93
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
yoyo837
approved these changes
Sep 22, 2025
Merged
This was referenced Sep 27, 2025
This was referenced Sep 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
这个 PR 做了什么? (简要描述所做更改)
将
import * as taroize from '@tarojs/taroize'修改为import taroize from '@tarojs/taroize'。修复一次破坏性改动导致的bug:
统一各包的构建产物目录为 dist,并调整主入口、类型声明等相关路径,简化包发布内容
相关issue:
微信小程序转换报错 #18327
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: