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