bundles / papyri 0.0.10 / papyri / ts / TSVisitor / _compressor
function
papyri.ts:TSVisitor._compressor
source: /papyri/ts.py :224
Signature
def _compressor ( self , nodes : list[Any] ) → list[Any] Summary
This is currently a workaround of a tree-sitter limitations. List cannot have blank lines between them, so we end up with multiple XxxxList, instead of one XxxxList with many items.
Aliases
-
papyri.ts.TSVisitor._compressor