mix surface.convert
tries to convert files that are commented out
#649
Labels
bug
Something isn't working
Describe the bug
I have a
some_component.ex
where the entire contents are commented out using#
.mix surface.convert
attempts to convert this file and crashes.How to reproduce it
mix surface.convert
The behaviour you expected
Commented out lines/files are ignored.
Your Environment
Surface: v0.8.1
LiveView: v0.17.11
Elixir: v1.13.4
The text was updated successfully, but these errors were encountered: