-
Hi Flavio!
I've recently started a proyect with this boilerplate and it's fantastic. But I've stumble upon a problem when trying to use
ESM pure packages, such as `electron-store`.
Why have you…
-
## Problem
Currently we cannot upgrade to new versions of GitHub sdk's as well AWS powertools due to the move to ESM. Migration to ESM is required before we can start updating.
npalm updated
4 weeks ago
-
### Why
- Run untranspiled on server environments (e.g. Next.js `experimental.esmxternals`). Could help with [https://github.com/mui-org/material-ui/issues/29742#issuecomment-982597676](https://git…
-
Rewrite reporter to use ESM syntax.
Description: previously we used commonjs syntax inside reporter (`require`), not we changed it to esm (`import`).
It affects just project internally and should no…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
Currently the log…
-
### Discussed in https://github.com/oxc-project/oxc/discussions/6906
Originally posted by **LukeNotable** October 26, 2024
Trying out oxlint for the first time in the hope that it can at least…
-
Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/lihang15/WebstormProjects/remix-antd-admin/node_modules/lodash-es/lodash.js from /Users/lihang15/WebstormProjects/remix-antd-admin/node_modules/@…
-
It is normal to have a `require` call in an ESM file?
https://github.com/react-native-device-info/react-native-device-info/blob/98de4817c8911349023af5725f0a789dabb8641c/src/internal/nativeInterface…
-
```
npm init -y
npm pkg set type=module
npm i @mapbox/sphericalmercator@2
echo "import { SphericalMercator } from '@mapbox/sphericalmercator';" > index.js
node index.js
```
```
impor…
-
**What is the current behaviour?**
It seems that with the latest node LTS version preact-cli does not work at all.
I understand this is an abandoned project and that users are encouraged to move to …