doorgan / sourceror

Utilities to manipulate Elixir source code
Apache License 2.0
326 stars 22 forks source link

Introduce new Range and Patch structs #140

Closed doorgan closed 5 months ago

doorgan commented 5 months ago

What the title says. Now that those data structures have been stable for 1+ year, it's safe to convert them to structs.

This should also help with LSP completions and future elixir type checking.