pub fn node_match_to_code_match<'tree, D: Doc>(
node_match: NodeMatch<'tree, D>,
) -> CodeMatch<'tree, D>Expand description
Convert ast-grep NodeMatch to service layer CodeMatch
This preserves all ast-grep functionality while adding service layer context.