Skip to content

Add support for async and generator functions #1231

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

Closed

Conversation

devongovett
Copy link
Contributor

  • Add support for parsing the @async JSDoc tag, and inference for async functions
  • Add support for parsing the @generator JSDoc tag, and inference for generator functions
  • Add support for parsing the @yield and @yields JSDoc tags, and inference for the flow Generator type. See https://flow.org/blog/2015/11/09/Generators/.

Depends on: documentationjs/doctrine#3

@tmcw
Copy link
Member

tmcw commented Apr 18, 2019

merged with #1233 (updated doctrine dep to new release, retitled some commits to make them work with the changelog).

@tmcw tmcw closed this Apr 18, 2019
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.

2 participants