package nodes // The nodes package represent the concept of in-memory // CST / AST nodes, ideally as language agnostic as possible. // These are essentially wrappers over Tree Sitter nodes with // some helpful methods to extract information from them.