Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function analyzeMetafileSync
import { analyzeMetafileSync } from "https://deno.land/x/esbuildx@v0.14.29/mod.d.ts";

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

Returns

string