-
In order to address multiple requests for CJS support (#214, #178, #139)
-
cjs vs esm 😡
-
## What you are doing?
Trying to load models with models/index.js doesn't work with ES6 modules activated with `"type": "module"`
```js
const basename = path.basename(__filename);
// {...}
const …
-
Using v0.10.2, if `commonjs:true` is set in options, then the output module JS file puts each template into a `return` statement, so the resulting file has multiple returns from the same function.
Gr…
-
Hi,
I'm using siwe with nextjs and **ethers-v6**. I got error message when I create `SiweMessage`
```
const message = new SiweMessage({....})
```
Below is the error message:
```
error - …
-
## The devDependency [assert](https://github.com/browserify/commonjs-assert) was updated from `1.4.1` to `1.5.0`.
🚨 [View failing branch](https://github.com/molecuel/mlcl_api/compare/master...molecu…
-
## The devDependency [assert](https://github.com/browserify/commonjs-assert) was updated from `1.4.1` to `1.5.0`.
🚨 [View failing branch](https://github.com/Kronos-JMF/jmf-data/compare/master...Kron…
-
The howfat library is currently incompatible with axios@1.x because it uses the CommonJS require('axios') syntax in src/utils/http/HttpClient.js. Since axios@1.x has migrated to ES Modules (ESM), requ…
-
#### What are you trying to achieve?
I need to use top-level `await` to retrieve config from AWS and other APIs but CodeceptJS seems completely incompatible with ES modules. Top-level await is simply…
-
### 💻
- [ ] Would you like to work on this feature?
### What problem are you trying to solve?
I am attempting to migrate my team's large codebase to Jest's [experimental ECMAScript module runtime](…