summaryrefslogtreecommitdiff
path: root/lib/nodejs
diff options
context:
space:
mode:
authorKevin Greene <30637378+kevin-greene-ck@users.noreply.github.com>2018-08-01 05:59:18 -0700
committerJames E. King III <jking@apache.org>2018-08-01 08:59:18 -0400
commitfdd735eec34d7ddd7a4a8821bc92a445c92db87c (patch)
treeae0e0325401b62ac3af14894b03ef2bbf5de27fc /lib/nodejs
parente8bec2359899bbc92220cd08398cffee9a6dd1d7 (diff)
downloadthrift-fdd735eec34d7ddd7a4a8821bc92a445c92db87c.tar.gz
THRIFT-4604: NodeJS add Int64 to exports for browserify (#1573)
Diffstat (limited to 'lib/nodejs')
-rw-r--r--lib/nodejs/lib/thrift/browser.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/nodejs/lib/thrift/browser.js b/lib/nodejs/lib/thrift/browser.js
index 4593a8fd1..67ce8535b 100644
--- a/lib/nodejs/lib/thrift/browser.js
+++ b/lib/nodejs/lib/thrift/browser.js
@@ -32,3 +32,5 @@ exports.TFramedTransport = require('./framed_transport');
exports.Protocol = exports.TJSONProtocol = require('./json_protocol');
exports.TBinaryProtocol = require('./binary_protocol');
exports.TCompactProtocol = require('./compact_protocol');
+
+exports.Int64 = require('node-int64');