KC's Workspace
    Preparing search index...
    interface BindingSourceMapOptions {
        file?: string;
        hires?: string | boolean;
        includeContent?: boolean;
        source?: string;
    }
    Index

    Properties

    file?: string

    The filename for the generated file (goes into map.file)

    hires?: string | boolean

    Accepts boolean or string: true, false, "boundary"

    • true: high-resolution sourcemaps (character-level)
    • false: low-resolution sourcemaps (line-level) - default
    • "boundary": high-resolution only at word boundaries
    includeContent?: boolean
    source?: string

    The filename of the original source (goes into map.sources)