MCPcopy Index your code
hub / github.com/JavaScriptRegenerated/yieldparser / ParseError

Interface ParseError

src/index.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6export type ParseYieldable<Result = unknown> = ParseItem<Result>;
7
8export interface ParseError {
9 iterationCount: number;
10 yielded: ParseItem | Error;
11 nested?: Array<ParseError>;
12}
13
14export type ParseResult<Result> =
15 | {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected