This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 97514cd87 feat(services/moka): expose more moka configurations (#6285)
add 073e5b4e0 feat(bindings/nodejs): Add StatOptions support for new
options API (#6282)
No new revisions were added by this update.
Summary of changes:
bindings/nodejs/generated.d.ts | 74 +++++-
bindings/nodejs/generated.js | 3 +-
bindings/nodejs/package.json | 2 +-
bindings/nodejs/pnpm-lock.yaml | 293 ++++++++++++---------
bindings/nodejs/src/capability.rs | 36 +++
bindings/nodejs/src/lib.rs | 59 ++++-
bindings/nodejs/src/options.rs | 96 +++++++
.../nodejs/tests/suites/asyncStatOptions.suite.mjs | 174 ++++++++++++
bindings/nodejs/tests/suites/index.mjs | 4 +
.../nodejs/tests/suites/syncStatOptions.suite.mjs | 171 ++++++++++++
bindings/nodejs/tests/utils.mjs | 4 +
bindings/nodejs/vitest.config.mjs | 9 +-
12 files changed, 794 insertions(+), 131 deletions(-)
create mode 100644 bindings/nodejs/src/options.rs
create mode 100644 bindings/nodejs/tests/suites/asyncStatOptions.suite.mjs
create mode 100644 bindings/nodejs/tests/suites/syncStatOptions.suite.mjs