elm-syntax icon indicating copy to clipboard operation
elm-syntax copied to clipboard

Extra line breaks causes parsing to fail

Open MartinSStewart opened this issue 2 years ago • 0 comments

The following module won't parse likely due to the extra line breaks in the code.

module Env exposing (..)

-- The Env.elm file is for per-environment configuration.

-- See https://dashboard.lamdera.app/docs/environment for more info.


dummyConfigItem =

    ""

MartinSStewart avatar Apr 01 '22 20:04 MartinSStewart