-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unquoted Text #2
Labels
Comments
Has anyone tried to fork and build manually with nightly to achieve this? |
That's amazing news! Anything I can do to help? |
Hi, i am interesting if it could help parsing inline style/script? <style>
div {
background-color: red;
color: white;
}
</style>
<script>
var x = 12;
console.log(x);
if (x>1) {
// if so, how it treat comments, and templating.
// what about templating with embeded html?
var y = ` <div>#{x}<div>`
console.log(y);
}
</script> |
@vldm please use this instead, Edit: My bad. @vldm is the creator of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support for
<div>Some Text</div>
viaproc_macro2
'sspan-locations
feature by manually calculating the whitespaces based on Spanstart
andend
Depends on rust-lang/rust#54725
Caveat
<pre>
) will not render correctlyThe text was updated successfully, but these errors were encountered: