-
Hi, first of all thank you for really great library.
There is one small problem, basically I can't use this library in project with CJS (example NestJS). Whenever I'm trying to import the library …
-
Why is the tool for the ECMAScript module only registry outputting CommonJS?
I would expect it to be in ESM too, ignoring the legacy CommonJS like its registry does. When the (Node.js) runtime does…
-
Hi @KovacsGG ,
I hope you’re doing well! Not really an issue but wasn't sure how I can reach out.
I’m currently using mat-for-js in my project, and I wanted to bring up the possibility of adding…
-
In order to address multiple requests for CJS support (#214, #178, #139)
-
https://arethetypeswrong.github.io/?p=hyparquet%401.5.0 reports an issue:
> [ESM (dynamic import only)](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/CJSRes…
-
I am not familiar with the JS/TS code. It should be a common issue. But I cannot find the answer....
I am writing the Azure Function Code in ts. Here is my tsconfig.json:
```
{
"compilerOptions": …
-
When I import `TZDate` like so:
```typescript
import { TZDate } from '@date-fns/tz/date';
```
I get the following error:
```
node_modules/@date-fns/tz/date/index.d.cts:1:37 - error TS1479:…
-
Hi there, when using this with Nuxt 3 (SSR) it works fine in client but when deployed I get the following error:
```
import ChordSheetJS, { templateHelpers } from 'chordsheetjs';
…
-
Hi there,
If possible, please could you consider making RedisStore a named export?
```
export class RedisStore extends Store {
```
At the moment, with the default only export it is not possib…
-
## The problem to solve
Is your feature request related to a problem you are experiencing that is *not* a bug? Please describe.
I want to use the project, but the project I'm working on does not…