-
Currently `lit-node` [relies on](https://github.com/Rich-Harris/lit-node/blob/7219e8eede53c5be984bac3e89ed613a9bcab538/register.js#L5) [`require.extensions`](https://nodejs.org/api/modules.html#module…
-
I attempted to add `d3-time-format` to the project but received an error similar to 'change the require to a dynamic import'.
This would require all the `require` statements to be converted over to…
-
Hey,
Recently, some of the dependencies of brunch plugins we use were converted to ES modules. That means that to update these, the plugins needed to also be converted to ES modules. However, brunc…
-
Porting from https://github.com/nodejs/TSC/issues/1445#issuecomment-2388678002:
`index.js`:
```js
const {
getPort,
checkPort,
getRandomPort,
waitForPort,
} = require("get-p…
-
I hope this package could support ES Module,so I could use "import download from 'download'" instead of require('ES Module').Thanks!!!
-
**Issue:**
When importing either a subset of libraries or the tree-shakeable library for any validator using ES6 modules, a NodeJS ES6 error is shown indicating that the module cannot be found
*…
-
When transpiling to ES Modules (including setting `"type": "module"` in package.json) this breaks Jest tests with the error:
> ReferenceError: module is not defined
It seems it doesn't take the …
-
Could you migrate to ESModule? You just need to declare it in package.json. I could also provide a pull request. Just let me know.
-
Discuss benefits and drawback of using ES modules and/or alternatives.
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0
# Modules to migrate
- [ ] l10n_ca_es_cnae
- [ ] l10n_es_account_asset
- [ ] l10n_es_account_banking_sepa_fsdd
- [ ] l1…