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
We briefly discussed fast transpilation tools in #31, and with isolatedDeclarations I think it is worth revisiting. I know this option and its surrounding features and ecosystem are still in their infancy. However, I don't think it'll be long before it matures, and we can both use tsc faster (for both building and generation of declaration files, without the slow checker running at any point) and also third-party fast tools (again, for both). It might even make sense to use a combination of third-party tools for transpilation + tsc for declaration files.
I'm just filing this to get the conversation started :)
The text was updated successfully, but these errors were encountered:
We briefly discussed fast transpilation tools in #31, and with
isolatedDeclarations
I think it is worth revisiting. I know this option and its surrounding features and ecosystem are still in their infancy. However, I don't think it'll be long before it matures, and we can both usetsc
faster (for both building and generation of declaration files, without the slow checker running at any point) and also third-party fast tools (again, for both). It might even make sense to use a combination of third-party tools for transpilation + tsc for declaration files.I'm just filing this to get the conversation started :)
The text was updated successfully, but these errors were encountered: