-
Notifications
You must be signed in to change notification settings - Fork 32
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
import =
is not supported by @babel/plugin-transform-typescript
#150
Comments
If I remember correctly it was because of the way |
@kevin-greene-ck |
I've opened #155 to update the thrift-server output to imit |
I am currently using the Apache Thrift output and also get the I am also patiently waiting for an update on this one :) |
I've just run into this issue. Actually, I'm trying to make use of thrift-typescript on the browser front end. While I can replace the |
I also have this problem. I change |
For Int64 the generated code is:
But this syntax is not supported by @babel/plugin-transform-typescript, and I think
should work the same.
I wonder why choosed to use
import =
statement?The text was updated successfully, but these errors were encountered: