Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1,613 additions
and 1,383 deletions.
- +8 −1 .eslintignore
- +5 −2 .eslintrc.js
- +1 −1 package.json
- +96 −105 packages/babel-preset-taro/yarn.lock
- +171 −129 packages/eslint-config-taro/yarn.lock
- +1 −1 packages/shared/src/is.ts
- +1 −1 packages/shared/src/utils.ts
- +4 −3 packages/taro-api/src/index.js
- +0 −1 packages/taro-cli/src/__tests__/cli.spec.ts
- +1 −1 packages/taro-cli/src/convertor/index.ts
- +2 −2 packages/taro-cli/src/create/creator.ts
- +2 −2 packages/taro-cli/src/create/project.ts
- +0 −1 packages/taro-cli/src/rn/transformJS.ts
- +15 −8 packages/taro-cli/src/ui/ui.types.ts
- +1 −1 packages/taro-cli/src/util/astConvert.ts
- +137 −160 packages/taro-cli/yarn.lock
- +1 −0 packages/taro-components/__tests__/polyfill.js
- +3 −0 packages/taro-components/__tests__/scroll-view.spec.js
- +63 −63 packages/taro-components/virtual-list/react/FixedSizeList.js
- +4 −3 packages/taro-components/virtual-list/timer.js
- +101 −101 packages/taro-components/yarn.lock
- +7 −7 packages/taro-h5/src/api/fileTransfer/downloadFile.js
- +8 −8 packages/taro-h5/src/api/fileTransfer/uploadFile.js
- +14 −13 packages/taro-h5/src/api/location/chooseLocation.js
- +1 −1 packages/taro-h5/src/api/utils/index.js
- +2 −2 packages/taro-h5/yarn.lock
- +4 −4 packages/taro-helper/src/npm.ts
- +6 −6 packages/taro-helper/src/utils.ts
- +76 −119 packages/taro-helper/yarn.lock
- +2 −2 packages/taro-mini-runner/src/index.ts
- +6 −6 packages/taro-mini-runner/src/plugins/MiniPlugin.ts
- +0 −1 packages/taro-mini-runner/src/template/comp.ts
- +0 −1 packages/taro-mini-runner/src/template/custom-wrapper.ts
- +8 −6 packages/taro-mini-runner/src/utils/types.ts
- +198 −203 packages/taro-mini-runner/yarn.lock
- +1 −1 packages/taro-react/src/index.ts
- +1 −1 packages/taro-react/src/reconciler.ts
- +11 −4 packages/taro-react/yarn.lock
- +4 −4 packages/taro-router/src/api.ts
- +2 −2 packages/taro-router/src/init.ts
- +2 −2 packages/taro-router/src/router.ts
- +0 −1 packages/taro-router/src/scroll.ts
- +4 −4 packages/taro-router/yarn.lock
- +39 −39 packages/taro-runner-utils/yarn.lock
- +5 −4 packages/taro-runtime/src/dom/root.ts
- +2 −1 packages/taro-runtime/src/dsl/common.ts
- +2 −1 packages/taro-runtime/src/dsl/hooks.ts
- +2 −2 packages/taro-runtime/src/dsl/instance.ts
- +6 −5 packages/taro-runtime/src/dsl/react.ts
- +2 −1 packages/taro-runtime/src/emitter/emitter.ts
- +3 −1 packages/taro-runtime/src/next-tick.ts
- +2 −1 packages/taro-runtime/src/reconciler.ts
- +1 −0 packages/taro-runtime/src/utils/types.ts
- +1 −1 packages/taro-service/src/Kernel.ts
- +2 −2 packages/taro-service/src/Plugin.ts
- +1 −1 packages/taro-service/src/platform-plugin-base.ts
- +4 −2 packages/taro-service/src/utils/types.ts
- +3 −3 packages/taro-webpack-runner/src/index.ts
- +7 −5 packages/taro-webpack-runner/src/util/types.ts
- +229 −195 packages/taro-webpack-runner/yarn.lock
- +13 −13 packages/taro-with-weapp/src/clone.js
- +18 −17 packages/taro-with-weapp/src/index.ts
- +2 −2 packages/taro-with-weapp/yarn.lock
- +1 −1 packages/taro/types/compile.d.ts
- +2 −2 packages/taroize/src/global.ts
- +5 −5 packages/taroize/yarn.lock
- +287 −95 yarn.lock
Oops, something went wrong.

