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

Jest tests fail with RN >= 52 because transformer doesn't return transpiled text, only ast #40

Open
ds300 opened this issue Jan 10, 2018 · 2 comments

Comments

@ds300
Copy link
Owner

ds300 commented Jan 10, 2018

from #39 (comment)

@ds300
Copy link
Owner Author

ds300 commented Jan 17, 2018

Not really sure what to do about this, except add babel-generator to the mix. But that'd be in the jest transformer wrapper, not in this package

@vovkasm
Copy link

vovkasm commented Jan 18, 2018

Actually it almost unusable until jest will add ability to handle source maps for transformed files, because retain lines does not help with typescript. Some links:

I did experiments with various variants, and still my transformer looks almost like that from comment.

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

No branches or pull requests

2 participants