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

Only suggest @param codefixes in TS #47959

Merged
merged 4 commits into from Feb 18, 2022
Merged

Commits on Feb 18, 2022

  1. Only issue @param suggestions with codefixes in TS

    Previously, there were 2 JS errors that were issued as suggestions in TS
    files. But there was no codefix for these errors, and the errors were
    incorrect in TS.
    
    This PR only issues the JS-specific errors on JS files.
    sandersn committed Feb 18, 2022
    Copy the full SHA
    465042e View commit details
    Browse the repository at this point in the history
  2. Minimise test

    sandersn committed Feb 18, 2022
    Copy the full SHA
    4056b38 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4fb10f1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    72499ac View commit details
    Browse the repository at this point in the history