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

More did-you-mean errors on classes in plain JS #49827

Merged
merged 6 commits into from
Sep 22, 2023

Commits on Jul 7, 2022

  1. More did-you-mean errors on classes in plain JS

    Classes
    - that are declared with class declarations or expressions, but not
      constructor functions
    - and which have nothing in their heritage clauses
    
    Now provide spelling suggestions on misspelled property accesses.
    
    Because of JS support for assignment-as-declaration, it's still easy
    to mistakenly declare a property with a typo and not get any
    suggestions.
    sandersn committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c850390 View commit details
    Browse the repository at this point in the history
  2. fix semicolon lint

    sandersn committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    1b72301 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    a647657 View commit details
    Browse the repository at this point in the history
  2. Post-merge update

    sandersn committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    19e4a47 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Also exclude class with decorators

    Since decorators can introduce arbitrary properties
    sandersn committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ce47269 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    516e6e6 View commit details
    Browse the repository at this point in the history