diff options
author | bptato <nincsnevem662@gmail.com> | 2024-11-15 17:06:53 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-11-15 17:06:53 +0100 |
commit | def4ceccfb77afd74b1dd1273b66d036b766fd5f (patch) | |
tree | 8fb976f0ebe632029afe2ee9542d31b88e4f23d1 /src/html/env.nim | |
parent | fd10019d8b8a1b5dcb0026521fa8f5f072c3a10a (diff) | |
download | chawan-def4ceccfb77afd74b1dd1273b66d036b766fd5f.tar.gz |
js: reorganize modules, update docs
most of it has already been moved to monoucha, and the rest fits better in other directories. also, move urimethodmap to config
Diffstat (limited to 'src/html/env.nim')
-rw-r--r-- | src/html/env.nim | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/html/env.nim b/src/html/env.nim index b8c4fc31..d0c77b46 100644 --- a/src/html/env.nim +++ b/src/html/env.nim @@ -3,17 +3,17 @@ import std/tables import html/catom import html/chadombuilder import html/dom +import html/domexception import html/event import html/formdata +import html/jsencoding +import html/jsintl import html/script import html/xmlhttprequest +import io/console import io/dynstream import io/promise -import js/console -import js/domexception -import js/encoding -import js/intl -import js/timeout +import io/timeout import loader/headers import loader/loaderiface import loader/request |