Skip to content

Conversation

@eduardoboucas
Copy link
Member

No description provided.

function url2path(urlString: string) {
const url = new URL(urlString);
const tail = url.pathname.split("/").filter(Boolean);
const relativePath = tail.length === 0 ? [".root"] : tail;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eduardoboucas eduardoboucas marked this pull request as ready for review October 21, 2025 17:13
@eduardoboucas eduardoboucas requested a review from a team as a code owner October 21, 2025 17:13
@eduardoboucas eduardoboucas merged commit 99236bd into main Oct 21, 2025
66 of 67 checks passed
@eduardoboucas eduardoboucas deleted the feat/deno-v2-flag branch October 21, 2025 17:40
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.

3 participants