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 rust utf8 ranges vs js utf16 ranges #20

Merged
merged 6 commits into from
Dec 30, 2023

Conversation

Copy link

stackblitz bot commented Dec 29, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@NullVoxPopuli NullVoxPopuli added the bug Something isn't working label Dec 29, 2023
@patricklx patricklx marked this pull request as ready for review December 30, 2023 09:45
@patricklx patricklx marked this pull request as draft December 30, 2023 09:45
@patricklx patricklx marked this pull request as ready for review December 30, 2023 10:16
@@ -295,7 +315,7 @@ module.exports.preprocessGlimmerTemplates = function preprocessGlimmerTemplates(
// for blocks {{x as |b|}} the block range does not contain the block params...
Copy link
Member Author

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

Copy link
Collaborator

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

@patricklx patricklx force-pushed the byte-verses-character-index-repro branch from 708caa5 to 2d04b33 Compare December 30, 2023 20:23
@patricklx patricklx changed the title Parsing error: '}' expected fix rust utf8 ranges vs js utf16 ranges Dec 30, 2023
@NullVoxPopuli NullVoxPopuli merged commit 244b281 into main Dec 30, 2023
5 checks passed
@NullVoxPopuli NullVoxPopuli deleted the byte-verses-character-index-repro branch December 30, 2023 22:56
@github-actions github-actions bot mentioned this pull request Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants