syhily opened a new issue, #6377:
URL: https://github.com/apache/opendal/issues/6377
### Describe the bug
In the latest opendal 0.48.3 release for Node.js binding. We met the error
log like below.
```
The requested module './generated.js' does not provide an export named
'BlockingReader'
Stack trace:
at #_instantiate (node:internal/modules/esm/module_job:249:21)
at async onImport.tracePromise.__proto__
(node:internal/modules/esm/loader:665:26)
at async SSRCompatModuleRunner.cachedRequest
(file:///Users/Yufan/Developer/syhily/yufan.me/node_modules/astro/node_modules/vite/dist/node/module-runner.js:1180:76)
at async ESModulesEvaluator.runInlinedModule
(file:///Users/Yufan/Developer/syhily/yufan.me/node_modules/astro/node_modules/vite/dist/node/module-runner.js:1062:5)
at async SSRCompatModuleRunner.directRequest
(file:///Users/Yufan/Developer/syhily/yufan.me/node_modules/astro/node_modules/vite/dist/node/chunks/dep-DBxKXgDP.js:25274:23)
```
### Steps to Reproduce
Nope
### Expected Behavior
The native BlockingReader should be correctly exported.
### Additional Context
_No response_
### Are you willing to submit a PR to fix this bug?
- [ ] Yes, I would like to submit a PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]