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

Show leaf Kinds when printing syntax trees #489

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

c42f
Copy link
Member

@c42f c42f commented Aug 9, 2024

The leaf kind is fairly critical information - this change ensures it's shown by default when printing syntax trees.

Conversely, the byte offset and line/column is generally not very useful, so hide this by default.

The leaf kind is fairly critical information - this change ensures it's
shown by default when printing syntax trees.

Conversely, the byte offset and line/column is generally not very
useful, so hide this by default.
@c42f c42f merged commit 6532515 into main Aug 9, 2024
36 checks passed
@c42f c42f deleted the caf/show-kinds-in-trees branch August 9, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant