-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typescript(vx-group): re-write package in TypeScript #488
Merged
Conversation
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
milesj
reviewed
Sep 11, 2019
milesj
reviewed
Sep 12, 2019
3 tasks
williaster
commented
Sep 13, 2019
This was referenced Sep 16, 2019
williaster
changed the title
new(vx-group): re-write in TypeScript
typescript(vx-group): re-write package in TypeScript
Sep 17, 2019
This was referenced Sep 17, 2019
2 tasks
6 tasks
2 tasks
This was referenced Sep 23, 2019
2 tasks
This was referenced Sep 24, 2019
2 tasks
This was referenced Oct 2, 2019
kristw
approved these changes
Oct 2, 2019
3 tasks
hshoff
approved these changes
Oct 3, 2019
whoops, looks like I failed to update the branch this should be merged into to |
2 tasks
3 tasks
3 tasks
This was referenced Dec 29, 2019
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.
🚀 Enhancements
This PR builds off of #484, introducing
TypeScript
config and converting the@vx/group
package (which is quite simple) as a proof of concept. The plan is to convert packages one by one from here 📈Notes
@types/*
related to testing were added to the rootdevDeps
deps
in the relevant packages@airbnb/config-babel
addsbabel-plugin-typescript-to-proptypes
when used with thetypescript
driver, which generatesPropTypes
for react componenttype
s/interface
s and requires us to keep theprop-types
dep though it's no longer referenced in source code. Example compiled.js
file below:Closes #510
@hshoff @milesj @schillerk @techniq
Fixes https://github.com/hshoff/vx/projects/2#card-26383081