mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-15 00:52:54 +03:00
Handle GLSLExpression as a node that can't hold an expression
A node of type GLSLExpression does not hold contain children expressions, contrary to what i understood before. This change should remove the confusion around that.
This commit is contained in:
parent
2c38878a6d
commit
7aa09c1b82
@ -1285,7 +1285,7 @@ expressionChildren node =
|
||||
RecordAccessFunction _ ->
|
||||
[]
|
||||
|
||||
GLSLExpression expr ->
|
||||
GLSLExpression _ ->
|
||||
[]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user