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 f5f894c6f chore: Add npm to dependabot (#6318)
add e6be56111 feat(bindings/nodejs): Add ListOptions support for new
options API (#6320)
No new revisions were added by this update.
Summary of changes:
bindings/nodejs/generated.d.ts | 85 +++++++++-
bindings/nodejs/src/capability.rs | 12 ++
bindings/nodejs/src/lib.rs | 104 ++++++++-----
bindings/nodejs/src/options.rs | 62 ++++++++
.../nodejs/tests/suites/asyncListOptions.suite.mjs | 173 +++++++++++++++++++++
bindings/nodejs/tests/suites/index.mjs | 4 +
.../nodejs/tests/suites/syncListOptions.suite.mjs | 173 +++++++++++++++++++++
7 files changed, 571 insertions(+), 42 deletions(-)
create mode 100644 bindings/nodejs/tests/suites/asyncListOptions.suite.mjs
create mode 100644 bindings/nodejs/tests/suites/syncListOptions.suite.mjs