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

refactor(gatsby): Convert inference metadata to TypeScript #23264

Merged
merged 10 commits into from
Apr 21, 2020

Commits on Apr 18, 2020

  1. Configuration menu
    Copy the full SHA
    de7ec6d View commit details
    Browse the repository at this point in the history
  2. Remove unused variable

    chooban committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    97435a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Forgot some types

    chooban committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    ab988e2 View commit details
    Browse the repository at this point in the history
  2. refactor(type-conflict-reporter): Node description

    After tightening the original util function to return a string only, it
    seemed sensible to convert that to use nullish coalescing. At that
    point, seeing the function is only used in a single place and not
    exported, I inlined it.
    chooban committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    f6d872a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    7914fe5 View commit details
    Browse the repository at this point in the history
  2. fix: Extract ValueType type

    chooban committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    aca9fa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8f7653 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e10037 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b356e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Removed redundant comments

    chooban committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2133859 View commit details
    Browse the repository at this point in the history