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

Converted another ~70 test files to strictNullChecks #65672

Merged
merged 2 commits into from
Dec 28, 2018
Merged

Converted another ~70 test files to strictNullChecks #65672

merged 2 commits into from
Dec 28, 2018

Commits on Dec 25, 2018

  1. Converted another ~70 test files to strictNullChecks

    These are the remaining test files that didn't require any changes to non-test file types. I'll send those in separately.
    
    Most changes were automatic and small (`!`s).
    The only non-trival change is that `extHostSearch.ts` needs an interface for its test data.
    
    Again used [TypeStat](https://github.com/JoshuaKGoldberg/TypeStat) when possible per #65581. I'm happy to split this up into smaller PRs if you'd prefer!
    Josh Goldberg committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    f9b2f8e View commit details
    Browse the repository at this point in the history
  2. Added missing !s to commands.test.ts

    Josh Goldberg committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    9e1c1bb View commit details
    Browse the repository at this point in the history