-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[code-infra] Migrate to prettier async APIs #40668
Conversation
Netlify deploy previewhttps://deploy-preview-40668--material-ui.netlify.app/ Bundle size report |
{ | ||
files: ['**/*.json'], | ||
options: { | ||
trailingComma: 'none', |
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.
This seems to be needed in upcoming major of prettier. I'm already adding it
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.
Seems to be working well.
blocked on mui/mui-x#11734 which in turn is blocked on mui/mui-x#11671 |
Signed-off-by: Jan Potoms <2109932+Janpot@users.noreply.github.com>
Sync APIs are deprecated in upcoming major.
Pushing these changes without bumping the major to avoid cluttering it with all the formatting changes.
Haven't deeply investigated, but it looks like there are more opportunities for parallelization in these scripts. I also noticed a few sync IO calls.