-
Would it be possible to provide an ESM build of this library, to allow for better integration with more modern bundling tools + browsers?
-
Hi, great work!
I ran into a couple of problems running your esm script.
First I was getter a circular import error. Renaming esm.py to esm_modify.py fixed this.
Secondly I couldn't see a w…
-
Hi! Trying to add this to a project that is very nearly the default Electron Forge export and getting ES module errors.
```
▶ yarn run make
✔ Checking your system
✖ Loading configuration
› re…
-
While CJS continues to be an important part of the NodeJS world, it seems to be slowly moving towards ESM. I think we should export both cjs and ems.
The reason for this is so that libraries using …
-
Far from an original thought, but no one has made an issue yet :)
For current model shared output, we are making some of these accessible to users through the ACCESS-NRI Intake Catalog. This is a c…
-
-
When running in an ESM environment, `shared-ini-file-loader`(that I know of, but it's possible other packages are outputting incorrect ESM code as well) provides a broken entryfile, resulting in an er…
-
### Is your feature request related to a problem? Please describe.
Our packages currently publish directories of ESM builds, but they do not follow ESM spec and therefore cause problems for some en…
-
-
```
Error [ERR_REQUIRE_ESM]: require() of ES Module node_modules\bad-words\dist\index.js from \dist\schedules\transactions.scheduler.js not supported.
index.js is treated as an ES module file as it …