UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

5 lines (4 loc) 223 B
import { createPosition } from "../factories/position.js"; export function transformRange(range, context) { return createPosition(context.transformOffset(range.origStart), context.transformOffset(range.origEnd)); }