stil4m / elm-syntax

Elm syntax in Elm
MIT License
92 stars 26 forks source link

Do not support parsing Destructuring declaration #201

Closed jfmengels closed 10 months ago

jfmengels commented 10 months ago

Destructuring is not valid Elm code in Elm 0.19.

We already decided to remove it from v8, but I'm turning this into a parsing error for v7 already so that it is easier to find syntax errors (after an elm-review fix for instance).