KC's Workspace
    Preparing search index...

    A source map object with properties matching the SourceMap V3 specification.

    Index

    Constructors

    Accessors

    • get file(): string | null

      The generated file name.

      Returns string | null

    • get mappings(): string

      The VLQ-encoded mappings string.

      Returns string

    • get names(): string[]

      The list of symbol names used in mappings.

      Returns string[]

    • get sources(): string[]

      The list of original source files.

      Returns string[]

    • get sourcesContent(): (string | null | undefined)[]

      The original source contents (if includeContent was true).

      Returns (string | null | undefined)[]

    • get version(): number

      The source map version (always 3).

      Returns number

    Methods

    • Returns the source map as a JSON string.

      Returns string

    • Returns the source map as a base64-encoded data URL.

      Returns string