feat(build): migrate from Prettier to Oxfmt for performant code formatting#42434
feat(build): migrate from Prettier to Oxfmt for performant code formatting#42434hainenber wants to merge 1 commit into
Conversation
…tting Signed-off-by: hainenber <dotronghai96@gmail.com>
Code Review Agent Run #c73f95Actionable Suggestions - 0Additional Suggestions - 1
Filtered by Review RulesBito filtered these suggestions based on rules created automatically for your feedback. Manage rules.
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #42434 +/- ##
==========================================
- Coverage 65.24% 65.23% -0.02%
==========================================
Files 2795 2795
Lines 157643 157704 +61
Branches 36061 36077 +16
==========================================
+ Hits 102853 102877 +24
- Misses 52814 52850 +36
- Partials 1976 1977 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
feat(build): migrate from Prettier to Oxfmt for performant code formatting
SUMMARY
30x faster than Prettier, which is translated to 1 second formatting whole Superset codebase compared to Prettier's 30s!
There'll be more codes added to the project and switching to a more performant formatter is, IMO, future-proofing.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
Green CI
ADDITIONAL INFORMATION