import { parseModule } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/deps.ts";
Outputs the list of exports and locations of import specifiers, including dynamic import and import meta handling.
Returns
readonly [ReadonlyArray<ImportSpecifier>, ReadonlyArray<ExportSpecifier>, boolean]
Tuple contaning imports list and exports list.