Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fed_dev/plugins/plugin.ts>CreateChunksContext

A Bundler with the web in mind.
Latest
interface CreateChunksContext
implements Context
import { type CreateChunksContext } from "https://deno.land/x/fed_dev@0.9.0/plugins/plugin.ts";

Properties

optional
importMap: ImportMap
outputMap: Record<string, string>
root: string
optional
chunks: Chunk[]