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
Hi, this looks like a great tool and even something I thought about building myself a lot of times.
I'm curious why you're using the typescript compiler to parse the application instead of babel (with typescript parser).
It has the exact same api and can support both regular javascript and typescript together.
The text was updated successfully, but these errors were encountered:
@morsdyce that's a great idea. I only needed it for TypeScript and I was already familiar with TypeScript's AST. But it would be nice to add Babel and to support ES6 as well. 👍
Hi, this looks like a great tool and even something I thought about building myself a lot of times.
I'm curious why you're using the typescript compiler to parse the application instead of babel (with typescript parser).
It has the exact same api and can support both regular javascript and typescript together.
The text was updated successfully, but these errors were encountered: