Ben McCann Profile
Ben McCann

@BenjaminMcCann

Followers
1,624
Following
301
Media
10
Statuses
212

Investor ( @c3ventures ) and entrepreneur. SvelteKit maintainer. Co-founded Connectifier - acquired by LinkedIn

Sunnyvale, CA
Joined April 2013
Don't wanna be here? Send us removal request.
Explore trending content on Musk Viewer
@BenjaminMcCann
Ben McCann
2 months
Public Service Announcement that you should never install deep-equal into your project as it pulls in a whopping 50 dependencies!
Tweet media one
22
22
614
@BenjaminMcCann
Ben McCann
2 months
svelte-preprocess is now dependency free! It is used in nearly every Svelte project. We've gradually reduced it from 44 dependencies in 5.0.0 down to zero in the latest release for faster builds, protection against supply chain attacks, and elimination of deprecation warnings.
Tweet media one
28
56
584
@BenjaminMcCann
Ben McCann
1 month
Node.js now has the ability to directly run code with TypeScript types! Current limitations: - Experimentally flagged - No transformations (enums, namespace, etc...) - No .js extension for .ts files - No running TS in node_modules
6
49
295
@BenjaminMcCann
Ben McCann
6 months
The SvelteKit Cloudflare adapter just had its most impactful release allowing local simulation of bindings in dev and preview for developing with features like Durable Objects, KV stores, and R2 buckets! Learn more in the docs:
15
27
171
@BenjaminMcCann
Ben McCann
6 months
SvelteKit's adapter system lets you easily deploy anywhere. We've released adapter-node v5 with a number of new features like graceful shutdown, socket activation, and asset precompression by default. Thanks to @karimfromjordan for authoring most of this!
4
23
133
@BenjaminMcCann
Ben McCann
8 months
We released SvelteKit 2.3.0 this morning with a new reroute hook. It allows you to choose to render a different route for the incoming URL. It has many uses, but was contributed by @loris_sigrist from @inlangHQ in order to support default lang parameters for easier i18n!
6
22
135
@BenjaminMcCann
Ben McCann
9 months
We just started work on SvelteKit 2. We'll be reviewing the issues tagged as breaking changes to see if they should be included as part of the release. Let us know if there any open issues that need to be tagged as a breaking change and considered for inclusion!
19
23
133
@BenjaminMcCann
Ben McCann
1 month
I'm happy to see a growing awareness that Node 0.4 support plagues us all and that folks are stepping up to rip the code out in response. We are all better off thanks to their efforts. npm never ran on Node 0.4 so it's pretty hard to use and represents only 0.0004% of users.
@passle_
Passle
1 month
Love to see it, awesome work
Tweet media one
8
12
274
2
10
128
@BenjaminMcCann
Ben McCann
8 months
SvelteKit has a new docs page regarding performance optimization: Svelte 5 and the new @sveltejs /enhanced-img package are resulting in big Lighthouse boosts for early adopters with more to come!
2
15
102
@BenjaminMcCann
Ben McCann
14 days
SvelteKit and Svelte 5 are now published with provenance attestation to help ensure the published package matches the source! Packages like UAParser.js, Command-Option-Argument, and rc have been attacked in the past. This is a great effort to secure the open source supply chain!
Tweet media one
0
11
99
@BenjaminMcCann
Ben McCann
2 months
Lots of positive discussion over the last few days about creating stable, secure, and performant software. Some ideas to highlight: - use & contribute to the new - use - could show the # of transitive deps
3
11
97
@BenjaminMcCann
Ben McCann
10 months
There's been lots of talk @sveltejs 's speed, but @trueadm optimized the output size as well. I tested the initial runes implementation against the homepage for and saw the uncompressed JS for the site go from 16kB with Svelte 4 down to 11kB with Svelte 5.
@Rich_Harris
Rich Harris
1 year
what happens when @trueadm joins your team (and the performance isn't even the most exciting part! svelte 5 is going to be radical and i can't wait to share more)
Tweet media one
103
221
2K
2
6
89
@BenjaminMcCann
Ben McCann
2 months
SvelteKit helps you hit the ground running. The next iteration: auto DB, auth, etc. What's the right balance between asking too many questions vs not enough? Who's done this well? Should it be a CLI or something like ? Maybe http://localhost:5173/setup?
Tweet media one
25
8
88
@BenjaminMcCann
Ben McCann
2 months
@valadaptiv3 Thank you for working to improve it! I hope you will still send it when things calm down a bit and the repo opens back up
1
0
74
@BenjaminMcCann
Ben McCann
10 months
Next week's Svelte Summit hosted by @SvelteSociety feels like it will the biggest one yet! @alchemauss is unveiling an all new @sveltejs devtools and @Rich_Harris and I will have a few surprises to share from the core team. Tune in on 11/11 with @kevmodrome and @BrittneyPostma !
0
11
71
@BenjaminMcCann
Ben McCann
5 months
When you create a new SvelteKit project, it now uses eslint 9, which means no more .cjs files! Thanks to @jrmajor_ for upgrading the entire Svelte ecosystem to eslint v9.
2
4
62
@BenjaminMcCann
Ben McCann
5 months
The most common SvelteKit feedback I've heard is difficulty having multiple tabs open in VS Code with the same filename If that's you, try VS Code Insiders (nightly build) and share your feedback on the new workbench.editor.customLabels.patterns setting
1
3
60
@BenjaminMcCann
Ben McCann
2 months
Join us in cleaning up the ecosystem from unneeded bloat! I just sent to remove nearly 3B downloads/mo from the npm registry! It's easy for this stuff to sneak in. Get the tools to find and stop it at .
@e18e_dev
e18e
2 months
We're excited to share e18e! Ecosystem Performance is a community initiative to bring together people who are passionate about improving performance in the JavaScript ecosystem. A space for knowledge sharing, contributions, and ideas. Get involved! 🙌
5
83
353
3
6
46
@BenjaminMcCann
Ben McCann
1 month
Storybook's Svelte support is being overhauled for Svelte 5! Take a look here for an early sneak peek and to provide any feedback: I'm also excited by the work happening to make @storybookjs smaller and faster to install and run.
@KasperPeulen
Kasper Peulen
2 months
Most of our remaining deps are related to express. Removing that in a backwards-compatible way is hard but certainly possible for 9.0! @43081j is helping us with that!
Tweet media one
2
2
20
0
9
44
@BenjaminMcCann
Ben McCann
18 days
We're dropping 24 bundled dependencies from svelte-add for much a smaller binary! The PR uses a new package-manager-detector lib now available courtesy of @antfu7 and @userquin ! Easily detect which package manager is being used with no dependencies.
1
6
43
@BenjaminMcCann
Ben McCann
1 year
can't wait to share this next week
@sveltejs
Svelte
1 year
we've been hard at work. join us next wednesday for a peek at what's coming later this year 🧙‍♂️
71
168
1K
2
0
35
@BenjaminMcCann
Ben McCann
2 months
- checkout resources like and - keep an eye on @e18e_dev . More to come soon about cleaning up the ecosystem! Our lockfile is already thousands of lines smaller thanks to the great work of folks like @bluwyoo and @43081j !
1
1
33
@BenjaminMcCann
Ben McCann
1 month
@wojtekmaj91 But it still supports eslint 3 and Node 4
1
0
33
@BenjaminMcCann
Ben McCann
4 months
@youyuxi @localhost_5173 I believe all examples are formatted with prettier, so it's probably determined by the prettier Vue plugin
0
0
26
@BenjaminMcCann
Ben McCann
10 months
There will indeed be an announcement!
@prismicio
Prismic
10 months
@sveltejs @Rich_Harris @PaoloRicciuti @EnricoTrain @alchemauss 5️⃣ Finally, like Rich Harris, Svelte maintainer @BenjaminMcCann has a mystery talk titled “TBD.” We have no guesses for what Ben will announce, but we’re excited to find out.
1
0
8
1
2
21
@BenjaminMcCann
Ben McCann
3 months
Unless a few more people vote for "don't crash", SvelteKit projects deployed to cloud services like Netlify will stop working locally with pnpm for non-corepack users.
@pnpmjs
pnpm
3 months
Should pnpm be less strict with the "packageManager" field of "package.json"? In v9 by default pnpm throws an exception if the version of pnpm doesn't exactly match the one specified in the "packageManager" field.
30
8
28
5
14
21
@BenjaminMcCann
Ben McCann
6 months
Thanks to @DarioPiotrowicz and @CloudflareDev for collaborating to enable it, @rich_harris for authoring the SvelteKit side of it, and Tee Ming for getting it over the finish line. Also thank you to @sveltejs maintainer @evilpingwin for spurring me to get the ball rolling on it.
1
0
18
@BenjaminMcCann
Ben McCann
1 year
First new major Svelte release in awhile! Some fun stuff with very minimal breaking changes for most users.
@puruvjdev
{PuruVijay}.svelte
1 year
LETSGOOOOOOOOOOOOO!
Tweet media one
5
12
109
0
0
17
@BenjaminMcCann
Ben McCann
9 months
@rngoodness @geoffrich_ Yes, Vite 5 will be required as part of SvelteKit 2
1
0
14
@BenjaminMcCann
Ben McCann
3 months
@pnpmjs Strict is a concept that generally sounds nice, but you could also word this as "should pnpm force you to use corepack locally if you deploy to netlify?" . @ascorbic have you seen many reports of this? I've hit it on my projects on both netlify and vercel
2
0
13
@BenjaminMcCann
Ben McCann
2 months
0
1
10
@BenjaminMcCann
Ben McCann
2 years
@OfferZen @Rich_Harris @swyx @Wattenberger @stolinski @rauchg @alizauf @orta @moritz_stefaner @BrittneyPostma @leeerob @sveltejs It was fun to get to be a small part of this project. Excited for the full documentary to come out June 21. Working towards Vite 3 and SvelteKit 1.0 in the meantime as Svelte continues to grow!
0
0
10
@BenjaminMcCann
Ben McCann
2 months
@nullvoxpopuli @sveltejs This looks a bit different today. We've been able to cut out about 80 dependencies from the report
1
0
8
@BenjaminMcCann
Ben McCann
3 years
@jjersin introduced me to @CurebaseDCT in late 2018 saying that @tom_lemberg would charge through walls with their obviously better approach to #clinicaltrials . It's been amazing to watch them build a platform advancing the pace of medical discovery in the time since
@c3ventures
C3 Ventures
3 years
We are excited to back @tom_lemberg and the whole @CurebaseDCT team in their $15M Series A to make clinical trials cheaper and faster to run and accelerate the pace of medical science!
0
0
0
1
2
9
@BenjaminMcCann
Ben McCann
3 years
Congratulations @Rich_Harris ! It's been inspiring working with you on @sveltejs and I've learned a ton from you already. So happy to see great things happening for both you and Svelte! Onward and upward!!
@Rich_Harris
Rich Harris
3 years
today is a big day for @sveltejs : i've joined @vercel to work on it full time! so happy about what this means for svelte's future. it'll be the same independent, pluralistic project as before, but with Vercel's backing we can get ✨ a m b i t i o u s ✨
465
986
9K
1
0
9
@BenjaminMcCann
Ben McCann
2 months
@pdrmnvd You could do this in any language. All the alternative JS libraries for this functionality are fine.
1
0
6
@BenjaminMcCann
Ben McCann
2 months
@csjh__ @pdrmnvd just because it's possible for people to delete methods off objects doesn't mean it's a thing that people regularly do or that you need to protect against it by writing every piece of code in an insanely bloated fashion that uses no methods on objects
1
0
6
@BenjaminMcCann
Ben McCann
3 years
Congrats on the jump to going full-time on Svelte, Kevin! We've all appreciated your hard work in building this community the past couple of years and excited to see you do even more!!
@kevmodrome
Kevin A. K.
3 years
Today I'm announcing that going forward I'll be working as the Technical Community Builder at @SvelteSociety . What's it mean?👇 - In-person Svelte Summit conferences🥳 - Regular hangouts on Discord📻 - A refreshed website with up-to-date content📚 - Faster community growth📈
19
21
336
0
0
6
@BenjaminMcCann
Ben McCann
2 years
The Svelte team has launched banners standing against Putin's war of aggression on and . If you have a web presence consider using your voice as well. #StandingWithUkraine #StopWarInUkraine
0
0
6
@BenjaminMcCann
Ben McCann
10 months
@sveltejs @trueadm To be clear, this isn't all the JS for the site or from SvelteKit, but is the portion that the Svelte compiler is outputting. There will be a real savings as sites are able to upgrade - and the more components, the larger the savings.
0
0
6
@BenjaminMcCann
Ben McCann
2 months
@jjersin @jaimenina @ParagGuptaSF I've known John for well over a decade and can easily say from our many years of working together that he would be a great member of the SF Board of Education!
0
1
6
@BenjaminMcCann
Ben McCann
6 years
Proud of the work that this team has done to bring economic opportunity to more people than ever before
@LinkedInEng
LinkedIn Engineering
6 years
Excited to announce that Recommended Matches, our system to help recruiters find more targeted job candidate matches, is now rolling out globally, and with an updated version of the algorithm powering it. Read more here: #LinkedInTalentSolutions
0
0
9
0
0
6
@BenjaminMcCann
Ben McCann
2 months
@nullvoxpopuli @sveltejs It's all from this: . I tried to fix it in a downstream dependency over a year ago, but that dependency is unmaintained
4
0
6
@BenjaminMcCann
Ben McCann
9 years
Candidate Sourcing Tool Connectifier Announces $6 Million Series A Round: http://t.co/A0mIujZ4LU
0
1
5
@BenjaminMcCann
Ben McCann
2 months
@nullvoxpopuli @passle_ There are lots of users. The largest is @ serverless/platform-client.
1
0
5
@BenjaminMcCann
Ben McCann
2 years
Varos is a great way to benchmark your business against other SaaS businesses.
@Varos_com
Varos
2 years
Introducing, Varos for SaaS 🥳 🥳 🥳 Do you use Stripe and/or run ads on Google/FB/LinkedIn? Are you curious how your CAC, MRR Growth, Conversion Rates, Churn, CPCs, etc. compare with your peers? We can tell you!
1
1
13
0
1
5
@BenjaminMcCann
Ben McCann
2 years
@lxsmnsyc @andrioid @puruvjdev The problem with Vite's import.meta.env is that it only works with Vite. That's fine if you're building an app, but not if you're building a library. esm-env should work with any major bundler or environment.
0
0
5
@BenjaminMcCann
Ben McCann
2 months
@Rich_Harris @daylightco I'm really tempted to get a Sun Vision Display to try out. It has color and a full HD display, which seems good enough even if I'd prefer 4k.
1
0
3
@BenjaminMcCann
Ben McCann
1 year
@RyanCarniato I would have said this previously, but I'm encountering it less often these days as the most used libraries have been fixed. First thing I do when I hit this is enter the lib into which will usually tell you how to fix it. Maybe that should be built in!
0
0
4
@BenjaminMcCann
Ben McCann
5 months
I received a thoughtful gift from @livingcarbon of one of their #trees enhanced to fight #climatechange . This tree is now one of almost 200,000 they've put in the ground. It grows extra fast leading to twice the #carboncapture per acre and can even remove heavy metals from soil.
Tweet media one
0
0
4
@BenjaminMcCann
Ben McCann
5 months
@justfly1984 Yes, SvelteKit does client-side nav by default and there are a number of solutions for i18n like .
1
0
4
@BenjaminMcCann
Ben McCann
2 months
@thomasglopes It's not an issue in libraries if you're using Vite because they get pre-bundled. It's only in apps where this is an issue
4
0
4
@BenjaminMcCann
Ben McCann
3 years
Climate change is a generational challenge. I'm very excited that @c3ventures is able back @Orbillion1 in that mission. @PatriciaBubner , @sametsyildirim , Gabriel Levesque-Tremblay, and the rest of the team at Orbillion are moving fast with an innovative approach. More to come!
@Orbillion1
Orbillion
3 years
📢 TechCrunch: Investors eat up Orbillion Bio’s plans for lab-grown Wagyu beef, elk and bison⁠. Check out our latest Tech Crunch feature! ⁠ @TechCrunch #craftmeat #cellculturedmeat #futureoffood #alternativeprotein #foodie #sustainable #innovators
3
2
6
1
0
4
@BenjaminMcCann
Ben McCann
3 years
I went to public school and took math ahead of grade level starting in 6th grade. I'd taken Calc III, Linear Algebra, and Differential Equations by the time I went to college. CA wants that to happen only in private school which would ensure that only the wealthy succeed.
1
1
4
@BenjaminMcCann
Ben McCann
11 months
0
0
3
@BenjaminMcCann
Ben McCann
9 months
@fubits I'd love that too, but it's probably not a SvelteKit 2 thing. We'd love to see what we can do down the road by making changes in Svelte core to enable things like this in new ways. In the meantime we'll look at optimizing hydration in Svelte 5 to make it as efficient as possible.
0
0
3
@BenjaminMcCann
Ben McCann
4 years
@SvelteSociety @sveltejs @Rich_Harris @antony @kevmodrome How many active maintainers are there for Svelte and Sapper and will we see more being added soon? How are you building the pipeline of maintainers, identifying people to involve, training people on maintaining, and giving an onramp of gradually giving more responsibility?
1
0
3
@BenjaminMcCann
Ben McCann
3 years
Memora Health was one of the first startup investments I made in 2018 with dozens later following it. I was enthusiastic that they engaged patients in a modern fashion to improve outcomes. Exciting news to share after a very demanding 2020 helping health systems manage Covid-19!
@memorahealth
Memora Health
3 years
1/ Today, we’re excited to announce a $10.5M financing led @a16z ! Memora Health is building an operating system to help modernize how our largest healthcare organizations deliver care.
6
25
119
0
0
3
@BenjaminMcCann
Ben McCann
4 years
Thanks for the podcast shout out @kevmodrome @antony and kind welcome @lihautan !
@lihautan
Tan Li Hau 🤔
4 years
👏 welcome a new @sveltejs maintainer @BenjaminMcCann 🥰 been very helpful in closing and clearing backlogs in both Sapper and Svelte in the past weeks
1
0
4
0
0
3
@BenjaminMcCann
Ben McCann
11 years
We held a great MongoDB Hackathon today. Thanks to everyone who made it out!
0
1
3
@BenjaminMcCann
Ben McCann
8 years
Immigration ban sends a message about our country which makes us less safe and is counterproductive #NoBan
0
0
3
@BenjaminMcCann
Ben McCann
3 years
Equity means investing more in communities that have been underinvested in with the goal that outcomes are leveled across race, gender, and background. It means breaking down barriers - not holding back those who are excelling. California needs leadership that encourages success
@SteveMillerOC
Steve Miller
3 years
In the name of “equity”, California DOE’s 2021 Mathematics Framework attacks the idea of gifted students and eliminates opportunities for accelerated math. - no grouping students by ability - no Algebra for 8th graders - no Calculus for high schoolers
728
1K
4K
1
0
3
@BenjaminMcCann
Ben McCann
7 years
So proud of @_nehajain for being chosen as one of the Top 10 Women in Cloud Innovation amongst a very impressive group of women!
1
1
3
@BenjaminMcCann
Ben McCann
1 year
@trueadm Content editable is the worst thing I've ever dealt with. I built the text highlighting for Google Spreadsheets back in 2010 () and the only way we got it to work was with help from the Chrome and Firefox teams. Too bad things haven't changed since then
0
1
3
@BenjaminMcCann
Ben McCann
2 years
@Triloworld @BrittneyPostma @AppleMusic @sveltejs There are so many differences between those pages besides which frontend framework is being used that you can't compare them. If you want to see examples of performant Svelte frontends check out the showcase on or the Svelte and SvelteKit sites themselves
1
0
3
@BenjaminMcCann
Ben McCann
2 months
@antony No need for folks to do anything on the PR! I just posted to motivate folks into looking for other opportunities and don't want it to get too spammed😄
0
0
2
@BenjaminMcCann
Ben McCann
2 months
@khromov @Mageirl Upgrading sounds hard. There's no telling what state an app is in at that point. And you'd have to write a migration tool between any two versions for every library or tool out there...
0
0
0
@BenjaminMcCann
Ben McCann
9 months
@The_Only_Tails Agreed that we should put some focus on i18n. Our priority in the short-term will probably be making sure we have all the APIs necessary for the community implementations that have sprung up and potentially testing i18n on Svelte's own sites.
1
0
2
@BenjaminMcCann
Ben McCann
10 months
@Srav_Shark @sveltejs @trueadm It doesn't matter much whether you're in runes mode or not for a simple site like this. The runes output is only very slightly smaller.
0
0
2
@BenjaminMcCann
Ben McCann
2 months
@n_moore We're excited to build the new version of svelte-add on top of Clack! Here's what we think it could look like:
0
0
2
@BenjaminMcCann
Ben McCann
8 months
@Salman2301 @loris_sigrist @inlangHQ Possibly. Though it might be easier to do it cleanly by just using an if statement
0
0
2
@BenjaminMcCann
Ben McCann
2 months
@nullvoxpopuli @sveltejs Oh, actually we've removed 113 packages so far! It was returning old cached results. Your suggestion to run `npx dependency-maintainers @latest ` gave more up-to-date results.
1
0
2
@BenjaminMcCann
Ben McCann
1 year
@adamdbradley Sharing an update - modulepreload support landed in @webkit in February and was added to Safari Technology Preview 165 in March: . Their versioning scheme is shockingly opaque though, so I have no idea when Technology Preview 165 goes out to users.
@webkit
WebKit
1 year
Safari Technology Preview 165 is now available with updates to Web Inspector, CSS, JavaScript, Layout, Media, Forms, Web Animations, and more.
Tweet media one
4
13
65
1
0
2
@BenjaminMcCann
Ben McCann
11 years
Found a critical flaw in MongoDB where shell ignores updated ids. 10gen was super quick with the fix and already has a release candidate out
0
0
2
@BenjaminMcCann
Ben McCann
16 days
@puruvjdev @hyunbinseo97 It is still marked as experimental, but has been out for a year, so is pretty stable.
0
0
2
@BenjaminMcCann
Ben McCann
10 years
@Invesd Target Price Chart for Oaktree Capital Group LLC ($OAK)
0
1
2
@BenjaminMcCann
Ben McCann
11 years
@Connectifier had a great company outing. Working hard and playing hard! #startup
1
2
1
@BenjaminMcCann
Ben McCann
2 months
@Mike_Andreuzza It's been a longtime bugbear of mine that our header extends the full screen instead of being aligned with the content. Your version lost the dark mode toggle though. Or is that under More?
1
0
1
@BenjaminMcCann
Ben McCann
2 years
@zcorpan @Rich_Harris @damjano_d @davehunt82 @canaltinova modulepreload gives a massive perf boost. WebKit merged support yesterday leaving Firefox as the only major browser without support. Is there anything we can do to get it prioritized? Thanks @zcorpan for investigating!
1
0
1
@BenjaminMcCann
Ben McCann
2 months
@zkjason_ Well this is already built, so it's pretty low hanging fruit 😆
0
0
0
@BenjaminMcCann
Ben McCann
8 years
@WesleyEames that's a good chunk of our team now :-) or will be when the deal closes in several months. not quite a MSFT employee yet...
0
0
1
@BenjaminMcCann
Ben McCann
1 year
@webkit modulepreload support is huge!! The versioning scheme has lost me. How do I translate between "Technology Preview 165" and Safari 16.x? I don't see modulepreload mentioned in the release notes for any version. How do I know when it will be released?
0
0
1
@BenjaminMcCann
Ben McCann
3 years
@livingcarbon announces that their trees absorb over 50% more CO2. We need every tool at our disposal in fighting one of humanity's largest challenges, so it's inspiring to see a new one. Congrats to @maddiehallla and the entire team at @livingcarbon on the great progress!
@maddiehalla
Maddie Hall
3 years
Global warming is the biggest threat of our time & trees are one of our natural weapons to capture carbon. What if they could help faster? We @living_carbon are excited to unveil that photosynthesis-enhanced trees can grow faster and capture more carbon. Here's how we did it 🧵
15
127
551
0
1
1
@BenjaminMcCann
Ben McCann
2 months
@xeho91 Not exactly sure as we've run into a couple of roadbumps with a new release there, but it is something we've been looking at.
0
0
1
@BenjaminMcCann
Ben McCann
8 years
@kftaylor @Spectacles I thought you were driving quite slow and until you looked down and I saw the bike
1
0
1
@BenjaminMcCann
Ben McCann
7 years
@sinisa_lyh @leifwickland I cut a new release of sbt-avro for you guys
0
0
1
@BenjaminMcCann
Ben McCann
11 months
@Rich_Harris @DanaWoodman @dummdidumm_ You could write it either way. I stuck with onMount for now since the example title was "on mount" and there was no reactivity. onMount will run once on mount. $effect will run each time a reactive variable it depends on changes
1
0
1
@BenjaminMcCann
Ben McCann
5 months
@justfly1984 Svelte 4 has support for HMR, but for folks using the Svelte 5 beta they've had to live without it until now.
0
0
1