pub fn extract_jsdoc(node: &Node<'_>, content: &str) -> Option<String>
Extract a JSDoc comment (/** ... */) preceding a node.
/** ... */
Walks backwards through siblings looking for a comment starting with /**.
comment
/**