@can.getValueDependencies
    canReflect.getValueDependencies(observation)
  
  If this observation is bound, returns an observation record of the dependencies:
var record = canReflect.getValueDependencies(observation)
record //-> {
//    keyDependencies: Map<observable,Set<eventNames>>,
//    valueDependencies: Set<observable>
// }