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

fix: use synckit to support Prettier 3 #199

Merged
merged 25 commits into from
Feb 6, 2024
Merged

fix: use synckit to support Prettier 3 #199

merged 25 commits into from
Feb 6, 2024

Commits on Dec 1, 2023

  1. fix: use worker_threads to support Prettier 3

    Rebecca Vest committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    84503d6 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    idahogurl authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dc7e9e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. refactor: simplify 'startWorker' function

    Rebecca Vest committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    9236587 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. fix: use synckit to optimize performance

    Rebecca Vest committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4b73779 View commit details
    Browse the repository at this point in the history
  2. chore(dev-deps): downgrade eslint to 8.52.0

    Rebecca Vest committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    128ca4c View commit details
    Browse the repository at this point in the history
  3. chore(dev-deps): lock eslint to 8.52.0

    Rebecca Vest committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a936496 View commit details
    Browse the repository at this point in the history
  4. chore(ci): add worker build command

    Rebecca Vest committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a6907e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. fix: preload worker before first run

    Rebecca Vest committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    d50c5a2 View commit details
    Browse the repository at this point in the history
  2. chore: bump version

    Rebecca Vest committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    24813eb View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Co-authored-by: JounQin <[email protected]>
    idahogurl and JounQin authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    991921c View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: JounQin <[email protected]>
    idahogurl and JounQin authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    19336e5 View commit details
    Browse the repository at this point in the history
  5. fix: update yarn.lock

    Rebecca Vest committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a7ccd05 View commit details
    Browse the repository at this point in the history
  6. chore(dev-deps): remove unused packages

    Rebecca Vest committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a23bf8f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. fix: use synckit with ESM correctly (#201)

    * fix: use synckit with ESM correctly
    
    * chore: add .vsix files into .gitignore
    JounQin authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f2d9d4f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Update CHANGELOG.md

    idahogurl authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    83b051c View commit details
    Browse the repository at this point in the history
  2. Update package.json

    idahogurl authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a76c8b5 View commit details
    Browse the repository at this point in the history
  3. Docs: Add @JounQin as a contributor

    Rebecca Vest committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8981b99 View commit details
    Browse the repository at this point in the history
  4. Update test.yml

    idahogurl authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9c81fc2 View commit details
    Browse the repository at this point in the history
  5. docs: 📝 add jsdoc to ignore functions

    Rebecca Vest committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c849761 View commit details
    Browse the repository at this point in the history
  6. chore: add source maps to output

    Rebecca Vest committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    aeaab5f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    5c3f430 View commit details
    Browse the repository at this point in the history
  2. fix: resolve ESLint errors

    Rebecca Vest committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    118d130 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. fix: resolve absolute path to file url correctly (#206)

    * fix: resolve path to file url correctly
    
    * check if path absolute
    novarolV authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    cc0c41e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Update package.json

    Co-authored-by: JounQin <[email protected]>
    idahogurl and JounQin authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    83d3129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f99daf View commit details
    Browse the repository at this point in the history