I miss node.parent, is there a reason not to expose it?

DOM users are so used to have parentNode, that it’s somewhat deceiving not to have node.parent - and it’s specially not intuitive to find a node parent (i currently use resolvedPos.node(level) but maybe something in the api is more obvious ?).

It doesn’t exist, with good reason (you can’t have a structure-sharing, persistent data structure if it has parent links), so it can’t be exposed.