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

Support FunctionDef transformations #610

Merged

Commits on Jan 17, 2022

  1. Support FunctionDef transformations

    I've tested all of the edge cases I know of: type comments in various
    locations, non-type-comments, arity mismatches where we should skip,
    etc.
    
    Assuming that all type comments parse, this should work as far as I
    know. I'll make a separate PR to deal with SyntaxErrors when parsing
    types, because that is cross-cutting and not specific to FunctionDef.
    stroxler committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    48bb276 View commit details
    Browse the repository at this point in the history