-
When I call "removeBrowser" I run into the exception below.
I'm using ijg.js v3.1.0
Uncaught TypeError: Cannot read properties of undefined (reading 'type')
at igv.esm.js:74664:97
at f…
-
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…
-
vue version:3.5.12
pinia version:2.1.7
devtools version: 7.6.3
chrome version:130.0.6723.92 (not matter much)
error log:
```
reactivity.esm-bundler.js:1024 Uncaught (in promise) RangeError: Maxi…
zh-or updated
2 weeks ago
-
Have you considered building the lib so that it is ESM compatible? I.e. for modern tooling that uses `import` statements rather than `require()`, and can do tree-shaking optimizations, etc. Here's an…
bseib updated
3 weeks ago
-
when I try to run index.ts with node \.index.ts it gives me this error :
node:internal/modules/esm/get_format:218
throw new ERR_UNKNOWN_FILE_EXTENSION(ext, filepath);
^
TypeError [ER…
-
## Compile esm.sh to a local CLI that builds esm on your computer
This is useful for people don't like loading JS files from a CDN, but want the esm version of a CJS module on NPM. The idea has bee…
-
Most popular packages have moved on to ESM-only or dual export packages.
Moo is still using the old-fashioned UMD format, being not-really-compatible with modern tooling.
-
### What version of pkg are you using?
6.1.0
### What version of Node.js are you using?
20
### What operating system are you using?
Fedora 41
### What CPU architecture are you using?
x86_64
##…
-
Hello! I am trying to use this action to track tests for my Javascript app that uses vitest. When following the vitest section of the guide, the command to run the test errors out. Any idea what cause…
-
### Steps to reproduce
I'm trying use PigmentCSS with Nextjs along with my sample Component (that lives in an ESM only module) but I've run into this issue when I try to perform a Nextjs build:
``…