gtmnayan
gtmnayan
Needed this for my own, figured someone else might want it as well It's the first way I thought of, feel free to push directly to the branch if there's...
Might just be me but I found myself running `npm publish` without `./package` and messing up my package a few times. This PR adds a publish script that publishes the...
### Describe the bug During SSR, all the props passed to the default slot are also passed to the named slots. If the props are out of the scope of...
### Describe the bug When trying to rename the tag where a component is used, the variable holding the component's class is renamed too. ```svelte import {Row} from "somewhere"; ......
I was trying to make a auto honey harvester using a turtle until I found out that turtle.place() doesn't work with glass bottles. Since dispensers work with glass bottles and...
### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR references an issue where it...
### Describe the bug See below ### Reproduction ```svelte import { assets } from '$app/paths'; const foo = `${assets}/foo`; import { browser } from '$app/env'; {#if browser} {/if} ``` After...
### Describe the problem I've seen a few instances ([recent](https://discord.com/channels/457912077277855764/1054974231483523134)) of people being confused by the `build` task for the skeletonlib template. I'm assuming it's carrying over the conventions of...
Dunno why but node spends a lot of time in esm loader land even for modules that have already been imported. This PR makes it so that the dynamic imports...
This targets the branch for #10041. ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [ ] It's really useful if...