Skip to main content
Module

x/dynamic_import_ponyfill/deps.ts>esbuildWASM.analyzeMetafileSync

🐎 A ponyfill for using dynamic imports within Deno Deploy.
Go to Latest
function esbuildWASM.analyzeMetafileSync
import { esbuildWASM } from "https://deno.land/x/dynamic_import_ponyfill@v0.1.4/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