Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function esbuildWasm.analyzeMetafileSync
import { esbuildWasm } from "https://deno.land/x/esbuild_deno_loader@0.8.1/test_deps.ts";
const { analyzeMetafileSync } = esbuildWasm;

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