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

Moves @types/prettier to this repository #14212

Merged
merged 55 commits into from
Feb 23, 2023
Merged

Commits on Feb 14, 2023

  1. Rename types to thirs-party-types

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c214a2d View commit details
    Browse the repository at this point in the history
  2. Copy index.d.ts from @types/prettier

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6dd2f61 View commit details
    Browse the repository at this point in the history
  3. Make public APIs async

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8ebe6f9 View commit details
    Browse the repository at this point in the history
  4. Add missing formatAST

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    78143d1 View commit details
    Browse the repository at this point in the history
  5. Fix CustomParser

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6b0ad37 View commit details
    Browse the repository at this point in the history
  6. Fix Parser.parse signature

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9f47737 View commit details
    Browse the repository at this point in the history
  7. Add comment

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c4ae339 View commit details
    Browse the repository at this point in the history
  8. Add standalonw.d.ts

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    02252ce View commit details
    Browse the repository at this point in the history
  9. first implement

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ba22cdd View commit details
    Browse the repository at this point in the history
  10. Fix path

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1ba3e37 View commit details
    Browse the repository at this point in the history
  11. Add missing parser .d.ts

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ef57115 View commit details
    Browse the repository at this point in the history
  12. Fix

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1a51066 View commit details
    Browse the repository at this point in the history
  13. Fix path

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f484d0c View commit details
    Browse the repository at this point in the history
  14. Introduce valid tests

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3c3307c View commit details
    Browse the repository at this point in the history
  15. Add unit tests for dts files

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e6d03a7 View commit details
    Browse the repository at this point in the history
  16. Add unit tests

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f65ae80 View commit details
    Browse the repository at this point in the history
  17. Simplify unit testing

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e8fe765 View commit details
    Browse the repository at this point in the history
  18. Tweaks structures

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3a67a9e View commit details
    Browse the repository at this point in the history
  19. Revert needless change

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1796fbb View commit details
    Browse the repository at this point in the history
  20. Fix types path

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    83b3496 View commit details
    Browse the repository at this point in the history
  21. Introduce ts-expect

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    61151eb View commit details
    Browse the repository at this point in the history
  22. Fix doc utils api

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1bad2f2 View commit details
    Browse the repository at this point in the history
  23. Add AstPath API

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    95c5865 View commit details
    Browse the repository at this point in the history
  24. Fix API

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b92f929 View commit details
    Browse the repository at this point in the history
  25. Fix tests

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d9e7714 View commit details
    Browse the repository at this point in the history
  26. Fix changelog

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7064f46 View commit details
    Browse the repository at this point in the history
  27. Move dts

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    73a1a2a View commit details
    Browse the repository at this point in the history
  28. Update module specifiers

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    228c001 View commit details
    Browse the repository at this point in the history
  29. Remove generate dts config file

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8eb2a99 View commit details
    Browse the repository at this point in the history
  30. Update build scripts

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    cc5586f View commit details
    Browse the repository at this point in the history
  31. Fix type errors

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f72c25e View commit details
    Browse the repository at this point in the history
  32. Refactor with namespace imports

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b73e3e8 View commit details
    Browse the repository at this point in the history
  33. Update comments

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    887e862 View commit details
    Browse the repository at this point in the history
  34. Fix build script

    sosukesuzuki authored and fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d732f31 View commit details
    Browse the repository at this point in the history
  35. Improve build script

    fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    baba6de View commit details
    Browse the repository at this point in the history
  36. typing -> types

    fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    62c997b View commit details
    Browse the repository at this point in the history
  37. Clean up

    fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    11d1c82 View commit details
    Browse the repository at this point in the history
  38. Minor tweak

    fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    18d8014 View commit details
    Browse the repository at this point in the history
  39. Minor tweak

    fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7af13d0 View commit details
    Browse the repository at this point in the history
  40. Modify exports field

    fisker committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1d60730 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Fix paths in builder

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f58384c View commit details
    Browse the repository at this point in the history
  2. Refactor

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    2c680ad View commit details
    Browse the repository at this point in the history
  3. Refactor

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    53b7907 View commit details
    Browse the repository at this point in the history
  4. Address review

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    99db4bd View commit details
    Browse the repository at this point in the history
  5. Update changelog

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d1ab837 View commit details
    Browse the repository at this point in the history
  6. Address reviews

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7b4e39f View commit details
    Browse the repository at this point in the history
  7. Remove since from tests

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    4e91996 View commit details
    Browse the repository at this point in the history
  8. Improve utils type def

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    173cb5e View commit details
    Browse the repository at this point in the history
  9. Mark deprecated methods

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ff9e431 View commit details
    Browse the repository at this point in the history
  10. Address review

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7b351ce View commit details
    Browse the repository at this point in the history
  11. Move docs types

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    aa519c9 View commit details
    Browse the repository at this point in the history
  12. Address review

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    9465ed1 View commit details
    Browse the repository at this point in the history
  13. Update c8 config

    sosukesuzuki committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    59e9e88 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Minor tweak

    fisker committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1743161 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    d1cea96 View commit details
    Browse the repository at this point in the history