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

noImplicitAny as suggestion #27693

Merged
merged 5 commits into from Oct 11, 2018
Merged

noImplicitAny as suggestion #27693

merged 5 commits into from Oct 11, 2018

Commits on Oct 10, 2018

  1. noImplicitAny as suggestion

    Note that not all noImplicitAny errors turn into suggestions. In
    particular,
    
    1. reportErrorsFromWidening does not, because it doesn't log an error
    that infer-from-usage fixes, and fixing it would require
    otherwise-unnecessary code.
    2. auto types do not have implicit any suggestions, because that would
    require running control flow in noImplicitAny mode.
    sandersn committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    e6a57f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Rename reportImplicitAny+forbid it for non-checkJS

    In JS, you only get implicit any errors/suggestions with checkJS or
    ts-check turned on.
    sandersn committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    c835e0c View commit details
    Browse the repository at this point in the history
  2. Update baselines

    sandersn committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    d2fad6a View commit details
    Browse the repository at this point in the history
  3. Use isCheckJsEnabledForFile

    sandersn committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    c59c4eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eea5553 View commit details
    Browse the repository at this point in the history