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(ast): walk missing nodes #471

Merged
merged 1 commit into from
Nov 29, 2022
Merged

fix(ast): walk missing nodes #471

merged 1 commit into from
Nov 29, 2022

Conversation

stevenh
Copy link
Collaborator

@stevenh stevenh commented Nov 29, 2022

Fix ast.Walk missing out:

  • DotExpressions.Identifier
  • LabelledStatement.Label

Fixes #299

Fix ast.Walk missing out:
* DotExpressions.Identifier
* LabelledStatement.Label

Fixes #299
@stevenh stevenh merged commit 93fb47c into master Nov 29, 2022
@stevenh stevenh deleted the fix/ast-walk-missing-nodes branch November 29, 2022 11:10
sg3des pushed a commit to sg3des/otto that referenced this pull request Jul 17, 2023
Fix ast.Walk missing out:
* DotExpressions.Identifier
* LabelledStatement.Label

Fixes robertkrimen#299
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.

ast.Walk doesn't actually walk the whole AST
1 participant