Theia API Documentation v1.65.0
    Preparing search index...
    interface ParcelFileSystemWatcherServerOptions {
        error: (message: string, ...args: any[]) => void;
        info: (message: string, ...args: any[]) => void;
        parcelOptions: Options;
        verbose: boolean;
    }
    Index

    Properties

    error: (message: string, ...args: any[]) => void

    eslint-disable-next-line @typescript-eslint/no-explicit-any

    info: (message: string, ...args: any[]) => void

    eslint-disable-next-line @typescript-eslint/no-explicit-any

    parcelOptions: Options
    verbose: boolean