-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fix source mapping in react-native 0.52 #39
Comments
Configuration for running jest tests described in #21 (comment) also doesn't work with 0.52 It is failing with error:
|
Ah yes, that makes sense. Thanks for the heads-up! I'm going to try duplicating the old upstream transformer locally. |
Another thing I'm trying is traversing the ast and updating its mappings in place. Seems doable so far. |
Jest tests are still failing with the same error as mentioned in my previous comment :| |
Ah yes. I should have made another issue for that |
@dluksza you can do this for now:
It doesn't do source mapping, but then neither did the original version. |
@ds300 thank you that works! :D |
following discussion from from #37
The text was updated successfully, but these errors were encountered: