Style Observer API
    Preparing search index...

    Variable bugsConst

    bugs: { detectAll(): Promise<any[]> } = ...

    Data structure for all detected bugs. All bugs start off as true, and once their promises resolve, that is replaced with the actual value

    Type declaration