Saxonberg Server API
    Preparing search index...

    Interface ParsedPipeline

    One or more ParsedCommands split by unquoted |. The tokenizer throws if a non-trivial pipeline arrives — pipe execution is NYI.

    interface ParsedPipeline {
        commands: ParsedCommand[];
        raw: string;
    }
    Index

    Properties

    Properties

    commands: ParsedCommand[]
    raw: string