KC's Workspace
    Preparing search index...
    interface Update {
        acceptedPath: string;
        explicitImportRequired?: boolean;
        firstInvalidatedBy?: string;
        invalidates?: string[];
        isWithinCircularImport?: boolean;
        path: string;
        timestamp: number;
        type: "js-update" | "css-update";
    }
    Index

    Properties

    acceptedPath: string
    explicitImportRequired?: boolean
    firstInvalidatedBy?: string
    invalidates?: string[]
    isWithinCircularImport?: boolean
    path: string
    timestamp: number
    type: "js-update" | "css-update"