Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drollup/src/rollup/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/src/rollup/mod.ts";

Properties

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