lexical-lsp / lexical

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

Current modules can be nil #696

Closed scohen closed 2 months ago

scohen commented 2 months ago

In contexts like heex templates, the current module can be nil, but entity didn't account for that, as it was hard matching on {:ok, module}, which caused crashes in things like hover.

Fixes #693