about summary refs log tree commit diff stats
path: root/src/html/env.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-07-09 20:11:05 +0200
committerbptato <nincsnevem662@gmail.com>2023-07-09 20:12:52 +0200
commitffd4414ecf579802d94da3535361c61e24b5d954 (patch)
tree18c4a4efb79e0ca62ec8886198adfd46375c2df8 /src/html/env.nim
parent1b5d94a656096730a0d780ee2e1aece846e35fa5 (diff)
downloadchawan-ffd4414ecf579802d94da3535361c61e24b5d954.tar.gz
htmlparser: decouple from DOM
Instead of directly appending nodes to the DOM, use a DOMBuilder
interface.
Diffstat (limited to 'src/html/env.nim')
-rw-r--r--src/html/env.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/env.nim b/src/html/env.nim
index 06289c4e..97f202f9 100644
--- a/src/html/env.nim
+++ b/src/html/env.nim
@@ -1,9 +1,9 @@
 import selectors
 import streams
 
+import html/chadombuilder
 import html/dom
 import html/event
-import html/htmlparser
 import io/headers
 import io/loader
 import io/promise