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(emit): make source_map work #218

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Mar 6, 2024

Closes #216

@dsherret dsherret requested a review from bartlomieju March 6, 2024 21:14
@@ -238,7 +238,7 @@ impl ParsedSource {
}
let mut src = String::from_utf8(buf)?;
let mut map: Option<String> = None;
{
if options.source_map || options.inline_source_map {
Copy link
Member Author

Choose a reason for hiding this comment

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

Opened #217 for the future (breaking change)

@dsherret dsherret merged commit ca21ff6 into denoland:main Mar 6, 2024
2 checks passed
@dsherret dsherret deleted the fix_source_map branch March 6, 2024 21:19
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.

source_map option appears to be ignored
2 participants