You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
I'm throwing in a wild idea:
How about some manual pre-processing of the modules?
In particular, stripping -- comments to alleviate the problems experienced in #15.
I suggested the manual preprocessing in a github issue a while back for the Bogdanp parsing library, but it seems like that one isn't being actively maintained lately (at least the last I checked).
I think the still4m package is the way to go. It will take some time to change things over, though and I don't have much bandwidth at the moment, but I'll go that route when I do it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using https://github.com/stil4m/elm-syntax may potentially address a few problems:
elm-ast
libraries have several parsing bugselm-ast
libraries are not planning on upgrading to Elm 0.19elm-syntax
may also help with only parsing modules which are imported somewhereHere's the original comment suggesting this library: #15 (comment)
Here are some current issues in
elm-typescript-interop
it could address:The text was updated successfully, but these errors were encountered: