Ben McCann
Ben McCann
This environment variable is used by numerous CLIs to detect which package manager to run to install a package. E.g. Svelte uses it when creating a new project or adding...
That would be enough for `package-manager-detector` used by Svelte, but would break the `which-pm-runs` library used elsewhere, which expects there to be at least one space: https://github.com/zkochan/packages/blob/221d0b81da4ecaa3489edbc158376fec52ca75eb/which-pm-runs/index.js#L11 to be safe...
@dependabot rebase
> I have regenerated it using pnpm install. CI should pass now. Please don't mind the thousand-line diff. I didn't want the thousand line diff, so fixed it and did...
There's a fork of this project with types that you may be interested in: https://www.npmjs.com/package/neoqs
I think if we were going to adopt a non-JS parser, the compelling thing about OXC is that Svelte projects are primarily built with Vite and Vite will be using...
The docs content lives in this repo, but is undergoing some updates. Probably the latest version is in this branch: https://github.com/sveltejs/svelte/pull/13699
Looks like even on that branch there will be quite some work to do: ``` grep -r "on:click" documentation| wc -l 217 ```
@dummdidumm perhaps this one is worth another look now?