[IMP] add support for top level comments

This commit is contained in:
Géry Debongnie
2021-11-29 13:22:04 +01:00
committed by Aaron Bohy
parent 779003e715
commit 8a1ac13975
53 changed files with 1086 additions and 1042 deletions
+2
View File
@@ -9,6 +9,7 @@ import {
remove,
text,
toggler,
comment,
} from "./blockdom";
import { mainEventHandler } from "./component/handler";
@@ -28,6 +29,7 @@ export const blockDom = {
toggler,
createBlock,
html,
comment,
};
import type { AppConfig } from "./app/app";