EdgeAIG/opencode / .opencode /node_modules /yaml /dist /compose /resolve-flow-scalar.d.ts
EdgeAIG's picture
download
raw
437 Bytes
import type { Range } from '../nodes/Node';
import { Scalar } from '../nodes/Scalar';
import type { FlowScalar } from '../parse/cst';
import type { ComposeErrorHandler } from './composer';
export declare function resolveFlowScalar(scalar: FlowScalar, strict: boolean, onError: ComposeErrorHandler): {
value: string;
type: Scalar.PLAIN | Scalar.QUOTE_DOUBLE | Scalar.QUOTE_SINGLE | null;
comment: string;
range: Range;
};

Xet Storage Details

Size:
437 Bytes
·
Xet hash:
1b5c82d675b1c9d1010987e17282912e50fb09327f866bb80d0cd9f1f2c3da1f

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.