import * as denoGraph from "https://deno.land/x/deno_graph@0.63.3/loader.ts"; FunctionsfloadA 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.