-
### Environment
v20.16.0
### Reproduction
---
### Describe the bug
When start app after build
`The requested module 'node:fs/promises' does not provide an export named 'exists'`
`The request…
-
### 需求 / Requirement
Script 功能支持 Promise 和 Fetch API
* 可能需要修改 QuickJS 亦或者更换执行器
* 未来可能考虑新增 Lua 的执行器
### 建议实现 / Suggested implements
_No response_
### 备注 / Addition details
_No respon…
-
Of course, I saw that this problem had been solved in https://github.com/SortableJS/Vue.Draggable/issues/881, but it didn't seem to work in my environment and still reported this error.
```
Uncaug…
-
When executing JavaScript code containing asynchronous operations (e.g., async/await), the e2b Sandbox environment fails to execute the code as expected. Instead of resolving the asynchronous function…
-
Hey!
Im rather new to anything coding so please forgive my probably obvious, unknowledgable, way that ill describe the issue.
I got the yarn installed, the package build, the extension working…
-
### What version of Bun is running?
1.1.26+0a37423ba
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
The following code in bun does not recurse s…
-
I am struggling to see how this:
```js
const [requestError, response] ?= await fetch(
"https://api.example.com/data"
)
if (requestError) {
handleRequestError(requestError)
…
-
## Bug Report
- [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/).
- [x] Yes, more specifically, I reviewed the guidelines on [how to write c…
-
Is there any meaningful reason that the job promise (https://w3c.github.io/ServiceWorker/#dfn-job-promise) is linked to the ECMAScript Promise definition (https://tc39.es/ecma262/#sec-promise-objects)…
-
In https://github.com/Agoric/agoric-private/issues/169 we observed constant growth in the number of unresolved promises, in a testnet that was mainfork-cloned from our mainnet, but which lacked its ow…