Hi, while the parser is compatible with unist, the types do not seem to be compatible. Using the visit function from unist-util-visit, I get the following type error:
Argument of type 'Root' is not assignable to parameter of type 'Node'.
Index signature is missing in type 'Root'.
Hi, while the parser is compatible with unist, the types do not seem to be compatible. Using the
visitfunction fromunist-util-visit, I get the following type error: