-
When using `@wordpress/api-fetch` in a TypeScript library, `tsc` complains that `apiFetch` is not callable.
The problem being encountered here is described in depth at https://github.com/arethetype…
-
# Support for ES modules
Barrelsby is a stand-in for the developer (writing code) and should be able to write equivalent code to that which the user would write - this now includes code structured …
-
- [x] Set `type: module` in `package.json`
- [x] Replace `.eslintrc.js` with `eslint.config.js` ([ESLint docs](https://eslint.org/docs/latest/use/configure/configuration-files-new)) – all other confi…
-
I have noticed the following issue in my console:
> TypeError: Promise is not a constructor
at PouchDB$3.eval (pouch-utils.js:51)
at PouchDB$3.eval [as dump] (pouch-utils.js:31)
at e…
-
**Note:** this is an issue for the addons-linter code itself and not about web extension features. AMO and FF already support ES modules in web extensions/add-ons.
---
More and more dependencies are…
-
## Feature Request
RxJS should come in a standard compliant (browser-friendly) ES Modules format.
**Describe the solution you'd like**
The `_esm5` and `_esm2015` are close to what we need, but st…
-
**Is your feature request related to a problem? Please describe.**
Support for esm modules, since it has been supported in node for a while now.
**Describe the solution you'd like**
Expose esm mo…
-
### Proposal Details
I don't know if this is a thing that already exists or not. I want to be able to import ESM modules in Go. I can do this in JavaScript via the dynamic `import()` expression. Ri…
-
Hi @jfarcand,
Currently, the codebase supports AMD, commonjs and global (the UMD pattern).
But, there is not support for ES Modules, so my question is: is there a plan to support it?
There are …
-
Not really a big blocker but just want to let you know that when I was gonna write a custom polyfilling logic with the pure import but I got this error on build with Vite:
```
│ $ tsc && vite build
…