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

refactor(ast)!: store span details inside comment struct #4132

Merged
merged 6 commits into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. refactor(ast)!: store span details inside comment struct

    This tweaks `Comment` definition in order to internally store the
    start and end position of its span.
    lucab committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0f5e3e0 View commit details
    Browse the repository at this point in the history
  2. ast: inline span getter

    lucab committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9b2d773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8f7dbe View commit details
    Browse the repository at this point in the history
  4. comment: make span public

    lucab committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0c7e4fc View commit details
    Browse the repository at this point in the history
  5. wasm: fix iterator type

    lucab committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    28c79b9 View commit details
    Browse the repository at this point in the history
  6. prettier: fix clippy lint

    lucab committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    019489a View commit details
    Browse the repository at this point in the history