mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
fix(289): contextFreeTags closing tag bug (#290)
* feat: add tests * fix: parsing context free * refactor: code style * chore: add changeset * fix: disable coveralls
This commit is contained in:
@@ -6,6 +6,7 @@ export interface TagNodeObject<TagValue extends any = any> {
|
||||
content?: TagNodeTree<TagValue>;
|
||||
start?: TagPosition;
|
||||
end?: TagPosition;
|
||||
toJSON?: () => TagNodeObject<TagValue>;
|
||||
}
|
||||
|
||||
export type NodeContent<TagValue extends any = any> = TagNodeObject<TagValue> | StringNode | null;
|
||||
|
||||
Reference in New Issue
Block a user