import { parseModule } from "https://deno.land/x/deno_graph@0.63.3/mod.ts";
Parse a module based on the supplied information and return its analyzed representation. If an error is encountered when parsing, the function will throw.
Parameters
optional
options: ParseModuleOptions = [UNSUPPORTED]Options to use when parsing the module.