Ben McCann
Ben McCann
Thanks for all the details. I just released a new version of `create-svelte`, so anyone who sets up a new SvelteKit project with both TypeScript and eslint will use `typescript-eslint`...
The problem is this line: https://github.com/SuperchupuDev/tinyglobby/blob/38f4f5bbace2524f2adcc9287d1096d026bb8d28/src/index.ts#L266 Maybe we need a new `followSymlinks` option in `fdir`?
Maybe we could implement this using an `exclude` function which checks if the parent dir is a sym link? https://github.com/thecodrr/fdir/blob/master/documentation.md#excludefunction It'd be a semi-expensive way to implement this, but users...
Is the size likely to decrease further or is that about as small as it can go? I'm wondering if we should upgrade the Svelte REPL to Rollup 4, but...