[fix] named: ignore Flow import typeof and export type#1345
Merged
Conversation
loganfsmyth
force-pushed
the
handle-more-flow
branch
2 times, most recently
from
April 25, 2019 02:31
9c077fe to
04059c0
Compare
2 similar comments
ljharb
approved these changes
Apr 25, 2019
|
|
||
| ## [Unreleased] | ||
|
|
||
| - [`named`]: ignore Flow `typeof` imports and `type` exports ([#1345], thanks [@loganfsmyth]) |
Member
There was a problem hiding this comment.
you’ll need an explicit link for the pr number (see the bottom) and one for your name if you haven’t contributed previously
Contributor
Author
There was a problem hiding this comment.
Woops, fixed! Copy-pasted and just assumed it was some feature of Github linking I didn't know about hahah.
loganfsmyth
force-pushed
the
handle-more-flow
branch
from
April 25, 2019 15:48
04059c0 to
4620185
Compare
Contributor
Author
|
Thanks! |
This file contains hidden or 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
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.
Expand the cases added by #1057 and #1106 to handle the other forms of Flow import/export.