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.
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 anythingWe 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.