KC's Workspace
    Preparing search index...

    Make all properties in T optional

    interface SourceDescription {
        code: string;
        invalidate?: boolean | null;
        map?: SourceMapInput;
        meta?: CustomPluginOptions | null;
        moduleSideEffects?: ModuleSideEffects;
        moduleType?: ModuleType;
        packageJsonPath?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: string
    invalidate?: boolean | null
    meta?: CustomPluginOptions | null
    moduleSideEffects?: ModuleSideEffects
    moduleType?: ModuleType
    packageJsonPath?: string | null