Is your feature request related to a problem? Please describe.
I spent a good deal of time trying to debug why my type wasn't showing up in a generated IR file only to find I had exposed the wrong path to the module.
Describe the solution you'd like
Ideally, morphir-elm would verify that all exposed modules actually exist, and fail if they do not.
Is your feature request related to a problem? Please describe.
I spent a good deal of time trying to debug why my type wasn't showing up in a generated IR file only to find I had exposed the wrong path to the module.
Describe the solution you'd like
Ideally, morphir-elm would verify that all exposed modules actually exist, and fail if they do not.
Describe alternatives you've considered
A warning would be fine, too.
🥂