import { Directives } from "https://deno.land/x/windmill@v1.226.0/node_modules/yaml/dist/doc/directives.d.ts";
Constructors
Properties
Used when parsing YAML 1.1, where:
If the document specifies no directives, it is parsed using the same settings as the previous document. If the document does specify any directives, all directives of previous documents, if any, are ignored.
The directives-end/doc-start marker ---
. If null
, a marker may still be
included in the document's stringified representation.
Methods
During parsing, get a Directives instance for the current document and update the stream state according to the current version's spec.
Resolves a tag, matching handles to those defined in %TAG directives.
Given a fully resolved tag, returns its printable string form, taking into account current tag prefixes and defaults.