Module

x/yaml/src/parse/line-counter.ts

YAML parser and stringifier for JavaScript
Latest
import * as mod from "https://dotland.deno.dev/x/yaml@v2.4.5/src/parse/line-counter.ts";

Classes

Tracks newlines during parsing in order to provide an efficient API for determining the one-indexed { line, col } position for any offset within the input.