EntryWithAncestors: Readonly<{
    ancestors: string[];
    name: string;
    nodeValue: any;
    sourceValue: any;
}>