Open
Description
This is an issue to recount some thoughts:
- config resolvers return a function, instead they should return a node. This is inconsistent and we lose metadata from config resolvers.
- using fn.name directly in various decorators is likely a leaky abstraction. We either need to use Node here for this metadata, or we should standardize attaching things to the function itself...