With commit ae6764f, Node information is passed to editorExtension. This is clearly a needed functionality. The issue is, the nodes first converted to "const" before passing. This makes accessing some information hard or impossible. I need to check if this is the behaviour we want.