-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
[Compiler playground] bold changed passes #29159
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Comparing: 597ad74...967fb95 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
This is neat, thanks! |
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.
Nice! Many of us are in transit so just some quick feedback, we’ll try to do a full review soon
Yess the new output looks so good! |
Summary
In the playground, it's hard to see at a glance what compiler passes are involved in introducing changes.
This PR bolds every pass that introduces a change.
How did you test this change?
Before:
After: