This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from a865dc9 ARROW-12375: [Release] Remove rebase post-release scripts
add ccdbbe3 ARROW-12384: [JS] Use let/const and clean up eslint rules
No new revisions were added by this update.
Summary of changes:
js/.eslintrc.js | 29 +++------
js/src/bin/arrow2csv.ts | 6 +-
js/src/builder.ts | 4 +-
js/src/builder/dictionary.ts | 4 +-
js/src/builder/valid.ts | 2 +-
js/src/column.ts | 2 +-
js/src/compute/dataframe.ts | 4 +-
js/src/data.ts | 5 +-
js/src/fb/File.ts | 18 +++---
js/src/fb/Message.ts | 42 ++++++-------
js/src/fb/Schema.ts | 134 ++++++++++++++++++++---------------------
js/src/io/adapters.ts | 10 +--
js/src/io/file.ts | 4 +-
js/src/io/node/iterable.ts | 6 +-
js/src/io/stream.ts | 3 +-
js/src/ipc/metadata/json.ts | 2 +
js/src/ipc/metadata/message.ts | 7 ++-
js/src/ipc/reader.ts | 6 +-
js/src/recordbatch.ts | 2 +-
js/src/table.ts | 6 +-
js/src/type.ts | 8 ++-
js/src/util/args.ts | 20 +++---
js/src/util/bit.ts | 4 +-
js/src/util/bn.ts | 15 +++--
js/src/util/buffer.ts | 12 ++--
js/src/util/int.ts | 24 ++++----
js/src/util/math.ts | 8 +--
js/src/util/recordbatch.ts | 9 ++-
js/src/util/vector.ts | 6 +-
js/src/vector/chunked.ts | 22 ++++---
js/src/vector/float.ts | 6 +-
js/src/vector/int.ts | 6 +-
js/src/vector/row.ts | 3 +-
33 files changed, 231 insertions(+), 208 deletions(-)