Module

x/fresh/src/server/bundle.ts>Bundler

The next-gen web framework.
Extremely Popular
Go to Latest
class Bundler
import { Bundler } from "https://dotland.deno.dev/x/fresh@1.1.5/src/server/bundle.ts";

Constructors

new
Bundler(
islands: Island[],
plugins: Plugin[],
importMapURL: URL,
jsxConfig: JSXConfig,
dev: boolean,
)

Methods

cache(): Promise<Map<string, Uint8Array>>
get(path: string): Promise<Uint8Array | null>