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
I clone this repo and try to run on a typescript file and it works.
Could you tell what's lacking with typescript support?
Therefore, I could avoid using it with those unsupported cases.
Thanks for this awesome project. It's really a time saver.
The text was updated successfully, but these errors were encountered:
Hi, thanks :)
Yeah, TypeScript kinda works, but it's basically stripped down to JavaScript, meaning, all type definitions simply ignored and code flow (condition blocks, etc) treated the same as it was JavaScript. For majority cases it all should look fine as far as babel transpiler, used under the hood to build AST, supports that TypeScript syntax.
I clone this repo and try to run on a typescript file and it works.
Could you tell what's lacking with typescript support?
Therefore, I could avoid using it with those unsupported cases.
Thanks for this awesome project. It's really a time saver.
The text was updated successfully, but these errors were encountered: