Member Junction
    Preparing search index...

    Options controlling CrushCode.

    interface CrushCodeOptions {
        DropComments?: boolean;
        Focal?: FocalRange;
        MinBodyLines?: number;
    }
    Index

    Properties

    DropComments?: boolean

    Drop non-docstring comments (line comments and non-JSDoc block comments). Default: false.

    Focal?: FocalRange

    Line range kept verbatim; constructs overlapping it are never reduced.

    MinBodyLines?: number

    Minimum body line count before a function/method body is collapsed. Default: 4.