Module

x/fresh/src/build/mod.ts>EsbuildSnapshot

The next-gen web framework.
Extremely Popular
Go to Latest
class EsbuildSnapshot
implements BuildSnapshot
import { EsbuildSnapshot } from "https://dotland.deno.dev/x/fresh@1.6.7/src/build/mod.ts";

Constructors

new
EsbuildSnapshot(files: Map<string, Uint8Array>, dependencies: Map<string, string[]>)

Properties

readonly
paths: string[]

Methods

dependencies(path: string): string[]
read(path: string): Uint8Array | null