Skip to content

Commit cd91a52

Browse files
authored
Add topic "unist"
1 parent 4005d8d commit cd91a52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

topics/unist/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: Universal Syntax Tree.
3+
short_description: unist is a specification for syntax trees. It has a big ecosystem of utilities in JavaScript for working with these trees.
4+
topic: unist
5+
url: https://unifiedjs.com/
6+
repo_url: https://github.com/syntax-tree/unist
7+
related: ast, cst, syntax tree
8+
---
9+
unist is a specification for syntax trees. It has a big ecosystem of utilities in JavaScript for working with these trees. It’s implemented by several other specifications.

0 commit comments

Comments
 (0)