lexical-lsp / lexical

Lexical is a next-generation elixir language server
776 stars 77 forks source link

Fixed: Go to definitions crashes on modules defined via a macro #753

Closed scohen closed 1 month ago

scohen commented 1 month ago

Typedstruct has an alternate syntax for defining a module (whaa?) and we would crash when we didn't recognize this syntax as being related to a module.

Fixes #750