Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/source_map/lib/util.js>computeSourceURL

Port of mozilla / source-map to deno.
Latest
function computeSourceURL
import { computeSourceURL } from "https://deno.land/x/source_map@0.8.0-beta.1/lib/util.js";

Compute the URL of a source given the the source root, the source's URL, and the source map's URL.

Parameters

sourceRoot
sourceURL
sourceMapURL