feat: zip publisher support browser#2744
Merged
liujuping merged 3 commits intoalibaba:developfrom Jan 2, 2024
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2744 +/- ##
==========================================
+ Coverage 85.28% 85.30% +0.01%
==========================================
Files 222 222
Lines 8953 8957 +4
Branches 2109 2112 +3
==========================================
+ Hits 7636 7641 +5
+ Misses 1227 1226 -1
Partials 90 90 ☔ View full report in Codecov by Sentry. |
Collaborator
|
请根据测试覆盖率报告补充一下对应的测试用例 @xiaohuoni |
Contributor
Author
|
@qingniaotonghua done |
Collaborator
|
@xiaohuoni 分支指向 develop。 |
qingniaotonghua
approved these changes
Jan 2, 2024
Contributor
Author
奇怪,我上次分支的时候,没看到 develop 分支 |
Collaborator
|
@alilc/lowcode-code-generator 1.1.7 已发布 @xiaohuoni @liujuping |
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.
浏览器中出码支持下载项目 zip 包
浏览器中出码接入
随着现在电脑性能和浏览器技术的发展,出码其实已经不必非得在服务端做了,借助于 Web Worker 特性,可以在浏览器中进行出码:
npm install --save @alilc/lowcode-code-generator注:一般来说在浏览器中出码适合做即时预览功能。