import { esbuild } from "https://deno.land/x/aleph@1.0.0-beta.23/server/deps.ts";
const { analyzeMetafileSync } = esbuild;
A synchronous version of "analyzeMetafile".
- Works in node: yes
- Works in browser: no
Documentation: https://esbuild.github.io/api/#analyze
Parameters
metafile: Metafile | string
optional
options: AnalyzeMetafileOptions