@eagleoutice/flowr - v2.10.1
    Preparing search index...
    TREE_SITTER_PARSE_PIPELINE: Pipeline<
        {
            dependencies: readonly [];
            description: "Parse the given R code into an AST using tree-sitter";
            executed: OncePerFile;
            humanReadableName: "parse with tree-sitter";
            name: "parse";
            printer: {
                "0": <Input>(input: Input) => Input;
                "2": {
                    (
                        value: any,
                        replacer?: (this: any, key: string, value: any) => any,
                        space?: string | number,
                    ): string;
                    (
                        value: any,
                        replacer?: (string | number)[] | null,
                        space?: string | number,
                    ): string;
                };
            };
            processor: (
                _results: unknown,
                input: Partial<ParseRequiredInput<T>>,
            ) => Promise<ParseStepOutput<Tree>>;
            requiredInput: ParseRequiredInput<Tree>;
        },
    > = ...