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

Make plugin Prettier v3 only + add 3rd-party plugin support #195

Merged
merged 33 commits into from Aug 9, 2023

Commits on Aug 9, 2023

  1. Update jest

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d3cbcb4 View commit details
    Browse the repository at this point in the history
  2. Rename file

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e4fca25 View commit details
    Browse the repository at this point in the history
  3. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    103e7eb View commit details
    Browse the repository at this point in the history
  4. Add plugin support doc

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cc495e0 View commit details
    Browse the repository at this point in the history
  5. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c720f06 View commit details
    Browse the repository at this point in the history
  6. Split into CJS and ESM builds

    The CJS build only supports Prettier v2 and the ESM build only supports Prettier v3. This works out fine because Prettier v3 loads plugins using `import()` and Prettier v2 loads plugins using `require()`.
    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ef1fd55 View commit details
    Browse the repository at this point in the history
  7. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c5cbc75 View commit details
    Browse the repository at this point in the history
  8. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5fc6ab3 View commit details
    Browse the repository at this point in the history
  9. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    98cfc99 View commit details
    Browse the repository at this point in the history
  10. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ca62270 View commit details
    Browse the repository at this point in the history
  11. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    15765bc View commit details
    Browse the repository at this point in the history
  12. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5ec90a5 View commit details
    Browse the repository at this point in the history
  13. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    bb2a8c7 View commit details
    Browse the repository at this point in the history
  14. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    95f9aa4 View commit details
    Browse the repository at this point in the history
  15. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    980145e View commit details
    Browse the repository at this point in the history
  16. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2a7cfa1 View commit details
    Browse the repository at this point in the history
  17. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    89f4ae3 View commit details
    Browse the repository at this point in the history
  18. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    947f2bf View commit details
    Browse the repository at this point in the history
  19. Cleanup

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ac6d50f View commit details
    Browse the repository at this point in the history
  20. Tweak workflow

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7db93ca View commit details
    Browse the repository at this point in the history
  21. wip

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    51ca259 View commit details
    Browse the repository at this point in the history
  22. Add exports field

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c8637b7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c6de9f5 View commit details
    Browse the repository at this point in the history
  24. Update pug

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    162c826 View commit details
    Browse the repository at this point in the history
  25. Update version number

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e7cd5bc View commit details
    Browse the repository at this point in the history
  26. Update deps

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0d49e14 View commit details
    Browse the repository at this point in the history
  27. Update tests

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7d539b9 View commit details
    Browse the repository at this point in the history
  28. Update deps

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    53187f3 View commit details
    Browse the repository at this point in the history
  29. Rename file

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    70a4f25 View commit details
    Browse the repository at this point in the history
  30. Update workflow

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7d33c77 View commit details
    Browse the repository at this point in the history
  31. Update readme

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4e74e3a View commit details
    Browse the repository at this point in the history
  32. Update

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e7ca835 View commit details
    Browse the repository at this point in the history
  33. Re-enable minification

    thecrypticace committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0c509bb View commit details
    Browse the repository at this point in the history