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

escape @ sigils in debug filename #3114

Merged
merged 1 commit into from
Jun 25, 2019

Conversation

Conduitry
Copy link
Member

One of the changes in #2963 was to throw an error when decoding a @ sigil that wasn't actually exported from svelte/internal. This causes a problem when we neglect to properly escape this elsewhere, like what was happening in the debug filename. When the filename included, for example, @sapper, this would throw an error. We're now properly escaping the sigil.

@Conduitry Conduitry force-pushed the escape-sigil-filename branch from deafb3a to 8ba428f Compare June 25, 2019 18:30
@Conduitry Conduitry merged commit d6af8a7 into sveltejs:master Jun 25, 2019
@Conduitry Conduitry deleted the escape-sigil-filename branch June 25, 2019 18:45
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