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

Add a switch for reporting expensive statements #37785

Closed
wants to merge 12 commits into from

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    52e2ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebf8288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86fbb03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fac294 View commit details
    Browse the repository at this point in the history
  5. Ignore expensive statements in .d.ts files

    ...rather than just dropping the first one, now that .d.ts file checking
    is front-loaded.
    amcasey committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3ddf1ff View commit details
    Browse the repository at this point in the history
  6. Include type alias and interface declarations

    Thanks to @RyanCavanaugh for the suggestion!
    amcasey committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    36b2865 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f5e138 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e2dfd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    906c503 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    9d24de1 View commit details
    Browse the repository at this point in the history
  2. Add missing semicolon

    amcasey committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    e15bec8 View commit details
    Browse the repository at this point in the history
  3. Discount literal types

    amcasey committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    ca645f8 View commit details
    Browse the repository at this point in the history