Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function esbuildTypes.analyzeMetafileSync
import { esbuildTypes } from "https://deno.land/x/fresh@1.1.3/src/server/deps.ts";
const { analyzeMetafileSync } = esbuildTypes;

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