pub fn get_node_text(node: &Node<'_>, source: &str) -> Option<String>
Extract the source text for a node with a bounds check.
Returns None if the node’s byte range falls outside source.
None
source