huskies: merge 821

This commit is contained in:
dave
2026-04-28 21:02:00 +00:00
parent dd35a8a530
commit b698cee284
6 changed files with 133 additions and 5 deletions
+2 -1
View File
@@ -177,7 +177,8 @@ fn has_jsdoc_before(lines: &[&str], item_idx: usize) -> bool {
i -= 1;
let line = lines[i].trim();
if line.is_empty() {
continue;
// A blank line breaks the JSDocitem adjacency: stop searching.
return false;
}
if line.starts_with('@') {
// Decorator — keep scanning upward