creditkarma / thrift-typescript

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

Import error for "thrift" in generated Typescript with thrift 0.13.0, 0.12.0 is OK. #188

Open mfickett opened 4 years ago

mfickett commented 4 years ago

To reproduce this issue:

Then:

Expected: Still works Observed:

This dependency was not found:

* thrift in ./codegen/Message.ts, ./codegen/ChatService.ts and 5 others

To install it, you can run: npm install --save thrift