Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

fix: 让开发者可以从 remax 导入组件的类型 #394

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

Darmody
Copy link
Contributor

@Darmody Darmody commented Nov 21, 2019

fix #369

@Darmody Darmody requested a review from yesmeck November 21, 2019 14:25
@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 21, 2019

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 8f3f895:

Sandbox Source
friendly-snow-n8lny Configuration

@Darmody Darmody force-pushed the fix/export-components-types branch from 0e7d8ed to 4c6f08e Compare November 21, 2019 14:43
@codecov
Copy link

codecov bot commented Nov 21, 2019

Codecov Report

Merging #394 into master will increase coverage by 0.23%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
+ Coverage   93.24%   93.47%   +0.23%     
==========================================
  Files         226      226              
  Lines        2826     2914      +88     
  Branches      335      341       +6     
==========================================
+ Hits         2635     2724      +89     
+ Misses        189      188       -1     
  Partials        2        2
Impacted Files Coverage Δ
...emax/src/adapters/wechat/components/MovableView.ts 100% <ø> (ø) ⬆️
...ages/remax/src/adapters/alipay/components/index.ts 100% <100%> (ø) ⬆️
...ges/remax/src/adapters/wechat/components/Input.tsx 96.29% <100%> (ø) ⬆️
...ages/remax/src/adapters/wechat/components/index.ts 100% <100%> (ø) ⬆️
...ges/remax/src/adapters/alipay/components/Button.ts 100% <100%> (ø) ⬆️
...es/remax/src/adapters/wechat/components/Swiper.tsx 75% <100%> (ø) ⬆️
.../remax/src/adapters/wechat/components/Textarea.tsx 96.29% <100%> (ø) ⬆️
...ges/remax/src/adapters/wechat/components/Video.tsx 100% <100%> (ø) ⬆️
...remax/src/adapters/wechat/components/PickerView.ts 100% <100%> (ø) ⬆️
packages/remax/src/propsAlias.ts 100% <0%> (ø) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6292a1...8f3f895. Read the comment docs.

@Darmody Darmody force-pushed the fix/export-components-types branch from 4c6f08e to ec9c236 Compare November 22, 2019 05:15
@Darmody Darmody force-pushed the fix/export-components-types branch from ec9c236 to 8f3f895 Compare November 22, 2019 05:23
@yesmeck yesmeck merged commit 2e12c04 into master Nov 22, 2019
@yesmeck yesmeck deleted the fix/export-components-types branch November 22, 2019 06:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[需求]导出组件类型
2 participants