lexical-lsp / lexical

Lexical is a next-generation elixir language server
874 stars 80 forks source link

Detected module references using __MODULE__ #603

Closed scohen closed 7 months ago

scohen commented 7 months ago

We were not detecting a module reference if it used MODULE, as in __MODULE__.Child. This was due to not recognizing the AST for __MODULE__ as being a constituent part of a module reference.

Fixes #602