KC's Workspace
    Preparing search index...

    Interface CompressOptionsKeepNames

    interface CompressOptionsKeepNames {
        class: boolean;
        function: boolean;
    }
    Index

    Properties

    Properties

    class: boolean

    Keep class names so that Class.prototype.name is preserved.

    This does not guarantee that the undefined name is preserved.

    false
    
    function: boolean

    Keep function names so that Function.prototype.name is preserved.

    This does not guarantee that the undefined name is preserved.

    false