-
Notifications
You must be signed in to change notification settings - Fork 5
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 rust utf8 ranges vs js utf16 ranges #20
Conversation
Run & review this pull request in StackBlitz Codeflow. |
@@ -295,7 +315,7 @@ module.exports.preprocessGlimmerTemplates = function preprocessGlimmerTemplates( | |||
// for blocks {{x as |b|}} the block range does not contain the block params... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this part still needed? the blockRange? it come from one of the other fix PRs, but it causes an error on this branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, it should be required, yes
708caa5
to
2d04b33
Compare
this is more correct.
This is the same issue brought up here:
content-tag
updated here: https://github.com/embroider-build/content-tag/#parsed