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

fix: ensure newline before inline sourcemap #182

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

lucacasonato
Copy link
Member

On main the code { 1; } transpiles to
{ 1; }//# sourceMappingURL=...

This PR fixes this to transpile to { 1; }\n//# sourceMappingURL=...

On `main` the code `{ 1; }` transpiles to
`{ 1; }//# sourceMappingURL=...`

This PR fixes this to transpile to `{ 1; }\n//# sourceMappingURL=...`
@bartlomieju bartlomieju requested a review from dsherret November 1, 2023 13:03
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

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

LGTM

@lucacasonato lucacasonato merged commit df94f1e into main Nov 1, 2023
@lucacasonato lucacasonato deleted the newline_sourcemappingurl branch November 1, 2023 13:05
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.

2 participants