v1rtl

Results 451 comments of v1rtl

Are there any blockers to this pull request?

this feature would be very useful to migrate away from node-fetch where custom http.Agent is used. Perhaps a pull request could be opened?

I'm converting some of the tinyhttp stuff to use with Bun and it's the only thing preventing it right now

@adrai unnecessary code being downloaded by browsers and package managers. Other packages might also import cross-fetch but with another version, resulting in dependency duplication.

@adrai there's no urgency of it getting merged, I just submitted a PR as a general ecosystem cleanup. That's done so that modern environments aren't slowed down by unnecessary polyfills.

@adrai 1) in case of fallbacks, they should pin a version to the previous major. This is very simple, just doing a `^major...` works. Stuff might break only if it's...

@adrai thanks for reaching out and taking time to look at the PR! I'll ping in 6 months in case of anything

yeah sure but it should, all tsfonfigs inherit base one

It's enabled now, I have omitted some warnings where it's not super relevant or when it's gonna be refactored later. thanks again for raising this up