Results 14 issues of rixo

Hi, I've been hacking around your wonderful package recently, and I've got some pretty interesting results I'd like to contribute back, if possible. I started by customizing the regex because...

enhancement
architecture
performance

I've learned empirically that it can be useful to have a way to tell, from an accept handler, whether it is called because of a direct update hitting the auto...

**Describe the bug** In Svelte, it is legal to have a selector starting with a [combinator](https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors/Combinators) (`>`, `+`, or `~`) inside the `:global(...)` modifier, as demonstrated in [this REPL](https://svelte.dev/repl/ecd1193ed560452f9476c96d5306c897?version=3.44.2). ```css...

bug

Hi! Thanks for this very useful collection of modules :) I'm using unionfs to run some fs intensive tests. I have basically a layer shared among all tests (real fs),...

### Describe the bug Kit [inlines style during dev](https://github.com/sveltejs/kit/blob/bf7a6c3eb7f726d56453c63e07ba10a42428ab22/packages/kit/src/exports/vite/dev/index.js#L123) to reduce FOUC. However, this inlining is a bit to gready, because it will also include the content of files imported...

bug
vite

Aaaah, I'm too excited about this! I've look at how Webpack Dev Server does it: https://github.com/webpack/webpack-dev-server/blob/master/lib/Server.js#L178. They use a compiler hook and write errors on the WS as 'error' event....

Currently, ignores ordering prefix and file extension in the URL it generates. So for example `00-foo.md` can be accessed at URL `foo`. This is nice for story like usage, but...

bug

What I mean by "page view" is the pages with multiple view on them, by contrast with the "focused" view that shows a single view in isolation. It would be...

enhancement

Hi! Thanks and all, very useful package. The one thing that has been bugging me for some time was that I couldn't alt-tab back to another opened file when the...