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
currently, comment nodes are separate elements per AST node.
This means that getting the comment for a particular AST node requires complex element retrieval.
The parser should assign the comment to the succeeding AST node if possible.
Same holds for inline comment.
At the time of adding this issue , I am working on a big change/refactoring.
The text was updated successfully, but these errors were encountered:
currently, comment nodes are separate elements per AST node.
This means that getting the comment for a particular AST node requires complex element retrieval.
The parser should assign the comment to the succeeding AST node if possible.
Same holds for inline comment.
At the time of adding this issue , I am working on a big change/refactoring.
The text was updated successfully, but these errors were encountered: