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

Improve type checking #41427

Merged
merged 24 commits into from Oct 19, 2022
Merged

Improve type checking #41427

merged 24 commits into from Oct 19, 2022

Commits on Oct 8, 2022

  1. type plugin

    shuding committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    0ae364c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. improve types path

    shuding committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    539f575 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. change ts check order

    shuding committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b78faa7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. typechecker

    shuding committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    1120c72 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. update test app

    shuding committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f557c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f8a27 View commit details
    Browse the repository at this point in the history
  3. reorganize

    shuding committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    763f60c View commit details
    Browse the repository at this point in the history
  4. check more stuff

    shuding committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    a204e7d View commit details
    Browse the repository at this point in the history
  5. fix type error

    shuding committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    07e3659 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    d14cae7 View commit details
    Browse the repository at this point in the history
  2. resolve linter errors

    shuding committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    dc01828 View commit details
    Browse the repository at this point in the history
  3. fix relative paths

    shuding committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    09dc218 View commit details
    Browse the repository at this point in the history
  4. disable the plugin at dev

    shuding committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    586ba8b View commit details
    Browse the repository at this point in the history
  5. reorganize code

    shuding committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    200f17d View commit details
    Browse the repository at this point in the history
  6. change to use .entries

    shuding committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    8e175bc View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
    shuding and sokra committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b0dfa25 View commit details
    Browse the repository at this point in the history
  8. fix

    shuding committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b869ce1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    3f0eafb View commit details
    Browse the repository at this point in the history
  2. fix lint error

    shuding committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    207fd91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1834182 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. support src folder

    shuding committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0eba38e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21adabb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc9199b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84d4146 View commit details
    Browse the repository at this point in the history