forceParsing

Force a complete re-parse of the document. In Kodemirror's synchronous parsing model, the tree is always current, so this returns the existing tree.

This function is provided for API compatibility with upstream CodeMirror, where it forces async parsing to complete synchronously.