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
The TypeScript compiler API supports transforms for a while now. It should be possible to implement the main functionality independent of webpack, and then expose it as a compiler transform as well as a webpack loader.
Keep an eye on microsoft/TypeScript#14419 to see if a common approach to using typescript with compiler transforms comes about.
joelday, ypconstante, SalvatorePreviti and agilgur5