Ben McCann

Results 1547 comments of Ben McCann

Yeah, not a strict blocker. Just nice if we can get to soon as I imagine many folks will start running the migration tool right away. Maybe nice to leave...

Can we update the plugins in the meantime instead of serving deprecated versions to all of our users? What's the release timeline for wrangler 4?

I found this fixed as the last commit in the v4 branch four months ago: https://github.com/cloudflare/workers-sdk/pull/5209. But there have been no further updates to the branch since then

There's no bug and I get that they're just warnings, but I don't want to teach our users to ignore warnings nor do we want to ignore them in our...

Another idea might be to make the implementation pluggable so that users can choose which implementation to use without pulling in dependencies for the implementation(s) they're not using. That would...

I wanted to share a huge thank you to everyone here who worked on the new wrangler 4 that is out now for working to fix this!!

Thanks for the update! For what it's worth, I'd be happy with doing a complete rebuild on watch especially since rolldown is so fast! Our build has gone from ~8...

From @bluwy: >The difficult part is interpreting each tar file's "file name", and writing that down to fs. You can download a big tarball from a github repo for example,...

Yeah, I think we should. But I believe it's only available in Node 22, which means we'd probably be waiting until 2026 It could be worth using `tinyglobby` or another...

Ah, we can switch to modern parse output. I didn't realize until just the other day that there's a flag for that and it can return two different AST. It's...