-
With ESM, the `electron-squirrel-startup` dependency can't be found if it's in _dependencies_ (it works if I move it into _devDependencies_):
- `require.resolve` (Node < 20.6.0) example; `src/main…
-
I was trying to follow two parts of a tutorial for GraphQL Mesh:
1. [OpenAPI / Swagger Source Handlers](https://the-guild.dev/graphql/mesh/v1/source-handlers/openapi)
2. [Local Execution](https://…
-
the official semantic-release now supporting esm, but it seems that this package doesn't work with esm projects.
I got this error
```
[12:14:08 AM] › 🎉 Started multirelease! Loading 26 packages.…
-
For any Jest tests that uses
```ts
import esm from '@httptoolkit/esm';
```
e.g. running any tests in [import-sync](https://github.com/nktnet1/import-sync), the following error occurs in Node v20 (…
-
With more and more build tools (vite, nuxt, etc) going towards an esm-first build, it would be nice if a proper [esm interface](https://nodejs.org/api/esm.html) could be provided, i.e. transpile and d…
-
CommonJS is getting deprecated, this refactor possibly involves searching for alternative ESM libraries.
duzda updated
2 months ago
-
# Description
Currently, when I import js-beautifier to an ES module using an `import` statement and then log the object to the console, here's what I see:
```
import * as beautify from 'js-beaut…
-
# Environment
Knex version: 3.1.0
OS: Debian 11 + Node.js 22.3
# Bug
* When I put `"type": "module"` into `package.json` Knex CLI fails to find `knexfile.ts`
```
$ yarn dlx knex migrate:…
kesor updated
1 month ago
-
Ich scheibe in Deutsch
Failed to synchronize calendar
Manchmal Funktioniert es aber auch
Failed to load resource: the server responded with a status of 500 ()
Shifts.vue:83 Failed to synchroniz…
-
**What version of Ajv are you using? Does the issue happen if you use the latest version?**
ajv-cli@5.0.0
The docs say:
> pass the --code-esm (CLI) flag if you want ESM exported code.…