This is an automated email from the ASF dual-hosted git repository.

jking pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.


    from 98acf18  fix Ubuntu Xenial docker build environment (lock deimos for 
openssl to older version)
     new b5d6ea3  THRIFT-4625: Use let/const variable decorators in ES6 
Javascript
     new c64389a  THRIFT-4625: Pin dart version to 1.x in build

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build/docker/ubuntu-artful/Dockerfile              |  10 +-
 build/docker/ubuntu-bionic/Dockerfile              |  10 +-
 build/docker/ubuntu-xenial/Dockerfile              |   9 +-
 compiler/cpp/src/thrift/generate/t_js_generator.cc | 277 ++++----
 lib/js/Gruntfile.js                                | 186 ++++--
 lib/js/README.md                                   |  17 +-
 lib/js/package-lock.json                           | 736 +++++----------------
 lib/js/package.json                                |   2 +-
 lib/js/test/build.xml                              |   5 +-
 lib/js/test/deep-constructor.test.js               |  34 +-
 lib/js/test/server_http.js                         |  26 +-
 lib/js/test/server_https.js                        |  22 +-
 lib/js/test/test-async.js                          | 296 +++++----
 lib/js/test/test-double-rendering.js               |  28 +-
 lib/js/test/test-es6.html                          |  17 +-
 lib/js/test/test-es6.js                            | 276 ++++----
 lib/js/test/test-jq.js                             | 113 ++--
 lib/js/test/test-nojq.html                         |   4 +-
 lib/js/test/test-nojq.js                           |  15 +-
 lib/js/test/test.html                              |   9 +-
 lib/js/test/test.js                                | 297 +++++----
 lib/js/test/test_handler.js                        |  40 +-
 lib/js/test/testws.html                            |  10 +-
 package-lock.json                                  | 586 ----------------
 package.json                                       |   1 -
 25 files changed, 1097 insertions(+), 1929 deletions(-)

Reply via email to