Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support semver versioning URL #875

Merged
merged 3 commits into from
Sep 8, 2024
Merged

Support semver versioning URL #875

merged 3 commits into from
Sep 8, 2024

Conversation

ije
Copy link
Member

@ije ije commented Sep 8, 2024

Deno:

$ curl https://esm.sh/react@^18.2.0 --head --header user-agent:Deno/1.46.0
...
Location: https://esm.sh/[email protected]
...

Browser:

$ curl https://esm.sh/react@^18.2.0 --header user-agent:Chrome/120
export * from "/[email protected]/es2024/react.mjs"
export { default } from "/[email protected]/es2024/react.mjs"

@ije ije merged commit a1c25c6 into main Sep 8, 2024
1 check passed
@ije ije deleted the deno-redirects branch September 8, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant