KC's Workspace
    Preparing search index...
    interface ChecksOptions {
        cannotCallNamespace?: boolean;
        circularDependency?: boolean;
        commonJsVariableInEsm?: boolean;
        configurationFieldConflict?: boolean;
        couldNotCleanDirectory?: boolean;
        emptyImportMeta?: boolean;
        eval?: boolean;
        filenameConflict?: boolean;
        importIsUndefined?: boolean;
        missingGlobalName?: boolean;
        missingNameOptionForIifeExport?: boolean;
        mixedExports?: boolean;
        pluginTimings?: boolean;
        preferBuiltinFeature?: boolean;
        unresolvedEntry?: boolean;
        unresolvedImport?: boolean;
    }
    Index

    Properties

    cannotCallNamespace?: boolean

    Whether to emit warning when detecting cannot call namespace

    true
    
    circularDependency?: boolean

    Whether to emit warning when detecting circular dependency

    false
    
    commonJsVariableInEsm?: boolean

    Whether to emit warning when detecting common js variable in esm

    true
    
    configurationFieldConflict?: boolean

    Whether to emit warning when detecting configuration field conflict

    true
    
    couldNotCleanDirectory?: boolean

    Whether to emit warning when detecting could not clean directory

    true
    
    emptyImportMeta?: boolean

    Whether to emit warning when detecting empty import meta

    true
    
    eval?: boolean

    Whether to emit warning when detecting eval

    true
    
    filenameConflict?: boolean

    Whether to emit warning when detecting filename conflict

    true
    
    importIsUndefined?: boolean

    Whether to emit warning when detecting import is undefined

    true
    
    missingGlobalName?: boolean

    Whether to emit warning when detecting missing global name

    true
    
    missingNameOptionForIifeExport?: boolean

    Whether to emit warning when detecting missing name option for iife export

    true
    
    mixedExports?: boolean

    Whether to emit warning when detecting mixed exports

    true
    
    pluginTimings?: boolean

    Whether to emit warning when detecting plugin timings

    true
    
    preferBuiltinFeature?: boolean

    Whether to emit warning when detecting prefer builtin feature

    true
    
    unresolvedEntry?: boolean

    Whether to emit warning when detecting unresolved entry

    true
    
    unresolvedImport?: boolean

    Whether to emit warning when detecting unresolved import

    true