You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This turned out to be a single-line fix, once I figured what was going on. In order to associate less-indented comments with the subsequent rather than the preceding node there's a check for the following node's indentation level, and that check wasn't dealing properly with blank lines. I'll package a new release within a few days that includes this.
Commenting out lines at the first position, confuses the parser. eg:
Error document:
.toJSON()
:Successful document:
.toJSON()
:The text was updated successfully, but these errors were encountered: