rubocop / rubocop-ast

RuboCop's AST extensions and NodePattern functionality
https://docs.rubocop.org/rubocop-ast
MIT License
104 stars 52 forks source link

[Docs] Update the doc of Node Types #302

Closed koic closed 3 months ago

koic commented 3 months ago

Follow up https://github.com/whitequark/parser/pull/716.

The def_e and defs_e nodes representing endless method definitions no longer exist. Instead, these are represented by def and defs nodes with empty location.end information.

marcandre commented 3 months ago

Thank you 👍