Skip to content

Conversation

@tromey
Copy link
Contributor

@tromey tromey commented Sep 22, 2017

urlParse was mis-parsing URLs where the host included "-".
This fixes the problem by modifying the parsing regexp.
Fixes #219

urlParse was mis-parsing URLs where the host included "-".
This fixes the problem by modifying the parsing regexp.
Fixes mozilla#219
Copy link
Member

@gregtatum gregtatum left a comment

Choose a reason for hiding this comment

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

Thanks, this looks good to me. Feel free to ping me in the future for source map related PRs. I read through the spec, docs, and source code today, so I should be able to look into anything that needs reviewing.

@tromey tromey merged commit d730e6b into mozilla:master Sep 22, 2017
@tromey tromey deleted the fix-hyphen branch September 22, 2017 18:28
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.

Returned sources are broken if the sourceRoot contains hyphens

2 participants