-
It's harder to review and maintain. Would rather use a wrapper file for it:
See https://nodejs.org/api/packages.html#approach-1-use-an-es-module-wrapper
Also the cjs/package.json can go away then…
-
➜ Network: use --host to expose
➜ press h + enter to show help
X [ERROR] Could not read from file: D:/saikat/reacts/react-starter-kit/.yarn/__virtual__/@emotion-react-virtual-34d79653b6/5/C:/Us…
-
Updated:
When importing CJS from ESM, there are cases where the module cannot be resolved.
In such cases, an appropriate message will be displayed so that the user can correct the code.
Node.js…
-
Hi and thank you for the great library and endless support!
It would be great to have this library [export native named exports](https://nodejs.org/api/esm.html#esm_conditional_exports) so we could…
Urigo updated
1 month ago
-
As @ brophdawg11 pointed out in https://github.com/remix-run/indie-stack/pull/255#issuecomment-1706780193, it seems that `binode` is currently CJS only
> It looks like `binode` is CJS only at the m…
-
**Stencil version:**
```
@stencil/core@2.6.0
```
**I'm submitting a:**
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one o…
-
### Operating system
macOS
### Joplin version
latest
### Desktop version info
_No response_
### Current behaviour
```
import TurndownService from '@joplin/turndown'
```
results in
```
…
-
### Information
- **Operating System**:
```
LSB Version: n/a
Distributor ID: Arch
Description: Arch Linux
Release: rolling
Codename: n/a
```
- **Gnome Shell Version**: 45.0
- **Xorg/…
-
Importing chai mocha in current state is just a hell. No matter how i try to import it, it will certainly throw breaking errors.
[In the docs](https://www.chaijs.com/guide/using-chai-with-esm-and-…
-
We currently bundle the library in CJS for Node. It'd be good to support ESM as well, to enable `import`s of the upscaler without needing `require()`.
Context: https://github.com/thekevinscott/Upsc…