-
I was looking for our documentation on how to enable ES Modules and top-level await, but it looks like the instructions are missing from "pulumi.com". I did find a couple comments on relevant issues.
…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
When transpiling to ES Modules (including setting `"type": "module"` in package.json) this breaks Jest tests with the error:
> ReferenceError: module is not defined
It seems it doesn't take the …
-
Discuss benefits and drawback of using ES modules and/or alternatives.
-
Thank you for your job in this library!
I'd like to suggest making it ES module compatible, it wouldn't require much, just a matter of exporting the functions using the `export` function and import…
-
**Describe the solution you'd like**
Would be great if this SDK could support and document how to use it with [Module workers](https://blog.cloudflare.com/workers-javascript-modules/).
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `rgb2hex@0.2.5` for the project I'm working on.
Wit…
-
I'm wondering about ways to support ES Modules. I'm not sure how this affects AMP's usage, but being able to use ESM from within worker-dom would be really nifty.
My initial thought was to use Shim…
-
### Describe the solution
I am currently blocked because there are not many ways to fix my problem, I need FinalizationRegistry
```
Uncaught ReferenceError: FinalizationRegistry is not defined
…
Dexus updated
3 weeks ago
-
Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher')
Call Stack
eval
node_modules\@calcom\embed-react\dist\Cal.es.mjs (227:1)
vr
node_modul…