bundles / papyri latest / papyri / ts / TSVisitor / visit_whitespace
function
papyri.ts:TSVisitor.visit_whitespace
source: /papyri/ts.py :524
Signature
def visit_whitespace ( self , node : Node ) → list[Any] Summary
Here whitespace seem to mean both spaces and newline.
Extended Summary
I believe we need to remove the newline, but there is some questions as to whether we should replace them with just space, or suppress them if preceded by spaced.
Aliases
-
papyri.ts.TSVisitor.visit_whitespace