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

x/source_map/lib/util.js>join

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

Joins two paths/URLs.

All returned URLs will be normalized.

Parameters

aRoot

The root path or URL. Assumed to reference a directory.

aPath

The path or URL to be joined with the root.