KC's Workspace
    Preparing search index...
    type TreeshakingOptions = {
        annotations?: boolean;
        commonjs?: boolean;
        manualPureFunctions?: readonly string[];
        moduleSideEffects?: ModuleSideEffectsOption;
        propertyReadSideEffects?: false | "always";
        propertyWriteSideEffects?: false | "always";
        unknownGlobalSideEffects?: boolean;
    }
    Index

    Properties

    annotations?: boolean
    commonjs?: boolean
    manualPureFunctions?: readonly string[]
    moduleSideEffects?: ModuleSideEffectsOption
    propertyReadSideEffects?: false | "always"
    propertyWriteSideEffects?: false | "always"
    unknownGlobalSideEffects?: boolean