Add unist-util-ancestor
to list of utilities · syntax-tree/unist@3d0d9bb (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 3d0d9bb
Add unist-util-ancestor
to list of utilities
Closes GH-53. Reviewed-by: Titus Wormer tituswormer@gmail.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -431,6 +431,8 @@ unist: | ||
431 | 431 | |
432 | 432 | ### List of utilities |
433 | 433 | |
434 | +* [`unist-util-ancestor`](https://github.com/gorango/unist-util-ancestor) | |
435 | + — get the common ancestor of one or more nodes | |
434 | 436 | * [`unist-util-assert`](https://github.com/syntax-tree/unist-util-assert) |
435 | 437 | — assert nodes |
436 | 438 | * [`unist-util-filter`](https://github.com/syntax-tree/unist-util-filter) |