else if (comment === "/frsh:island" || comment === "/frsh:partial") {
node = maybeHideMarker(node);
const item = ctx.stack.pop(); // the offending line
if (item !== undefined) {
item.end = node as Comment;
}
}
else if (comment === "/frsh:island" || comment === "/frsh:partial") {
node = maybeHideMarker(node);
const item = ctx.stack.pop(); // the offending line
if (item !== undefined) {
item.end = node as Comment;
}
}