-
### What version of Bun is running?
1.1.22
### What platform is your computer?
Microsoft Windows NT 10.0.26120.0 x64
### What steps can reproduce the bug?
follow the same steps in [Bun …
-
It appears that I cannot make my eslint disable comments survive svelte + prettier. I think this is a new thing, probably from one of the dependabot merges, but this collides with the eslint errors be…
-
Related: #243 and https://github.com/salesforce/lwc/issues/2266#issuecomment-792838789
## Justification
In [Vue](https://v3.vuejs.org/guide/computed.html#computed-properties) and [Svelte](https:…
-
# Let's learn SvelteKit by building a static Markdown blog from scratch - Josh Collinsworth blog
Learn the fundamentals of SvelteKit by building a statically generated blog from scratch, with Markdow…
-
**Describe the bug**
When I add `vite-plugin-windicss` to a SvelteKit project, I receive errors around the WinidiCSS syntax. Certainly the `@apply` directive, but maybe others. For example:
![gno…
-
### Describe the problem
Both Solid and Vue are known for also using (their own version of) signals as their reactive primitives. Now of course, their signals aren't as ergonomic as Svelte 5's sign…
-
I'm facing a problem with this commands:
```
-require myFn.js
-run "myFn('foo',{optA:true,optB:false})"
```
The curly braces of the options-property are interpreted as template identifiers a…
indus updated
4 months ago
-
Right now the interactive part of the Create Snowpack App is just the asking for some template but with a specific set of questions. It is a workaround, yes. But the Snowpack is a bundler it supports …
-
## Summary
The problem is as stated in the title: when formatting with this plugin, all line breaks disappear.
## Actual behavior
```svelte
import Component from './Component.js'
impo…
-
**Describe the bug**
When you try to create a web components storybook, I was surprised to see `lit-html` in there. While I do understand `lit-html` helps you in making web components, my expectati…