Enormous refactor adding IndexedDB space and syncing.

This commit is contained in:
Zef Hemel
2022-04-06 15:39:20 +02:00
parent 38faf50ab8
commit eb781b9e19
16 changed files with 611 additions and 321 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import {SysCallMapping} from "../../plugos/system";
import {MarkdownTree, parse} from "../tree";
import { SysCallMapping } from "../../plugos/system";
import { MarkdownTree, parse } from "../tree";
export function markdownSyscalls(): SysCallMapping {
return {
+1 -1
View File
@@ -1,4 +1,4 @@
import {SyntaxNode} from "@lezer/common";
import { SyntaxNode } from "@lezer/common";
import wikiMarkdownLang from "../webapp/parser";
export type MarkdownTree = {