This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a change to branch nodejs-stream
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
from 5e57c8a90 instance method to create stream
new c0a01e154 polish
new e82aa60d7 format
new 5c67df8cd try publish
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/bindings_nodejs.yml | 8 +-
bindings/nodejs/.prettierignore | 2 +-
bindings/nodejs/{index.d.ts => generated.d.ts} | 59 ++-
bindings/nodejs/generated.js | 3 +-
bindings/nodejs/index.d.ts | 700 +------------------------
bindings/nodejs/index.js | 94 +++-
bindings/nodejs/package.json | 7 +-
bindings/nodejs/scripts/header.js | 2 +-
bindings/nodejs/src/lib.rs | 53 +-
bindings/nodejs/tests/suites/async.suite.mjs | 49 +-
bindings/nodejs/tests/suites/sync.suite.mjs | 46 +-
bindings/nodejs/tests/utils.mjs | 1 -
bindings/nodejs/yarn.lock | 16 +-
13 files changed, 278 insertions(+), 762 deletions(-)
copy bindings/nodejs/{index.d.ts => generated.d.ts} (92%)