Documentation
    Preparing search index...

    Interface Options

    interface Options {
        cwd?: string;
        gitignore?: boolean;
        keyword: string;
        plugins: readonly PluginInstance[];
        warnLogger: (line: string) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cwd?: string
    gitignore?: boolean
    keyword: string

    Keyword to match against

    "@TODO"
    
    plugins: readonly PluginInstance[]

    Plugins that matches will be run through

    warnLogger: (line: string) => void

    Where to log errors