rogeriochaves / spades

Start an Elm SPA ready to the real world
302 stars 19 forks source link

Break if not found parts to update with transformers #5

Open rogeriochaves opened 6 years ago

rogeriochaves commented 6 years ago

Currently if a transformer can't find a function to modify (for example if the user renames the router function) it will fail silently, not changing anything

We have to tell that the function was not found and therefore won't be updated. This could either be a warning or an error message.