-
**Is your feature request related to a problem? Please describe.**
Some dependencies nowadays migrated their packages to ES modules (ESM). It is trivial to use commonjs modules in ESM, but not the ot…
-
Hi 👋
I would like to bring up the topic of creating official ESM mirrors for widely used packages like `cookie`.
## Motivation
- Eases propagation of changes to dependents that are ESM-only …
-
the `esm` package is the last thing preventing ember from running in webcontainers.
See:
- https://github.com/stackblitz/core/issues/647#issuecomment-1144044823
- https://github.com/stackbli…
-
When I was testing out https://github.com/nodejs/node/pull/55085/, to get a sense of what modules couldn't be loaded before `require(esm)` is supported but could be loaded after it's unflagged, I have…
-
- [quasar-cli-webpack](https://quasar.dev/quasar-cli-webpack/upgrade-guide) nu op 3.x --> 4.x-beta gaat naar ESM code
- [electron-store](https://github.com/sindresorhus/electron-store) nu op 8.2.0 --…
-
When trying to run a service with the following TSConfig:
```
"module": "ESNext",
"moduleResolution": "node",
```
an error is thrown:
```
import { Parser as T } from "../../../../node_m…
-
From the docs, it looks like the project installs in the browser's global namespace.
Are there any plans to distribute an ES module directly to browsers (without Node.js) that can be imported with …
-
At first, I thought that fixImportsPlugin worked as a combination of (fixAliasPlugin, fixFolderImportsPlugin, fixExtensionsPlugin) as stated in the documentation.
There was an unnecessary function …
-
## 🧑🤝🧑 Who: @ndelangen and @JReinhold
This is a tracking issue for the ESM-only spike 📦. The purpose of this issue is to keep tracking of the overall status of the project and tasks, and plan every…
-
### Feature Request Checklist
- [x] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://git…