Open paulocoutinhox opened 1 year ago
This appears to be an upstream issue with the latest version of https://developer.apple.com/documentation/javascriptcore, as our company's web app is seeing this specific error now on Safari/iOS 17
This appears to be an upstream issue with the latest version of https://developer.apple.com/documentation/javascriptcore, as our company's web app is seeing this specific error now on Safari/iOS 17
We are also experiencing this issue. Is there any update on the cause?
This appears to be an upstream issue with the latest version of developer.apple.com/documentation/javascriptcore, as our company's web app is seeing this specific error now on Safari/iOS 17
We are also experiencing this issue. Is there any update on the cause?
Me too. Any updates?
same here with:
bun 1.0.33 and vue test utils 2.4.4
in my case the tests in the file dont even run as it stops on on stubs.set(stub, source);
when calling either mount
or shallowMount
What version of Bun is running?
1.0.0
What platform is your computer?
macos m1
What steps can reproduce the bug?
requirements:
https://github.com/xplpc/xplpc/blob/main/docs/wasm.md
steps:
What is the expected behavior?
Run without problems, like npm/node do: https://github.com/xplpc/xplpc/actions/runs/6033606514/job/16370552981#step:12:1
What do you see instead?
Errors:
Additional information
Source code of tests:
https://github.com/xplpc/xplpc/blob/main/wasm/sample/tests/unit/pages.spec.ts and https://github.com/xplpc/xplpc/blob/main/wasm/sample/tests/unit/client.spec.ts