Function findPossibleMergePositions
- findPossibleMergePositions(param0): {
path: {
key: string;
pos: number;
}[];
withCursor: boolean;
}[] Parameters
- param0: {
baseXml: ParsedXmlNodes;
cursorTag?: string;
element: string;
typesPaths: Map<string, string[][] | "infinite">;
}Optional
cursorTag?: string
element: string
typesPaths: Map<string, string[][] | "infinite">
Returns {
path: {
key: string;
pos: number;
}[];
withCursor: boolean;
}[]
Returns the different paths to the possible merge positions