Skip to main content
Module

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

YAML parser and stringifier for JavaScript
Latest
import * as yaml from "https://deno.land/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.