You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think supporting the * character makes a lot of sense. We've obviously just included namespaces for all of our supported languages to this point. Don't think this would be a big change, but not sure either when we would have the time to get to it. Will add it to our list of features to support.
is recommended in https://www.manning.com/books/programmers-guide-to-apache-thrift-cx (please ignore the cancelled message) and compiles fine using the namespace in all languages (that I've tried) using the Apache Thrift code generator.
With
thrift-typescript
I encounter:I can bypass it by replacing
*
withjs
but then I am going to have to duplicate the namespace line for each language I want to support.Is this an approach that thrift-typescript could support or is my current approach actually a bad idea in practice?
The text was updated successfully, but these errors were encountered: