KC's Workspace
    Preparing search index...

    Make all properties in T optional

    interface SourceDescription {
        ast?: ProgramNode;
        attributes?: Record<string, string> | null;
        code: string;
        map?: SourceMapInput;
        meta?: CustomPluginOptions | null;
        moduleSideEffects?: boolean | "no-treeshake" | null;
        syntheticNamedExports?: string | boolean | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: Record<string, string> | null
    code: string
    meta?: CustomPluginOptions | null
    moduleSideEffects?: boolean | "no-treeshake" | null
    syntheticNamedExports?: string | boolean | null