Skip to content

Commit 3fcbc12

Browse files
committed
local htmlparser
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent 0c0c18d commit 3fcbc12

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/voodoo/language/ast.nim

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
import std/[hashes, strutils, json, sequtils, options]
1212

1313
# import pkg/jsony
14-
import pkg/voodoo/extensibles
15-
import pkg/voodoo/parsers/voojson
16-
17-
import pkg/htmlparser
18-
export htmlparser
14+
import ../../extensibles
15+
import ../parsers/voojson
16+
import ../parsers/htmlparser
1917

2018
type
2119
NodeKind* {.extensible.} = enum

0 commit comments

Comments
 (0)