Skip to main content
Module

x/fastro/server/deps.ts>esbuild.analyzeMetafileSync

Fast and simple web application framework for deno
Go to Latest
function esbuild.analyzeMetafileSync
import { esbuild } from "https://deno.land/x/fastro@v0.60.1/server/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