HTML comment.
optional
data:CommentData
Data associated with the comment.
node_modules/@types/hast/index.d.ts:175
optional
position:Position
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
node_modules/@types/unist/index.d.ts:103
type:
"comment"
Node type of HTML comments in hast.
node_modules/@types/hast/index.d.ts:171
value:
string
Plain-text value.
node_modules/@types/hast/index.d.ts:145