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

NoReservedKeywordParameterNames: more specific error indicator #107

Merged

Commits on Mar 19, 2022

  1. NoReservedKeywordParameterNames: more specific error indicator

    The warning for reserved keywords used in parameter names would previously be thrown on the line (+ column) where the `function` keyword for the function declaration was found.
    
    This commit changes that to pinpoint the exact location of the reserved keyword used as a parameter name.
    
    Includes adjusting one existing test to safeguard this (and safeguard handling with references and type declarations).
    jrfnl committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    2fa8e1a View commit details
    Browse the repository at this point in the history