Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/esbuild_deno_loader/deps.ts>esbuild.analyzeMetafileSync

Deno module resolution for `esbuild`
Go to Latest
function esbuild.analyzeMetafileSync
import { esbuild } from "https://deno.land/x/esbuild_deno_loader@0.5.2/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

Returns

string