-
I tried using Windows Default Terminal on Windows 11, CMD, Ubuntu 24.04 LTS, Git Bash and didn't get success on Windows machine. It is giving error of something like this.
```bash
User@Otabek MING…
-
### Environment
"@fancyapps/ui": "^5.0.33",
"@nuxt/image": "^1.3.0",
"@pinia/nuxt": "^0.5.1",
"@splidejs/vue-splide": "^0.6.12",
"luxon": "^3.4.4",
"pinia": "^2.1.7",
"vue": "…
-
```js
CONFIG.Dice.functions.foo = a => a.x;
new Roll("foo(@test)", {test: {x: 1, y: "$"}});
// or
new Roll("foo(@test)", {test: {x: 1, $y: 2}});
```
```
foundry-esm.js:65625 Uncaught Sy…
-
### Description
You can now write eslint plugins in ESM. Their docs demonstrate it here: https://eslint.org/docs/latest/extend/plugins
This would be a nice code modernization. It would also pote…
-
This library is not compatible with ESM and should be updated to allow importing in ESM Scripts.
Something like
```javascript
import { init } from 'playcanvas-tween;
init(this.entity)
this.…
-
## Steps to reproduce
1. Open a note
### Expected behaviour
Note should open and be editable.
### Actual behaviour
Note loading takes forever, impossible to access content.
## Server
Please complet…
-
As part of our work for v36, we investigated moving over to an ESM-only package for `@primer/react`. This work was tackled over in: https://github.com/primer/react/pull/3410
After the switch to `"t…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new…
-
When will ESM support be available for this package?
-
```js
import FloodFill from 'q-floodfill';
```
I have `"type": "module",` in my package.json
Error:
```
ReferenceError: window is not defined
at Object. (......./node_modules/q-floodfil…
Azq2 updated
2 months ago