Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mesozoic/lib/types.ts>ModuleGraph#resolve

A generic build system for Deno web apps
Go to Latest
method ModuleGraph.prototype.resolve
import { ModuleGraph } from "https://deno.land/x/mesozoic@v1.0.0-alpha.33/lib/types.ts";

Given a string URL, return the resolved string URL accounting for any redirections that might have occurred when resolving the module graph.

Parameters

specifier: string

Returns

string