Hofer Ivan
Hofer Ivan
### Describe the bug When working in a monorepo setup and having a Svelte application in a subdirectory, some relative paths won't always match. In this case I'm using the...
**Describe the bug** I have a Component that injects some CSS in DEV mode. I don't want this style to be applied in my production build. To do this I...
This PR improves the type definitions for `String.split`. By default it always returns `string[]` but depending on the arguments passed, we can infer a few cases e.g. - Splitting a...
It took me a while to realize what was wrong: the file I tried to test was missing, because I forgot to build my library before I ran `npm size-limit`....
I have configured `dprint` to use tabs to format my source code, but for `markdown` files I want to use spaces, because tabs have an ugly indent level on `npmjs.com`....