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

Add methods "ASTNode.upsertWhitespace*Me" #1687

Merged
merged 3 commits into from Nov 2, 2022

Commits on Oct 31, 2022

  1. Add methods "ASTNode.upsertWhitespaceBeforeMe" and "ASTNode.upsertWhi…

    …tespaceAfterMe" as replacements for "LeafElement.upsertWhitespaceBeforeMe" and "LeafElement.upsertWhitespaceAfterMe". The new methods are more versatile and allow code to be written more readable in most places.
    paul-dingemans committed Oct 31, 2022
    Copy the full SHA
    d53cc42 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    paul-dingemans committed Oct 31, 2022
    Copy the full SHA
    434890d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Copy the full SHA
    5d1849c View commit details
    Browse the repository at this point in the history