chore: sweep retired semantic-diff markup; full suite green
- Delete dead `authorBadge` function (no callers; grep-verified) - Merge adjacent duplicate imports from trackChangesModel in test file Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -263,9 +263,7 @@ describe("wordDiffByAuthor", () => {
|
||||
});
|
||||
});
|
||||
|
||||
import { renderPlain } from "../src/trackChangesModel";
|
||||
|
||||
import { wordEditHunks, decorationPlan } from "../src/trackChangesModel";
|
||||
import { renderPlain, wordEditHunks, decorationPlan } from "../src/trackChangesModel";
|
||||
|
||||
test("committed change: wordEditHunks(current, baseline) → start/end index current; replacement is baseline text", () => {
|
||||
const baseline = "the light mode";
|
||||
|
||||
Reference in New Issue
Block a user