This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 0e87752 [BYOC, MergeComposite] Add additional check before re-using
the cached match (#5552)
add de866b0 [WEB] Setup lint, doc, test (#5556)
No new revisions were added by this update.
Summary of changes:
web/.eslintrc.json | 34 +++++++++++++
web/Makefile | 7 ++-
.../riscv_spike/utvm_init.s => web/jest.config.js | 50 ++++++++++---------
web/package.json | 56 ++++++++++++----------
web/tests/node/test_module_load.js | 21 ++++----
web/tests/node/test_ndarray.js | 14 ++++--
web/tests/node/test_packed_func.js | 45 +++++------------
web/typedoc.json | 11 +++++
8 files changed, 140 insertions(+), 98 deletions(-)
create mode 100644 web/.eslintrc.json
copy src/runtime/micro/device/riscv_spike/utvm_init.s => web/jest.config.js
(86%)
create mode 100644 web/typedoc.json