-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 添加 useXsForTemplate 试用性字段以及半编译预处理功能 (#16598)
* feat: init * feat: 完成模块拆分与基本工作流 * feat: 完成组件收集 * feat: 完成收集环节和转化环节的串联 * feat: 完成react组件中render组件的搜集 * feat: 拓扑算法输出依赖顺序 * chore(release): publish 4.0.6-alpha.0 --tag=alpha * feat: 暂时保存 * feat: 补齐绝大部份测试用例 * lint: 使用rustfmt 统一代码风格 * style: 优化目录结构 * feat: 完善测试用例 * ci: 添加新的swc插件编译命令 * feat: 接入半编译预处理 swc 插件 * chore(debug): 增加快捷调试脚本&解决husky不工作问题 * perf(setData): 优先使用微任务执行setData * perf(wxs): 增加模版渲染时是否使用wxs配置(不使用wxs性能可提升10%以上) * perf(event): 增加clickview模版,减少冗余事件绑定 * perf(template): 移除模版中用于循环体的block标签,降低节点嵌套和模版大小 * chore(release): publish 4.0.7-alpha.1 --tag=alpha * test: 更新snapshots * perf(setData): 修复不使用wxs时custom-wrapper组件l属性为null导致的warning问题 * feat: 半编译支持没有xs的情况 * lint: fix * feat: 更新半编译swc * chore(release): publish 4.0.7-alpha.2 --tag=alpha * chore: 解决合并冲突 * chore: 解决合并冲突 * feat: 设置半编译预处理config --------- Co-authored-by: yushijie1 <yushijie1@jd.com>
- Loading branch information
Showing
181 changed files
with
16,262 additions
and
17,014 deletions.
There are no files selected for viewing
This file contains 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
Empty file.
Empty file.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.