gleam-lang / tree-sitter-gleam

🌳 A tree-sitter grammar for the Gleam programming language
Apache License 2.0
78 stars 16 forks source link

Changes for Gleam v0.32 #72

Closed lpil closed 1 year ago

lpil commented 1 year ago

Hello there!

Starting with Gleam v0.32 the syntax for unqualified importing a type will be import modulename.{type TypeName}.

The existing import modulename.{Name} will refer to the value constructor, not the type.

Thanks!