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

Improvement: adds optional source position tracking #1790

Merged
merged 2 commits into from Jun 13, 2022
Merged

Improvement: adds optional source position tracking #1790

merged 2 commits into from Jun 13, 2022

Commits on Jun 13, 2022

  1. Improvement: adds optional source position tracking

    Updated the Tokeniser to optionally track the input source character ranges for nodes, and the end tags for Elements. This gives the ability to (for example) visually link an editor to the parsed DOM.
    jhy committed Jun 13, 2022
    Copy the full SHA
    76c5fdf View commit details
    Browse the repository at this point in the history
  2. Changelog for #1790

    jhy committed Jun 13, 2022
    Copy the full SHA
    15a6578 View commit details
    Browse the repository at this point in the history