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
When there is a blank line in the original source code separating 2 statements, it is not there in the exported code.
Seems difficult without creating special nodes (EmptyLine) in the AST which does not seem desirable.
May be we could use source anchors to compute this ?
The text was updated successfully, but these errors were encountered:
When there is a blank line in the original source code separating 2 statements, it is not there in the exported code.
Seems difficult without creating special nodes (EmptyLine) in the AST which does not seem desirable.
May be we could use source anchors to compute this ?
The text was updated successfully, but these errors were encountered: