import { evaluate } from "https://deno.land/x/deno@v0.22.0/std/bundle/utils.ts";
Evaluate the bundle, returning a queue of module IDs and their data to instantiate.
Returns
[string[], Map<string, ModuleMetaData>]
import { evaluate } from "https://deno.land/x/deno@v0.22.0/std/bundle/utils.ts";
Evaluate the bundle, returning a queue of module IDs and their data to instantiate.