-
I just want to bring up that with ES Modules becoming standard in all browsers and NodeJS, it would be nice for JSVerify to consider adopting them even now. With the require statements everywhere, I'm…
-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/shikijs/shiki/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/shikijs/shiki/blob/main/CONTRI…
-
Can we move the element to being loaded through an ES Module instead of HTML imports? I'm happy to do the work and make the PR if I can get the go-ahead
-
## 🐛 Bug Report
Using TS, exports from CJS modules can be imported with syntax as if they were named ES module exports, e.g.:
```
import { sync } from 'glob';
```
However, with Jest and…
-
EDIT: quick guide for getting started: https://jestjs.io/docs/ecmascript-modules
ESM support will be unflagged in a future release of Node 12 (maybe not before April https://github.com/nodejs/node/…
-
I was waiting for this plugin a long time! Thank you so much for the hard work 🙏
Finally tried to use it on my Sanity setup using Bun (v1.1.33) but I get this error when launching the Studio (foll…
-
After cloning the repo and running the setup commands, I am getting these missing modules errors when compiling the example. Any thoughts?
```
GET / 200 in 18838ms
⚠ ./node_modules/@metamask/s…
-
Hi there,
I'm going to use this library in a chrome extension. Is there any way to use this library in ES module?
e.g.
import * as KioskBoard from "libs/kioskboard-aio-2.3.0.min.js"
-
I wonder if karma-electron can be updated so that test files can use native `import` syntax (either the browser flavor, or Node.js ESM).
-
Hey Josh,
Any thoughts on making this an ES Module?