-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Lines 253 to 257 in 2097fa5
optional(seq( | |
$._else, | |
repeat($._newline), | |
field("alternative", $._expression) | |
)) |
i.e. the seq(else, newlines, alternative)
all wrapped up in a named node
This would be for air, which does make a distinction of the else_clause
, and I think we could basically remove this whole section if we had a named node here
https://github.com/posit-dev/air/blob/ca6648d251d11a08041be4796b55f02e5d35f2cc/crates/air_r_parser/src/parse.rs#L770-L801
Metadata
Metadata
Assignees
Labels
No labels