Skip to main content
Module

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

The next-gen web framework.
Extremely Popular
Latest
class AotSnapshot
implements BuildSnapshot
import { AotSnapshot } from "https://deno.land/x/fresh@1.6.8/src/build/mod.ts";

Constructors

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

Properties

readonly
paths: string[]

Methods

dependencies(path: string): string[]
read(path: string): Promise<ReadableStream<Uint8Array> | null>