-
```
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…
-
Hi there!
could you add exports for esm style loading (`type: "module"` in package.json)
```typescript
import E2EMailbox from 'e2e-mailbox'
new E2EMailbox()
^ This expression is not construct…
-
## Version
1.0.3
## YAML file where the error occurs
N/A
## Command used to run
I have my project folder on my W: drive, but I also tried moving the project to my C: drive. I tried with…
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [x] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [x] Not repro…
-
Package doesn't support ESM?
`ReferenceError: __filename is not defined`
```
node_modules/.pnpm/@contentful+node-apps-toolkit@2.8.2/node_modules/@contentful/node-apps-toolkit/lib/keys/get-managem…
-
重现过程:
1. 创建`app`,创建`Rect`
2. 选中元素`Rect`
3. 销毁`app`
4. 出现报错
异常堆栈:
```
hook.js:608 Leafer TypeError: Cannot read properties of null (reading 'editBox')
at get editBox (editor.esm.js:18…
Ronbb updated
6 hours ago
-
HI,
I'm using Blazor-ApexCharts at work and we use devOps with Advanced Security code scanning, which flagged this library as having incomplete string escaping or encoding. Below is the description …
-
ESM Scripts by design do not trigger `attr:{propName}` events. In order to help migration, it would be helpful to provide some alternative. Something like;
```javascript
import { Script, watch } f…
-
**Is your feature request related to a problem? Please describe.**
When including `attr-accept` in an ESM library, Vite fails to properly convert from CJS to ESM. See https://github.com/soorria/solid…
-
Now that `main` runs with ESM, we had to disable some monaco related checks:
https://github.com/microsoft/vscode/blob/6b924c51528e663dda5091a1493229a361676aca/.github/workflows/monaco-editor.yml#L6…