We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm coming from dillonkearns/elm-typescript-interop#3 and it seems that the elm-ast package fails to parse
port module Main exposing (..) init location = let currentRoute = Routing.parseLocation location in --( initialModel currentRoute, fetchUser ) ( initialModel currentRoute, Cmd.batch [ check "yo" , fetchUser ] )
with
Err ((),{ data = "port module Main exposing (..)\n\n\ninit location =\n let\n currentRoute =\n Routing.parseLocation location\n in\n --( initialModel currentRoute, fetchUser )\n ( initialModel currentRoute, Cmd.batch\n [ check \"yo\"\n , fetchUser\n ] )\n\n", input = "init location =\n let\n currentRoute =\n Routing.parseLocation location\n in\n --( initialModel currentRoute, fetchUser )\n ( initialModel currentRoute, Cmd.batch\n [ check \"yo\"\n , fetchUser\n ] )\n\n", position = 33 },["expected end of input"])
The text was updated successfully, but these errors were encountered:
Duplicate of #41
Sorry, something went wrong.
No branches or pull requests
I'm coming from dillonkearns/elm-typescript-interop#3 and it seems that the elm-ast package fails to parse
with
The text was updated successfully, but these errors were encountered: