Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/esbuild_deno/native/mod.d.ts>analyzeMetafileSync

https://deno.land/x/esbuild_deno
Latest
function analyzeMetafileSync
import { analyzeMetafileSync } from "https://deno.land/x/esbuild_deno@v0.14.47/native/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