creditkarma / thrift-typescript

Generate TypeScript from Thrift IDL files
Apache License 2.0
155 stars 32 forks source link

feat: Expose annotations for structs and services #128

Closed kevin-greene-ck closed 6 years ago

kevin-greene-ck commented 6 years ago

@rbattala-ck I know you're probably not that familiar with this code yet, but if you could just give this a sanity check it would be much appreciated. I need to update some of the test fixtures to have empty annotations, but the logic should be ready.

kevin-greene-ck commented 6 years ago

This isn't handling services that extend other services yet. A service should inherit annotations.