Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method SourceMapGenerator.prototype.setSourceContent
import { SourceMapGenerator } from "https://deno.land/x/source_map@0.8.0-beta.1/source-map.d.ts";

Set the source content for a source file.

Parameters

sourceFile: string
sourceContent: string