switch over to deep diffing for mutations

This commit is contained in:
Chris Kruining 2024-10-21 14:19:39 +02:00
parent 2e3a3e90de
commit 6064fd3b45
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
7 changed files with 228 additions and 88 deletions

3
src/global.d.ts vendored
View file

@ -1,2 +1,5 @@
interface FileSystemHandle {
getUniqueId(): Promise<string>;
}