Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/yaml/dist/parse/cst.d.ts>SourceToken

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface SourceToken
import { type SourceToken } from "https://deno.land/x/windmill@v1.354.0/node_modules/yaml/dist/parse/cst.d.ts";

Properties

type:
| "byte-order-mark"
| "doc-mode"
| "doc-start"
| "space"
| "comment"
| "newline"
| "directive-line"
| "anchor"
| "tag"
| "seq-item-ind"
| "explicit-key-ind"
| "map-value-ind"
| "flow-map-start"
| "flow-map-end"
| "flow-seq-start"
| "flow-seq-end"
| "flow-error-end"
| "comma"
| "block-scalar-header"
offset: number
indent: number
source: string