OpenFairyGUI API
    Preparing search index...

    Interface ProjectWriteOptions

    interface ProjectWriteOptions {
        staleSourceFiles?: readonly ProjectSourceFile[];
    }
    Index
    staleSourceFiles?: readonly ProjectSourceFile[]

    Previous package-controlled files to remove only after every new project file has been written successfully. Paths are package-relative by construction; arbitrary filesystem paths are deliberately not accepted.