Skip to main content
Module

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

The next-gen web framework.
Extremely Popular
Latest
class EsbuildSnapshot
implements BuildSnapshot
import { EsbuildSnapshot } from "https://deno.land/x/fresh@1.6.8/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