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
Hi, and thanks a lot for writing this tool and updating it for Elm 0.19
I'm planning on using it in my resource packing workflow. The plan is this:
Scan all the resources and code-generate Elm files that expose the resources as functions.
Scan the resource functions for usage
Only pack the resources that are actually used
I think elm-xref can help a lot with this, but one thing I'm not clear on is how to find out which entrypoints use a certain function. This is important to me because our Elm codebase has many entrypoints, and they could become unused as the codebase changes, but may still contribute to the usage of a function.
The text was updated successfully, but these errors were encountered:
Hi, and thanks a lot for writing this tool and updating it for Elm 0.19
I'm planning on using it in my resource packing workflow. The plan is this:
I think elm-xref can help a lot with this, but one thing I'm not clear on is how to find out which entrypoints use a certain function. This is important to me because our Elm codebase has many entrypoints, and they could become unused as the codebase changes, but may still contribute to the usage of a function.
The text was updated successfully, but these errors were encountered: