non25

Results 8 issues of non25

To reprocude, simply add some attributes to the script tag: ```svelte // Pressing S will place cursor here: let obj = { | } ``` ```svelte let obj = {};...

Hi. Thanks for the plugin. I've enabled sass/scss syntax in .svelte files by using: `let g:svelte_preprocessors = ['scss', 'sass']` and it looks strange. It breaks highlighting for `` in style...

**Describe the bug** Indent issues, there's probably more, I'll add them later if I find any. - Text under the node with any attribute shifts one indent level left by...

bug
indent

- [x] I'd be willing to submit the fix **Describe the bug** Webpack 3 and 5 reloads and rebuilds all virtual modules on any change. **To Reproduce** Test is already...

bug

Currently there are three places where I should configure ignores for svelte's a11y warnings: 1. **language server** ```lua lspconfig.svelte.setup{ cmd = { "yarn", "svelteserver", "--stdio" }; on_attach = on_attach; settings...

It drops webpack-virtual-modules in favor of much more simple and sane setup described here: https://github.com/webpack/webpack/issues/11074#issuecomment-648658214 The setup works both for webpack 4 and 5. Emitted css reloads just fine on...

This option makes svelte-loader output base64'd css in querystring, which is always available to any thread. It is turned off by default because it pollutes webpack's console output, but if...

Hello! I've spent some time figuring out why it didn't work for me in webpack 5. And it appears that you need to force webpack to use `development` export condition....