UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

5 lines (4 loc) 198 B
import { createComment } from "../factories/comment.js"; export function transformComment(comment, context) { return createComment(context.transformRange(comment.range), comment.comment); }