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
Applying our babel-plugin (without stripping the TS annotations) seems to produce TS-valid code in general, the code has a lot of unused variables, which makes debugging or ejecting harder (e.g. because ts-lint would complain).
Example of outputs:
The text was updated successfully, but these errors were encountered:
Applying our babel-plugin (without stripping the TS annotations) seems to produce TS-valid code in general, the code has a lot of unused variables, which makes debugging or ejecting harder (e.g. because ts-lint would complain).
Example of outputs:
The text was updated successfully, but these errors were encountered: