-
Hi together,
we're having trouble getting ziti-sdk-nodejs working without modifying the ziti-sdk-nodejs library code under Nextjs (React). We built and call the following test function using the ES…
-
Currently superjson does not export commonjs, only ESM. It would be great to support both formats. Our package that we use superjson in supports both formats and having superjson be ESM only causes so…
-
I want to use `web-push` server functions i.e. `generateVAPIDKeys` and `sendNotification`, but it seems that web-push doesn't support esm packages, i.e packages that define `type: module` on its packa…
-
esm.sh will allow anyone to use it in the browser, without having to set up a build pipeline.
Also, make sure it works in deno, with typescript types.
-
Some packages in the Node.js ecosystem are starting to go ESM-only, e.g. https://github.com/seek-oss/skuba/pull/397.
We can probably move most internal CLI code over to ESM without a breaking chang…
-
Hi ,I'm trying to do something similar to the example on the readme:
```
doc.documentElement.querySelector('.clazz');
var Node = require('xmldom-qsa/dom').Node;
Node.prototype.addAttr = function…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of cond…
-
### Describe the bug / 问题描述
According to README, G6 supported SSR. But this is **NOT** the case.
See #5205
### Reproduction link / 重现链接
ignore
### Steps to Reproduce the Bug or Issue / 重现步骤
_N…
-
The related `azure-devops-extension-sdk` library kindly provides ESM modules that works with Vite.
I suggest that `azure-devops-extension-api` does the same!
-
When using the latest version of [react-markdown](https://www.npmjs.com/package/react-markdown/v/8.0.6), we are unable to run on the server side, it throws an error saying the ESM modules are require.…