Highlights https://elm-lang.org/blog/small-assets-without-the-headache • Dead Code Elimination • Record Field Renaming • Faster Compile Times 😂 ⭐ person.name → p.n
Highlights https://elm-lang.org/blog/small-assets-without-the-headache • Dead Code Elimination • Record Field Renaming • Faster Compile Times ⚡ 😂 ⭐ person.name → p.n
Upgrading (elm.json) elm install "elm/regex" I found it in your elm.json fi le, but in the "indirect" dependencies. Should I move it into "direct" dependencies for more general use? [Y/n]:
Syntax (Time) import Time import Json.Encode as JSONE raw = 1535235380000 time = Time.millisToPosix raw value = JSONE.int <| Time.posixToMillis time elm install elm/time