-
Notifications
You must be signed in to change notification settings - Fork 30.4k
Turbopack: fix tracking modifications for transient and data #89228
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
This stack of pull requests is managed by Graphite. Learn more about stacking. |
lukesandberg
left a comment
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.
@lukesandberg approved this PR from Slack with Graphite
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
|
Thank you for your favor |
1 similar comment
|
Thank you for your favor |
… to more structurally prevent bugs like what was fixed in [#89228](#89228) * generate flags accessors using the same pattern as normal accessors * correctly handle category when encoding/decoding Previously a number of things were special cased for flags since they originally all happened to be `transient` or `meta`, but that is no longer true
… to more structurally prevent bugs like what was fixed in [#89228](#89228) * generate flags accessors using the same pattern as normal accessors * correctly handle category when encoding/decoding Previously a number of things were special cased for flags since they originally all happened to be `transient` or `meta`, but that is no longer true
… to more structurally prevent bugs like what was fixed in [#89228](#89228) * generate flags accessors using the same pattern as normal accessors * correctly handle category when encoding/decoding Previously a number of things were special cased for flags since they originally all happened to be `transient` or `meta`, but that is no longer true

What?
track modifications on the correct category