Jim Isaacs

Results 54 comments of Jim Isaacs

@ije also hitting similar issues with these types myself, and was looking at whether there is a way to just pin types with esm.sh. Couldn't find it. My issue is...

did everything just work itself out in the last 30 minutes? not getting any errors now.

My issues went away in my private installation, seems the issue I described is still very much there on esm.sh. I suspect because of the cache. The architecture seems to...

@ije should all unversioned urls always redirect?

i.e. all urls without a full package version, excluding values in search url params, are always 307 redirected to a url with a full package version?

Although I actually like the idea of esm.sh build channels, because it gives a path to test changes, I actually think end users will probably never use it, because we...

Regarding stable versus unstable channels. I don't think we'd need to purge the cdn cache on stable if stable just meant "pinned to build". So updating would just be pinning...

quick followup, looks like "deno.land" uses redirects, i.e. https://deno.land/std/archive/tar.ts redirects to https://deno.land/[email protected]/archive/tar.ts, and it works with deno and vscode .

This is the issue I have been describing in my previous messages https://github.com/esm-dev/esm.sh/issues/331

Just FYI I have been discussing this exact issue here https://github.com/esm-dev/esm.sh/issues/326, though I might have been conflating issues.