pub fn find_node_by_id<'a>( sources: &'a Value, target_id: u64, ) -> Option<&'a Value>
Find the raw AST node with the given id by walking all sources.