KC's Workspace
    Preparing search index...
    interface CommentsOptions {
        annotation?: boolean;
        jsdoc?: boolean;
        legal?: boolean;
    }
    Index

    Properties

    annotation?: boolean

    Comments that contain @__PURE__, @__NO_SIDE_EFFECTS__ or @vite-ignore

    jsdoc?: boolean

    JSDoc comments

    legal?: boolean

    Comments that contain @license, @preserve or start with //! or /*!