This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 096672c3c Bump golang.org/x/sys to 0.0.0-20220412211240-33da011f77ad
add 68820ce61 THRIFT-5802: Validate set uniqueness in Node.js library
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_js_generator.cc | 24 +++++-
lib/js/src/thrift.js | 13 +++
lib/nodejs/lib/thrift/thrift.js | 13 +++
lib/nodejs/test/check_set_uniqueness.test.js | 96 ++++++++++++++++++++++
lib/nodejs/test/testAll.sh | 1 +
5 files changed, 144 insertions(+), 3 deletions(-)
create mode 100644 lib/nodejs/test/check_set_uniqueness.test.js