You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by do...@apache.org on 2021/06/03 03:03:10 UTC

[arrow] branch master updated (bbf0e67 -> c420ce2)

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

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


    from bbf0e67  ARROW-12875: [JS] Upgrade Jest and other minor updates
     add c420ce2  ARROW-12393: [JS] Use closure compiler for all UMD targets

No new revisions were added by this update.

Summary of changes:
 js/gulp/closure-task.js              |   6 +-
 js/gulp/compile-task.js              |   4 +-
 js/gulp/minify-task.js               |  87 ----
 js/gulp/util.js                      |  35 +-
 js/gulpfile.js                       |   5 +-
 js/src/util/math.ts                  |   3 +-
 js/tsconfig/tsconfig.es2015.cls.json |   4 +-
 js/tsconfig/tsconfig.esnext.cls.json |   4 +-
 js/yarn.lock                         | 981 +++++++++++++++++++----------------
 9 files changed, 543 insertions(+), 586 deletions(-)
 delete mode 100644 js/gulp/minify-task.js