feat(smartdiff): Migrate package to ESM, replace fast-diff with and add rich diff APIs + formatters

This commit is contained in:
2025-12-14 12:33:23 +00:00
parent 742a8c734d
commit 46dbef319b
11 changed files with 8306 additions and 6299 deletions

View File

@@ -1,2 +1,3 @@
const removeme = {};
export { removeme };
import * as diff from 'diff';
export { diff };