-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix example selection in REPL #5653
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
Conversation
prettier-plugin-organize-imports was removing the import without vue-tsc installed
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#fix-repl-examples Notice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report!Rough benchmark
Internal benchmark
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5653 +/- ##
=======================================
Coverage 99.39% 99.39%
=======================================
Files 242 242
Lines 9345 9345
Branches 2470 2470
=======================================
Hits 9288 9288
Misses 48 48
Partials 9 9 ☔ View full report in Codecov by Sentry. |
This PR has been released as part of rollup@4.22.0. You can test it via |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix-repl-examples
prettier-plugin-organize-imports was removing the import without vue-tsc installed
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
Via the introduction of prettier-plugin-organize-imports, an import in one of the REPL Vue files was removed that broke the example selection dropdown. This is fixed by also making vue-tsc a dependency. I hope at some time I will find some time to set up some E2E Tests for the REPL to avoid such things in the future...