-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[fix] named
: ignore Flow import typeof and export type
#1345
Conversation
9c077fe
to
04059c0
Compare
2 similar comments
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel | |||
|
|||
## [Unreleased] | |||
|
|||
- [`named`]: ignore Flow `typeof` imports and `type` exports ([#1345], thanks [@loganfsmyth]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you’ll need an explicit link for the pr number (see the bottom) and one for your name if you haven’t contributed previously
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woops, fixed! Copy-pasted and just assumed it was some feature of Github linking I didn't know about hahah.
04059c0
to
4620185
Compare
Thanks! |
Expand the cases added by #1057 and #1106 to handle the other forms of Flow import/export.