Ben McCann
Ben McCann
### Description SvelteKit has a [`trailingSlash` option](https://kit.svelte.dev/docs/configuration#trailingslash) which indicates whether we expect URLs to have a trailing slash or not. By default all URLs do not have a trailing slash....
### Description I'd like to serve a file if the case matches what's on the filesystem. That's how it works on Linux, but Mac and Windows have a different behavior....
### Describe the bug Vite strips the base URL to avoid other middlewares from having to worry about the base URL: https://github.com/vitejs/vite/blob/dfaeb2b7dc39822bf00fc97802b758b17129c37b/packages/vite/src/node/server/middlewares/base.ts#L20 Unfortunately, it doesn't really save us from having...
An alternative to https://github.com/feross/clipboard-copy/pull/40 for comparison which does not introduce `microbundle`
Just FYI, I wanted to let you know that Jest 27 will handle async transforms. You can test with v27.0.0-next.9 to see if it works for you. I'm not sure...
Sapper is no longer actively developed and SvelteKit is a much better experience Migration guide: https://kit.svelte.dev/migrating
What is vanillajs-1? Could we come up with a more descriptive name?
Hi, thanks for providing stage0! I've been testing it out a bit and it seems super fast. I have a question about the #-syntax. How would I use it with...
Hi, I'm wondering what browsers are supported. The README said that polyfills are not required, but also says that template strings are used, which are [not supported in IE](https://caniuse.com/#search=template%20strings). So...
[fasd](https://github.com/clvv/fasd) has: > -d match directories only -f match files only That allows creating separate functions for opening a file or cd-ing to a dir: ``` e() { local file;...