Optimize editor data flow

This commit is contained in:
Sidharth Vinod
2022-09-02 19:41:51 +05:30
parent 38824e8bab
commit 70b67afb87
9 changed files with 87 additions and 108 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"cSpell.words": ["pako", "Serde", "serdes"],
"vitest.commandLine": "yarn test:unit",
"vitest.enable": true,
"testing.autoRun.mode": "rerun"
"testing.autoRun.mode": "rerun",
"svelte.enable-ts-plugin": true
}