Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non typescript applications #19

Open
morsdyce opened this issue Aug 13, 2020 · 1 comment
Open

Support non typescript applications #19

morsdyce opened this issue Aug 13, 2020 · 1 comment
Labels

Comments

@morsdyce
Copy link

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.

@nivekcode
Copy link
Owner

@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. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants