Multiverse-io / eextoheex

Automatic conversion of html.eex templates to heex
MIT License
37 stars 7 forks source link

Fix exceptions and update conventions #10

Closed PJUllrich closed 7 months ago

PJUllrich commented 7 months ago

@addrummond

Fixes exceptions that occur if you run it with the lastest Elixir version (e.g. 1.16) where the structure of the tokens changed from e.g. {:expr, line, column, ~c"=", text} to {:expr, ~c"=", text, %{line: line, column: column}}

It also updates the form fields from let={form} to :let={form} and url="#" to action={~p"#"}