0
0
Fork 0
Codesys-MCP-SP21-plus/tests/tui
Karstein Phobic Nyvold Kvistad 4d22232ec0 tui: add line-based diff hunk computation
computeHunks() returns Hunk[] (add | del | ctx) with line numbers on
the new side for add/ctx and the old side for del.

Both inputs are normalized to end with a newline before calling
jsdiff's diffLines, otherwise a missing EOF newline is treated as a
token boundary and the last line shows up as a spurious del+add
pair.
2026-04-28 21:54:20 +02:00
..
fixtures/mini-mirror/mcp-mirror/CodesysRpi/Plc Logic/Application tui: add mirror scanner with classification + LOC 2026-04-28 21:49:02 +02:00
diff.test.ts tui: add line-based diff hunk computation 2026-04-28 21:54:20 +02:00
scan.test.ts tui: add mirror scanner with classification + LOC 2026-04-28 21:49:02 +02:00
state-paths.test.ts tui: add state-file path resolver (Windows + XDG) 2026-04-28 21:50:44 +02:00
state-write.test.ts tui: add atomic Selection JSON writer 2026-04-28 21:52:07 +02:00