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,7 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",