Conversation
# Conflicts: # src/js_macro_folder.rs
|
@andrii-bodnar this one is ready for merge |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #202 +/- ##
==========================================
+ Coverage 92.69% 93.01% +0.31%
==========================================
Files 8 8
Lines 1465 1531 +66
==========================================
+ Hits 1358 1424 +66
Misses 107 107
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
@timofei-iatsenko what if we cherry-pick #201 to the |
|
I did it not only to be able to use #201 with v5, but for generally unblock users to keep updated with a swc_core bumps switching to v6. I hope that should not happend to ofthen, thanks of new compatibility changes they did. This breaking change between v5 and v6 is quite artificial, and if we can provide a backward compatibility for a while - i would do that. SWC plugin is already have a lot of troubles with SWC compatibility. Hope it makes sense. |
|
That also seems reasonable, given that this is the only actual breaking change between the two versions. |
Adds
"useLinguiV5IdGeneration": trueto plugin parametersAllow to switch between V5 and V6 generateId behaviors.
This allows to use v6 release channel with v5 @lingui/cli