forked from NervJS/taro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upstream/master: (166 commits) docs: fix doc error as issue NervJS#2543 (NervJS#2714) feat(components): 完善 Input, Button, Textarea, WebView, Swiper 组件的类型定义 (NervJS#2713) feat(taro-components): 更新 Video 组件的类型定义 chore(taro-components): CommonEventFunction 支持传入 e.detail 的类型 refactor(transformer): 测试环境也需要提醒无法使用 index 作为 key test(transformer): 增加使用 index 作为 key 的测试用例, NervJS#2706 feat(transformer): 支持 export * from * 语法, close NervJS#959 export v from 'mod' 会转换为两行代码: import v from 'mod' export { v } feat(transformer): 支持 do expression,close NervJS#2589 refactor(cli): 在 ts 模板中更换 eslint parser, close NervJS#2268 fix(taro-cli): 更新微信小程序插件模板 fix(transformer): 只有 props 为 key 时才进行 key 不得为 index 的警告 (NervJS#2705) chore(components): ci问题修复 refactor(transformer): 对头条小程序的循环 ref 进行特殊处理 chore(webpack-runner): 固定webpack-runner的依赖版本 feat(h5): h5支持PullDownRefresh系列api feat(components): h5内置PullDownRefresh组件 fix(taro-cli): 修复 taro init 插件模板 test(transformer): 增加 typescript 测试用例, NervJS#2699 refactor(transformer): 只有 .tsx 才保留 JSX 声明,NervJS#2699 fix(taro-tt): 修复字节跳动小程序循环 ref ... # Conflicts: # packages/taro-cli/templates/mobx/globaldts
- Loading branch information
Showing
329 changed files
with
11,715 additions
and
3,021 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
dist | ||
__tests__ |
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.