Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
2
vendor/git.apache.org/thrift.git/tutorial/nodejs/Makefile.am
generated
vendored
2
vendor/git.apache.org/thrift.git/tutorial/nodejs/Makefile.am
generated
vendored
|
@ -17,8 +17,6 @@
|
|||
# under the License.
|
||||
#
|
||||
|
||||
THRIFT = $(top_builddir)/compiler/cpp/thrift
|
||||
|
||||
gen-nodejs/Calculator.js gen-nodejs/SharedService.js: $(top_srcdir)/tutorial/tutorial.thrift
|
||||
$(THRIFT) --gen js:node -r $<
|
||||
|
||||
|
|
2
vendor/git.apache.org/thrift.git/tutorial/nodejs/NodeClient.js
generated
vendored
2
vendor/git.apache.org/thrift.git/tutorial/nodejs/NodeClient.js
generated
vendored
|
@ -20,7 +20,7 @@
|
|||
var thrift = require('thrift');
|
||||
var Calculator = require('./gen-nodejs/Calculator');
|
||||
var ttypes = require('./gen-nodejs/tutorial_types');
|
||||
|
||||
const assert = require('assert');
|
||||
|
||||
var transport = thrift.TBufferedTransport;
|
||||
var protocol = thrift.TBinaryProtocol;
|
||||
|
|
2
vendor/git.apache.org/thrift.git/tutorial/nodejs/NodeClientPromise.js
generated
vendored
2
vendor/git.apache.org/thrift.git/tutorial/nodejs/NodeClientPromise.js
generated
vendored
|
@ -20,7 +20,7 @@
|
|||
var thrift = require('thrift');
|
||||
var Calculator = require('./gen-nodejs/Calculator');
|
||||
var ttypes = require('./gen-nodejs/tutorial_types');
|
||||
|
||||
const assert = require('assert');
|
||||
|
||||
var transport = thrift.TBufferedTransport;
|
||||
var protocol = thrift.TBinaryProtocol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue