fix(transformer/styled-components): template literal expressions order is wrong after minification#12211
Merged
graphite-app[bot] merged 1 commit intomainfrom Jul 11, 2025
Conversation
Member
Author
CodSpeed Instrumentation Performance ReportMerging #12211 will not alter performanceComparing Summary
|
5529cef to
0c432f4
Compare
0c432f4 to
6347a6c
Compare
6749f11 to
75fb8cc
Compare
6347a6c to
23644b5
Compare
75fb8cc to
a2be0e0
Compare
23644b5 to
0928f4a
Compare
This was referenced Jul 11, 2025
0928f4a to
bdccba7
Compare
bdccba7 to
00cd55e
Compare
overlookmotel
approved these changes
Jul 11, 2025
Member
Merge activity
|
00cd55e to
08bc7ca
Compare
08bc7ca to
e93e4c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Related: #12202
swap_removewill swap the last element to the index you want to remove, so this will cause the expression's order to be incorrect. Here is order sensitive, so we can't useswap_remove.