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
TypeScript support only two way of TSX transformation:
Preserve. I can compile to preserve and process file by classic JSX transform. This way support many framework.
React. This is hard coded transformation only for React. This way is not honest in relation to other frameworks.
I want to use TSX view on difference frameworks, such as angular 1/2, mithril, vanilajs and others. Maybe well be better make not a hard coded transformation? Maybe better way well be make customizable transformation rule, based on d.ts.
The text was updated successfully, but these errors were encountered:
This turns out to be a lot of work for the sake of a minor convenience. Is there anything actually blocking you from using Preserve + the normal tool for the job?
TypeScript support only two way of TSX transformation:
I want to use TSX view on difference frameworks, such as angular 1/2, mithril, vanilajs and others. Maybe well be better make not a hard coded transformation? Maybe better way well be make customizable transformation rule, based on d.ts.
The text was updated successfully, but these errors were encountered: