-
Hello, there appears to be a `module` key in the package.json, but this file is not included in the `dist/` folder.
Version: 3.1.0
![Screen Shot 2021-12-10 at 5 02 55 PM](https://user-images.githu…
-
```js
await client.execute("SELECT * FROM ...");
```
throws
```js
file:///C:/Users/mdash/Documents/.../node_modules/@libsql/client/lib-esm/hrana.js:257
return new LibsqlError(e.message…
-
**Describe the bug**
Thumbnails do not show in an unauthenticated session using a public photo album link.
**To Reproduce**
Steps to reproduce the behavior:
1. Use Firefox
2. Create an album wi…
-
# The future of `create-esm-loader`
**TL;DR** You should no longer rely on this module for being able to combine loaders, and just write [native customization hooks](https://nodejs.org/api/module.h…
-
Hi,
Would you be open to a PR that migrates this package to the ESM syntax, so that this module may be tree-shakable in other packages that depend on it?
I would be willing to make the change m…
-
Supporting named imports from this package (at least the root "validator" package) is very difficult due to the number of different module systems supported. I opened a PR briefly to attempt this, but…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@tldraw/editor@3.1.0` for the project I'm working on.…
-
First of all, huge thank you to the Directus team and @bryantgillespie for building this amazing template, barebones directus is so cool, and i'm really excited to try out this full featured template,…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the bug
So I've tried to add this to my fork with tsup and external imports are not proce…
-
When `import`ing a CommonJS library, it's flattened into a single object, and you're unable to take advantage of any ESM features. However if you add a few lines to your `package.json` and a `esm.mjs`…