import { YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { Parser } = YAML;
Parse source
as a YAML stream.
If incomplete
, a part of the last line may be left as a buffer for the next call.
Errors are not thrown, but yielded as { type: 'error', message }
tokens.