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

x/mesozoic/lib/deps.ts>graphDefaultLoad

A generic build system for Deno web apps
Go to Latest
function graphDefaultLoad
import { graphDefaultLoad } from "https://deno.land/x/mesozoic@v1.0.0-alpha.37/lib/deps.ts";

A Deno specific loader function that can be passed to the createModuleGraph which will use Deno.readTextFile for local files, or use fetch() for remote modules.

Parameters

specifier: string

The string module specifier from the module graph.

Returns

Promise<LoadResponse | undefined>