Upgrading dependencies to gorealis v2 and thrift 0.12.0
This commit is contained in:
parent
7cbbea498b
commit
54b8d7942a
1327 changed files with 137391 additions and 61476 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