Skip to content

Commit e4493e8

Browse files
committed
Add list of related projects
1 parent 934f308 commit e4493e8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ Stringify one [point][], a [position][] (start and end [point][]s), or a node’
6464
An empty string (`''`) is returned if the given value is neither `node`,
6565
`position`, nor `point`.
6666

67+
## Related
68+
69+
* [`unist-util-generated`](https://github.com/syntax-tree/unist-util-generated)
70+
— Check if a node is generated
71+
* [`unist-util-position`](https://github.com/syntax-tree/unist-util-position)
72+
— Get positional info of nodes
73+
* [`unist-util-remove-position`](https://github.com/syntax-tree/unist-util-remove-position)
74+
— Remove positional info from trees
75+
* [`unist-util-source`](https://github.com/syntax-tree/unist-util-source)
76+
— Get the source of a value (node or position) in a file
77+
6778
## Contribute
6879

6980
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get

0 commit comments

Comments
 (0)