import { load } from "https://deno.land/x/deno_graph@0.50.0/loader.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.
import { load } from "https://deno.land/x/deno_graph@0.50.0/loader.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.