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
when I would want the type and expression to not be aliased, and MyFirstFile to not be imported. My use case would be building up expressions without needing to know when they are built which module they are going to be used in. At the moment I do this with elm-syntax by passing file metadata down through expression functions and comparing module directories, but it would be so neat if elm-codegen can do this.
Thank you (:
The text was updated successfully, but these errors were encountered:
https://ellie-app.com/jBhFzgXWv64a1
Hi (: I am not sure if this is a bug/outside scope of this package/I am doing something wrong.
Given
when I would want the type and expression to not be aliased, and
MyFirstFile
to not be imported. My use case would be building up expressions without needing to know when they are built which module they are going to be used in. At the moment I do this with elm-syntax by passing file metadata down through expression functions and comparing module directories, but it would be so neat if elm-codegen can do this.Thank you (:
The text was updated successfully, but these errors were encountered: