KC's Workspace
    Preparing search index...

    A decoded source map with mappings as an array of arrays instead of VLQ-encoded string.

    Index

    Constructors

    Accessors

    • get mappings(): number[][][]

      The decoded mappings as an array of line arrays. Each line is an array of segments, where each segment is [generatedColumn, sourceIndex, originalLine, originalColumn, nameIndex?].

      Returns number[][][]

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

      The original source contents (if includeContent was true).

      Returns (string | null | undefined)[]