[wip] refactor for lib0/delta v2

This commit is contained in:
Kevin Jahns
2025-10-20 02:14:02 +02:00
parent 2f47a98380
commit 91384b54bf
35 changed files with 703 additions and 2743 deletions

View File

@@ -19,5 +19,6 @@
"yjs/testHelper": ["./tests/testHelper.js"]
}
},
"include": ["./src/**/*.js", "./tests/**/*.js"]
"include": ["./src/**/*.js", "./tests/**/*.js"],
"exclude": ["../lib0/**"]
}