Matija Marohnić
Matija Marohnić
**Is your feature request related to a problem? Please describe.** Browser's `fetch()` accepts instances of `URL`, but in `happy-dom` it does not. https://developer.mozilla.org/en-US/docs/Web/API/fetch#resource **Describe the solution you'd like** If it's...
### Reproduction I don't think a StackBlitz is appropriate in this case, here's a repo — https://github.com/silvenon/repro/tree/remix-vite, make sure to switch to the `remix-vite` branch. It's built on top of...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I was unable to figure out way, but `gcc` acts as if...
### Check for existing issues - [X] Completed ### Describe the feature This one probably cuts deep in your vision of connecting Vim and Zed, but I'd like to hear...
### Check for existing issues - [X] Completed ### Describe the feature It seems like currently the only configurable part of the Tailwind's LSP is `emmetCompletions`, did I understand the...
- `babel-plugin-preval` version: 1.4.1 - `node` version: 8.1.3 - `npm` (or `yarn`) version: npm 5.2.0 Relevant code or config ```javascript const result = preval` const fs = require('fs'); const path...
This is possibly my mistake, but I'm having a hard time getting the response data processed with `materializeData`, because `data` doesn't have a `map` method. Where is it getting it...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Here is a minimal repro: https://github.com/silvenon/repro/tree/zed-prettier-ignroe It has a local Zed config...
In certain cases jscodeshift causes a syntax error when transforming types (in my case Flow, but maybe TS, too). [Seee this demo.](https://astexplorer.net/#/gist/874f58d515c1962bed232b6020fb909c/c935a97c13a94d95801e8d5669c35ff3d71664f8) Transform: ```js export default function transformer(file, api) {...
Hello! In my library I have a root ESM index file exporting everything, so I would like to use that to limit the total size of my library. Simply specifying...