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

fix: more types #4361

Merged
merged 27 commits into from Jan 28, 2022
Merged

fix: more types #4361

merged 27 commits into from Jan 28, 2022

Commits on Jan 23, 2022

  1. remove type assertion

    dnalborczyk committed Jan 23, 2022
    Copy the full SHA
    5cb4167 View commit details
    Browse the repository at this point in the history
  2. use type imports

    dnalborczyk committed Jan 23, 2022
    Copy the full SHA
    ffe2517 View commit details
    Browse the repository at this point in the history
  3. simplify creating Set

    dnalborczyk committed Jan 23, 2022
    Copy the full SHA
    1db67e0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    891824e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a50cde0 View commit details
    Browse the repository at this point in the history
  6. use more readonly

    dnalborczyk committed Jan 23, 2022
    Copy the full SHA
    31e2bf4 View commit details
    Browse the repository at this point in the history
  7. use type inference

    dnalborczyk committed Jan 23, 2022
    Copy the full SHA
    b44b46b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    58fa511 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    62538d5 View commit details
    Browse the repository at this point in the history
  10. use const + new var

    dnalborczyk committed Jan 23, 2022
    Copy the full SHA
    0a584b8 View commit details
    Browse the repository at this point in the history
  11. add return types

    dnalborczyk committed Jan 23, 2022
    Copy the full SHA
    6bb4195 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    372a8fd View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    9140a2e View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    b841c99 View commit details
    Browse the repository at this point in the history
  15. combine if/else

    dnalborczyk committed Jan 23, 2022
    Copy the full SHA
    fe7e0c4 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    e331522 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Copy the full SHA
    437e90b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Copy the full SHA
    7e87c36 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52d4b21 View commit details
    Browse the repository at this point in the history
  3. Revert "add return types, fix return values"

    This reverts commit b841c99.
    dnalborczyk committed Jan 26, 2022
    Copy the full SHA
    8cf37cb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e75e854 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. use type imports

    dnalborczyk committed Jan 28, 2022
    Copy the full SHA
    488a386 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9e986e6 View commit details
    Browse the repository at this point in the history
  3. use more readonly

    dnalborczyk committed Jan 28, 2022
    Copy the full SHA
    08bec13 View commit details
    Browse the repository at this point in the history
  4. replace any with unknown

    dnalborczyk committed Jan 28, 2022
    Copy the full SHA
    a96d407 View commit details
    Browse the repository at this point in the history
  5. use as const

    dnalborczyk committed Jan 28, 2022
    Copy the full SHA
    196ad88 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2c47163 View commit details
    Browse the repository at this point in the history