-
Notifications
You must be signed in to change notification settings - Fork 28
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
Dependencies are out of date #28
Comments
I'm not sure pulling babel in as a dependency is ideal, because all that we're using from react-tools is the displayname transform :\ |
I was just doing some Was that done to address this issue? (It's hard to tell without knowing what coffee-react-jstransform is!) |
Not much. It's still using jstransform, I've just vendored it into the new package. Literally all it is used for is one tiny syntax transform on the JS output of the Coffeescript compiler (to add in the |
may be it will add better error handling? #32 |
Looks like Facebook deprecated JSTransform and react-tools in June. It's being replaced by Babel, which is probably for the better.
https://facebook.github.io/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html
The text was updated successfully, but these errors were encountered: