-
## 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…
-
From what I can see, the themes in `./packages` (e.g. `jsonresume-theme-professional`) all use ESM modules. Including when they are packaged and published to NPM.
And from what I can tell, these the…
-
we are aware of a bug affecting users of the [tsx](https://tsx.is) runner with Agents.
specifically, it affects those who define their agent in files read as CommonJS.
```
/home/nbsp/src/@livekit…
-
For Background:
@Lecss @kriswest and I built the "combined" @finos/fdc3 module in the FDC3 repo, combining all the other modules. For now, this uses ES6 module structure, rather than the FDC3 roll…
-
As I understand `lightship` library is distributed as `es` and `commonjs` module:
However it has dependency `serialize-error` ^11.0.0 which from v9 has breaking change and is `pure es module`: https…
-
### Current Behavior
We're creating an executor that can read a graphql schema and output a .graphql file for generating types later. Our project is commonjs because we have bi-directional circular…
-
**Is your feature request related to a problem? Please describe.**
This could me imported as an module
**Describe the solution you'd like**
Add AMD / CommonJS / ES modules support
-
Code:
```JavaScript
$.extract( { links: [ { selector: 'a', value: 'href' } ] } );
```
On site with links that have no href:
![no href](https://github.com/user-attachments/assets/d943f835-3b04-4b1…
-
- **@azure/storage-blob**:
- **12.25.0**:
- **Linux**:
- [X] **nodejs**
- **20.18**:
- [ ] **browser**
- **name/version**:
- [x] **typescript**
- **5.2**:
- Is the bug related to **doc…
-
How to reproduce?
- create example nodejs project on your local machine
- create file index.js and write code as below:
```js
const minirule = require("minirule");
const { interpreter } = minirul…