Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class SourceMapGenerator
import { SourceMapGenerator } from "https://deno.land/x/postcss@8.4.16/lib/source_map.ts";

Constructors

new
SourceMapGenerator(startOfSourceMap?: StartOfSourceMap)

Methods

addMapping(mapping: Mapping): void
applySourceMap(
sourceMapConsumer: SourceMapConsumer,
sourceFile?: string,
sourceMapPath?: string,
): void
setSourceContent(sourceFile: string, sourceContent: string): void
toString(): string

Static Methods

fromSourceMap(sourceMapConsumer: SourceMapConsumer): SourceMapGenerator