Add comments to the tree #24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "comments-in-tree"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#instead of just#. Why? So we can create words with # in them. Is this a good idea? No clue, I don't feel strong about it, but I've been trying to let words be as weird as they want to be.@ -637,3 +658,3 @@case terms.Array: {const children = getAllChildren(node)const children = getAllChildren(node).filter((n) => n.type.id !== terms.Comment)Maybe put the filter in getAllChildren() so we won't have to worry about it?
YES