Skip to main content
Module

x/drollup/mod.ts>ExistingDecodedSourceMap

Next-generation ES module bundler ported for Deno
Latest
interface ExistingDecodedSourceMap
import { type ExistingDecodedSourceMap } from "https://deno.land/x/drollup@2.58.0+0.20.0/mod.ts";

Properties

optional
file: string
mappings: SourceMapSegment[][]
names: string[]
optional
sourceRoot: string
sources: string[]
optional
sourcesContent: string[]
version: number