Member Junction
    Preparing search index...

    Options for the metadata name scanner.

    interface MetadataNameScanOptions {
        EntitySubclassesPath?: string;
        Fix?: boolean;
        TargetPath: string;
        Verbose?: boolean;
    }
    Index

    Properties

    EntitySubclassesPath?: string

    Path to entity_subclasses.ts for building the rename map. If not provided, attempts to locate it relative to common workspace roots.

    Fix?: boolean

    Whether to apply fixes in place. Default: false (dry-run).

    TargetPath: string

    File or directory to scan

    Verbose?: boolean

    If true, logs progress to console. Default: true.