-
The current advice for limited ESM support is to use `--experimental-loader=...`. Ultimately we should move towards recommending `module.register(...)` usage instead, because it is on the path to bein…
-
This should be a must have. I'm currently having issues when trying to import topbar from a es module and just noticed that the distribution package contains a commonjs only package.
-
Hey,
Noob question here: From the docs, we should:
```javascript
var Buffer = require('buffer/').Buffer // note: the trailing slash is important!
```
Question: How does one use the import/expo…
-
### What is the problem this feature will solve?
The current ESM-CJS interop has two problems when it comes to files authored as ESM and then compiled to CJS
#### Problem 1
Due to how ESM wor…
-
In a node.js environment, Papa parse only supports commonjs. I will create a PR to add ESM support.
-
Currently @azure/functions only provides a CommonJS module. Due to limitation in Node/Webpack's ESM interop, this makes it impossible to import most named exports from an ESM package. This means that …
-
I am using Photoswipe without lightbox module (https://photoswipe.com/data-sources/#without-lightbox-module). The example provided here is based on lightbox
```
const captionPlugin = new PhotoSwi…
-
### What is the problem this feature will solve?
With the #51977 having landed, we're moving to a world where the logical graph will cross freely to and from CJS and ESM. I anticipate that this wil…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I tried to use `@azure/identity` in an…
-
[Electron 28 already has ESM support](https://github.com/electron/electron/issues/21457), but the library doesn't work in ESM yet.
Here's my current solution based on making a fake `NodeModule`:
`…