Skip to content
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

flow: Let interface … extends take Foo.Bar, not just Foo #754

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gnprice
Copy link

@gnprice gnprice commented May 7, 2022

As the test shows, this is necessary in order to model the ASTs that
the parser already emits for constructions like:

declare class C extends React.Component<Props> { }

As the test shows, this is necessary in order to model the ASTs that
the parser already emits.
gnprice added a commit to gnprice/tsflower that referenced this pull request May 7, 2022
This brings in the following fix:
  benjamn/ast-types#754

The Recast update is trivial, just a bump to its ast-types dependency
along with a change to make such bumps unnecessary in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant