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

Formalize TypeScrip type definition generation #2486

Closed
wants to merge 44 commits into from
Closed

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    9859071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d8618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cc37ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f56b078 View commit details
    Browse the repository at this point in the history
  5. Fix TS warning.

    peterp committed May 11, 2021
    Configuration menu
    Copy the full SHA
    b007329 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c722e19 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Fix tests for Windows.

    peterp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    51cc986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4123375 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d3b469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6dacb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6136b5a View commit details
    Browse the repository at this point in the history
  6. Clean up comments.

    peterp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    10b4f2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3c61cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    115ee8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d611602 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    514d636 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e13137 View commit details
    Browse the repository at this point in the history
  12. Bump lock file.

    peterp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    71d9598 View commit details
    Browse the repository at this point in the history
  13. Fix test.

    peterp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    6a04d5b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f226a6 View commit details
    Browse the repository at this point in the history
  15. Fix lint errors.

    peterp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c1b859c View commit details
    Browse the repository at this point in the history
  16. Export fn to generate types.

    peterp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    860b040 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ab18d44 View commit details
    Browse the repository at this point in the history
  18. Add command to generate types.

    peterp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    38d3451 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    618d84b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9272814 View commit details
    Browse the repository at this point in the history
  21. Replace glob with fast-glob.

    peterp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    a8dd4f8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1772964 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Add jsx ast tools.

    peterp committed May 22, 2021
    Configuration menu
    Copy the full SHA
    cd0566c View commit details
    Browse the repository at this point in the history
  2. Clean up generate types.

    peterp committed May 22, 2021
    Configuration menu
    Copy the full SHA
    d86adec View commit details
    Browse the repository at this point in the history
  3. Bump yarn lock.

    peterp committed May 22, 2021
    Configuration menu
    Copy the full SHA
    55346e9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Configuration menu
    Copy the full SHA
    a8b760e View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    peterp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    36350bf View commit details
    Browse the repository at this point in the history
  3. Clean up some code.

    peterp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    65d1adc View commit details
    Browse the repository at this point in the history
  4. Fix lint and tests.

    peterp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    92ab706 View commit details
    Browse the repository at this point in the history
  5. Rename findFiles to files.

    peterp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    c3a6071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5164788 View commit details
    Browse the repository at this point in the history
  7. Fix build script.

    peterp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    40ccea8 View commit details
    Browse the repository at this point in the history
  8. Adjust generated paths.

    peterp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    e070b2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f787c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    65cb1c3 View commit details
    Browse the repository at this point in the history
  11. Remove unused mock from test.

    peterp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    b6e7464 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac0bfc0 View commit details
    Browse the repository at this point in the history
  13. Generate all types.

    peterp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    a85566a View commit details
    Browse the repository at this point in the history