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

Add declarations for more of @babel/types exports #10504

Commits on Oct 4, 2019

  1. Add declarations for more of @babel/types exports

    This adds lots of missing declarations to the types of @babel/types,
    including many utility functions useful to plugin authors.
    
    With the typescript types, I tried to make them as useful as possible
    for control flow analysis / inference, but Flow doesn't seem to
    support overloads and I'm not as familiar with it anyway so it has
    simpler types.
    Jessidhia committed Oct 4, 2019
    Copy the full SHA
    6e8ad67 View commit details
    Browse the repository at this point in the history