GitHub user bananer opened a pull request:
https://github.com/apache/thrift/pull/1452
THRIFT-4406: ES6 compatible JavaScript with Promises
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bananer/thrift THRIFT-4406-pr
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1452.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1452
----
commit ed1efba5ddd4d632bf53b0a9ef0b485b82979a04
Author: Philip Frank <ich@...>
Date: 2017-12-06T11:38:05Z
THRIFT-4406: Optionally generate ES6 compatible JavaScript where service
methods return Promises
includes tests and TypeScript support
----
---