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
{{ message }}
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Right now it seems fbt is tightly coupled with babel, which makes it really hard to use for projects using other compilers, like SWC. It would be great if we can port the babel plugin over there or making fbt work more independent with the compiler.
Motivation
SWC and some other compilers are getting more attention recently because of the performance booster over babel, i think more projects may start adopting them, so having it not coupled with one particular compiler can be very beneficial.
Example
For projects using SWC that wants to use fbt as their i18n solution.
Pitch
it should be part of the fbt framework i believe.
The text was updated successfully, but these errors were encountered:
Also any plan to move fbt to ts ? right now the @types/fbt is quite outdated, it would be great to have better type support from the project directly ;)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🚀 Feature Proposal
Right now it seems
fbt
is tightly coupled withbabel
, which makes it really hard to use for projects using other compilers, likeSWC
. It would be great if we can port the babel plugin over there or makingfbt
work more independent with the compiler.Motivation
SWC and some other compilers are getting more attention recently because of the performance booster over babel, i think more projects may start adopting them, so having it not coupled with one particular compiler can be very beneficial.
Example
For projects using SWC that wants to use
fbt
as their i18n solution.Pitch
it should be part of the fbt framework i believe.
The text was updated successfully, but these errors were encountered: