import { createScalarToken } from "https://deno.land/x/windmill@v1.415.2/node_modules/yaml/dist/parse/cst-scalar.d.ts";
Create a new scalar token with value
Values that represent an actual string but may be parsed as a different type should use a type
other than 'PLAIN'
,
as this function does not support any schema operations and won't check for such conflicts.
Parameters
context: { end?: SourceToken[]; implicitKey?: boolean; indent: number; inFlow?: boolean; offset?: number; type?: Scalar.Type; }
Comments and whitespace after the end of the value, or after the block scalar header. If undefined, a newline will be added.