unified

Explore/Project/syntax-tree

Projects by owner @syntax-tree

  1. syntax-tree/unist-util-visit

    utility to visit nodes
    1. 85%
    2. 76m
    3. 309
  2. syntax-tree/unist-util-visit-parents

    utility to recursively walk over unist nodes, with ancestral information
    1. 83%
    2. 80m
    3. 73
  3. syntax-tree/unist-util-is

    utility to check if a node passes a test
    1. 83%
    2. 81m
    3. 41
  4. syntax-tree/mdast-util-to-hast

    utility to transform mdast to hast
    1. 82%
    2. 40m
    3. 110
  5. syntax-tree/hastscript

    utility to create hast trees
    1. 82%
    2. 33m
    3. 182
  6. syntax-tree/unist-util-stringify-position

    utility to serialize a node, position, or point as a human readable location
    1. 82%
    2. 75m
    3. 6
  7. syntax-tree/mdast-util-to-string

    utility to get the plain text content of an mdast node
    1. 82%
    2. 67m
    3. 40
  8. syntax-tree/unist-builder

    utility to create a new trees with a nice syntax
    1. 82%
    2. 13m
    3. 80
  9. syntax-tree/unist-util-remove-position

    utility to remove positions from a tree
    1. 81%
    2. 23m
    3. 12
  10. syntax-tree/unist-util-position

    utility to get the position of a node
    1. 81%
    2. 42m
    3. 8
  11. syntax-tree/unist-util-generated

    utility to check if a node is generated
    1. 81%
    2. 19m
    3. 4
  12. syntax-tree/hast-util-parse-selector

    utility to create an element from a simple CSS selector
    1. 81%
    2. 32m
    3. 13
  13. syntax-tree/hast-util-from-parse5

    utility to transform Parse5’s AST to hast
    1. 81%
    2. 22m
    3. 16
  14. syntax-tree/mdast-util-definitions

    utility to find definition nodes in an mdast tree
    1. 80%
    2. 26m
    3. 11
  15. syntax-tree/unist-util-remove

    utility to remove nodes from a tree
    1. 80%
    2. 9.3m
    3. 23
  16. syntax-tree/hast-util-raw

    utility to reparse a hast tree
    1. 80%
    2. 19m
    3. 13
  17. syntax-tree/hast-util-to-parse5

    utility to transform hast to Parse5’s AST
    1. 80%
    2. 18m
    3. 2
  18. syntax-tree/mdast-squeeze-paragraphs

    utility to remove empty paragraphs from an mdast tree
    1. 80%
    2. 6.7m
    3. 7
  19. syntax-tree/hast-util-whitespace

    utility to check if a node is inter-element whitespace
    1. 77%
    2. 32m
    3. 4
  20. syntax-tree/hast-util-to-html

    utility to serialize hast to HTML
    1. 75%
    2. 12m
    3. 105
  21. syntax-tree/hast-util-is-element

    utility to check if a node is a (certain) element
    1. 75%
    2. 14m
    3. 12
  22. syntax-tree/unist-util-find-all-after

    utility to find nodes after another node
    1. 75%
    2. 4.6m
    3. 7
  23. syntax-tree/estree-util-is-identifier-name

    Check if something can be an ecmascript (javascript) identifier name
    1. 74%
    2. 23m
    3. 3
  24. syntax-tree/hast-util-sanitize

    utility to sanitize hast nodes
    1. 74%
    2. 3.6m
    3. 55
  25. syntax-tree/estree-util-visit

    esast (and estree) utility to visit nodes
    1. 74%
    2. 10m
    3. 5
  26. syntax-tree/mdast-util-mdx-jsx

    mdast extension to parse and serialize MDX JSX
    1. 74%
    2. 21m
    3. 26
  27. syntax-tree/mdast-util-compact

    utility to make an mdast tree compact
    1. 74%
    2. 3.4m
    3. 7
  28. syntax-tree/mdast-util-mdx

    mdast extension to parse and serialize MDX (or MDX.js)
    1. 73%
    2. 10m
    3. 23
  29. syntax-tree/unist-util-position-from-estree

    unist utility to get a position from an estree node
    1. 73%
    2. 10m
    3. 0
  30. syntax-tree/mdast-util-gfm-footnote

    mdast extension to parse and serialize GFM footnotes
    1. 73%
    2. 21m
    3. 5
  31. syntax-tree/hast-util-has-property

    utility to check if a node has a property
    1. 73%
    2. 5.2m
    3. 1
  32. syntax-tree/nlcst-to-string

    utility to transform an nlcst tree to a string
    1. 73%
    2. 3.7m
    3. 19
  33. syntax-tree/hast-util-to-text

    utility to get the plain-text value of a node according to the innerText algorithm
    1. 73%
    2. 6.4m
    3. 21
  34. syntax-tree/unist-util-find-after

    unist utility to find a node after another node
    1. 73%
    2. 6.5m
    3. 7
  35. syntax-tree/unist-util-modify-children

    utility to modify direct children of a parent
    1. 72%
    2. 3.6m
    3. 11
  36. syntax-tree/estree-util-attach-comments

    utility to attach comments to estree nodes
    1. 72%
    2. 8.4m
    3. 8
  37. syntax-tree/hast-util-heading-rank

    utility to get the rank (or depth, level) of headings
    1. 72%
    2. 6.4m
    3. 6
  38. syntax-tree/estree-util-build-jsx

    Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)
    1. 72%
    2. 8.1m
    3. 23
  39. syntax-tree/hast-util-select

    utility to add querySelector, querySelectorAll, and matches support for hast
    1. 72%
    2. 2.4m
    3. 41
  40. syntax-tree/mdast-util-toc

    utility to generate a table of contents from an mdast tree
    1. 72%
    2. 1.4m
    3. 88
  41. syntax-tree/unist-util-select

    utility to select unist nodes with CSS-like selectors
    1. 72%
    2. 848k
    3. 67
  42. syntax-tree/hast-util-to-estree

    hast utility to transform to estree (JavaScript AST) JSX
    1. 72%
    2. 8.5m
    3. 21
  43. syntax-tree/unist-util-visit-children

    unist utility to visit direct children of a parent
    1. 72%
    2. 3.4m
    3. 8
  44. syntax-tree/unist-util-inspect

    utility to inspect nodes
    1. 72%
    2. 1.9m
    3. 29
  45. syntax-tree/unist-util-map

    utility to create a new tree by mapping all nodes
    1. 71%
    2. 689k
    3. 34
  46. syntax-tree/mdast-comment-marker

    utility to parse a comment marker in mdast
    1. 71%
    2. 920k
    3. 9
  47. syntax-tree/unist-util-filter

    utility to create a new tree with nodes that pass a filter
    1. 71%
    2. 2.3m
    3. 20
  48. syntax-tree/mdast-util-heading-style

    utility to get the style of an mdast heading
    1. 71%
    2. 630k
    3. 5
  49. syntax-tree/mdast-util-to-nlcst

    utility to transform mdast to nlcst
    1. 71%
    2. 526k
    3. 9
  50. syntax-tree/hast-util-to-mdast

    utility to transform hast (HTML) to mdast (markdown)
    1. 70%
    2. 935k
    3. 41
  51. syntax-tree/hast-util-from-dom

    utility to transform a DOM tree to hast
    1. 70%
    2. 2.8m
    3. 22
  52. syntax-tree/hast-util-phrasing

    utility to check if a node is phrasing content
    1. 70%
    2. 1.6m
    3. 0
  53. syntax-tree/nlcst-search

    utility to search for patterns in an nlcst tree
    1. 70%
    2. 125k
    3. 16
  54. syntax-tree/nlcst-is-literal

    utility to check whether an nlcst node is meant literally
    1. 70%
    2. 169k
    3. 9
  55. syntax-tree/mdast-util-heading-range

    utility to use headings as ranges in mdast
    1. 69%
    2. 85k
    3. 10
  56. syntax-tree/nlcst-normalize

    utility to normalize an nlcst word for easier comparison
    1. 69%
    2. 133k
    3. 7
  57. syntax-tree/hast-util-embedded

    utility to check if a node is an embedded element
    1. 69%
    2. 2m
    3. 3
  58. syntax-tree/mdast-util-phrasing

    utility to check if an mdast node is phrasing content
    1. 69%
    2. 32m
    3. 1
  59. syntax-tree/mdast-zone

    utility to treat HTML comments as ranges or markers in mdast
    1. 69%
    2. 12k
    3. 16
  60. syntax-tree/hast-util-to-nlcst

    utility to transform hast to nlcst
    1. 68%
    2. 133k
    3. 4
  61. syntax-tree/unist-util-index

    utility to index property values or computed keys to nodes
    1. 68%
    2. 2.5k
    3. 9
  62. syntax-tree/unist-util-source

    utility to get the source of a node or position
    1. 68%
    2. 63k
    3. 6
  63. syntax-tree/hast-util-heading

    utility to check if a node is heading content
    1. 68%
    2. 19k
    3. 6
  64. syntax-tree/hast-util-find-and-replace

    utility to find and replace text in a hast tree
    1. 68%
    2. 403k
    3. 6
  65. syntax-tree/hast-util-to-dom

    utility to transform hast to a DOM tree
    1. 68%
    2. 14k
    3. 20
  66. syntax-tree/unist-util-parents

    unist utility to add references to parents on nodes in a tree
    1. 67%
    2. 8.3k
    3. 5
  67. syntax-tree/mdast-normalize-headings

    utility to make sure there is no more than a single top-level heading in the document
    1. 67%
    2. 63k
    3. 6
  68. syntax-tree/hast-util-reading-time

    utility to estimate the reading time
    1. 67%
    2. 5.7k
    3. 56
  69. syntax-tree/nlcst-emoticon-modifier

    utility to support emoticons in nlcst
    1. 67%
    2. 69k
    3. 2
  70. syntax-tree/nlcst-affix-emoticon-modifier

    utility to merge affix emoticons into the previous sentence in nlcst
    1. 67%
    2. 69k
    3. 1
  71. syntax-tree/unist-util-find-before

    utility to find a node before another node
    1. 67%
    2. 21k
    3. 4
  72. syntax-tree/nlcst-emoji-modifier

    utility to support emoji in nlcst
    1. 67%
    2. 69k
    3. 2
  73. syntax-tree/unist-util-find-all-before

    utility to find nodes before another node
    1. 67%
    2. 82k
    3. 5
  74. syntax-tree/unist-util-assert

    utility to assert nodes
    1. 67%
    2. 1.6k
    3. 4
  75. syntax-tree/xastscript

    utility to create xast trees
    1. 67%
    2. 10k
    3. 12
  76. syntax-tree/xast-util-from-xml

    utility to parse from XML
    1. 67%
    2. 9.4k
    3. 17
  77. syntax-tree/hast-util-from-selector

    utility to parse CSS selectors to hast nodes
    1. 67%
    2. 18k
    3. 2
  78. syntax-tree/xast-util-to-xml

    utility to serialize to XML
    1. 67%
    2. 34k
    3. 3
  79. syntax-tree/mdast-util-assert

    utility to assert mdast trees
    1. 67%
    2. 1.1k
    3. 0
  80. syntax-tree/hast-util-to-xast

    utility to transform to xast (xml)
    1. 67%
    2. 18k
    3. 4
  81. syntax-tree/xast-util-feed

    xast utility to build feeds (rss, atom)
    1. 67%
    2. 2k
    3. 10
  82. syntax-tree/unist-util-size

    utility to calculate the number of nodes in a tree
    1. 66%
    2. 227
    3. 1
  83. syntax-tree/xast-util-sitemap

    xast utility to build a sitemap
    1. 66%
    2. 167
    3. 5
  84. syntax-tree/esast-util-from-estree

    esast utility to transform from estree
    1. 66%
    2. 3.7m
    3. 1
  85. syntax-tree/hast-util-transparent

    utility to check if a node is a transparent element
    1. 66%
    2. 41
    3. 1
  86. syntax-tree/nlcst-test

    utility to check assert an nlcst node
    1. 66%
    2. 37
    3. 2
  87. syntax-tree/hast-util-sectioning

    utility to check if a node is a sectioning element
    1. 66%
    2. 2
    3. 2
  88. syntax-tree/hast-util-assert

    utility to assert hast nodes
    1. 66%
    2. 18
    3. 1
  89. syntax-tree/hast-util-labelable

    utility to check whether a node is labelable
    1. 66%
    2. 5
    3. 2
  90. syntax-tree/hast-util-classnames

    utility to merge class names together
    1. 66%
    2. 322k
    3. 2
  91. syntax-tree/hast-util-from-text

    utility to set the plain-text value of a node according to the innerText algorithm
    1. 66%
    2. 432
    3. 3
  92. syntax-tree/hast-util-shift-heading

    utility to change heading rank (or depth, level) in hast
    1. 66%
    2. 3.2k
    3. 3
  93. syntax-tree/hast-util-script-supporting

    utility to check if a node is a script-supporting element
    1. 66%
    2. 27
    3. 0
  94. syntax-tree/hast-util-interactive

    utility to check if a node is interactive
    1. 65%
    2. 37k
    3. 0
  95. syntax-tree/esast-util-from-js

    estree (and esast) utility to parse from JavaScript
    1. 65%
    2. 3.7m
    3. 13
  96. syntax-tree/hast-util-from-html

    hast utility to parse from HTML
    1. 65%
    2. 6.4m
    3. 33
  97. syntax-tree/unist-diff

    Diff two unist trees
    1. 65%
    2. 15
    3. 13
  98. syntax-tree/hast-util-truncate

    utility to truncate the tree to a certain number of characters
    1. 64%
    2. 50k
    3. 3
  99. syntax-tree/hast-util-excerpt

    utility to truncate the tree to a comment
    1. 64%
    2. 49k
    3. 2
  100. syntax-tree/estree-util-to-js

    estree (and esast) utility to serialize as JavaScript
    1. 64%
    2. 8.1m
    3. 14
  101. Find other projects by owner @syntax-tree on GitHub