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

refactor(ast): type params field before params in TS function declaration types #6391

Commits on Oct 11, 2024

  1. refactor(ast): type params field before params in TS function declara…

    …tion types (#6391)
    
    Our convention is that AST type fields are ordered in order they appear in source. Move `type_parameters` fields in TS function declaration types to before `this_param` and formal parameters.
    overlookmotel committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    073b02a View commit details
    Browse the repository at this point in the history