You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also didn't have any Rust expertise but learned specifically for that project. So it's not an excuse 🤪
Honestly i don't have enough motivation / time to continue working on that. Implementing this in Rust is much more complicated, since SWC and Rust ownership model doesn't give the same tools as babel do. So everything related to scopes, traversing, finding references, replacing references you should do on your own inside the Visitor's loop. You could not, for example, find a useLingui statement, get all bindings referencing this statement and transform them in a loop.
I think, it might be a good task for ChatGPT, we have input, we have output, and we simply need to write a transform.
lingui/js-lingui#1859
The text was updated successfully, but these errors were encountered: