Skip to main content
Module

x/packup/vendor/esbuild_deno_loader/test_deps.ts>esbuild.Metafile

📦 Zero-config web application packager in Deno
Go to Latest
interface esbuild.Metafile
import { type esbuild } from "https://deno.land/x/packup@v0.1.13/vendor/esbuild_deno_loader/test_deps.ts";
const { Metafile } = esbuild;

Properties

inputs: { [path: string]: { bytes: number; imports: { path: string; kind: ImportKind; }[]; }; }
outputs: { [path: string]: { bytes: number; inputs: { [path: string]: { bytesInOutput: number; }; }; imports: { path: string; kind: ImportKind; }[]; exports: string[]; entryPoint?: string; }; }