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 for TypeScript #122

Closed
mergepls opened this issue Jul 27, 2018 · 6 comments
Closed

Support for TypeScript #122

mergepls opened this issue Jul 27, 2018 · 6 comments

Comments

@mergepls
Copy link

I would like to transition our Mocha Chai test suite into Jest however, there are all written in TypeScript. Is there any plans to support TypeScript I am sure it will be greatly appreciated by many?

@skovhus
Copy link
Owner

skovhus commented Jul 29, 2018

I would love to support TypeScript! Problem is the underlying libraries we are using...

jscodeshift has recently made some progress to support TypeScript. If you are up for it, please try to contribute to some of these issues/PRs:

Related #102

@domoritz
Copy link

domoritz commented Dec 5, 2018

0.6.0 supports typescript. Can you update?

@skovhus
Copy link
Owner

skovhus commented Dec 5, 2018

Great!

Besides upgrading jscodeshift I would like us to add a small integration test that documents the support.

Are you up for doing a PR?

@domoritz
Copy link

domoritz commented Dec 5, 2018

Unfortunately no but I look forward to using it when it works.

@skovhus
Copy link
Owner

skovhus commented Dec 8, 2018

@domoritz @ericlam51 I've just released 0.18.0 with TypeScript support. 🍾

Please try it out, and let me know if it works for you.

Thanks for your patience.

@skovhus
Copy link
Owner

skovhus commented Dec 8, 2018

If you do experience any issues with the codemod, please create a new issue with reproducible steps.

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

No branches or pull requests

3 participants