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(parser): Fix endIndex of text events being off by 1 #932

Merged
merged 2 commits into from
Aug 28, 2021
Merged

Commits on Aug 28, 2021

  1. fix(parser): Fix endIndex of text events being off by 1

    While other events use the end index of a particular sequence (eg. a `>` in a tag) to signify the end index, text events use the start of something else as an index. This led to an off-by-one error in the previous release, where text events would have an index that was too high by 1. This fixes this.
    fb55 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    a64da60 View commit details
    Browse the repository at this point in the history
  2. Delete update-events.ts

    fb55 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    358d22e View commit details
    Browse the repository at this point in the history