Skip to main content
Module

x/fed_dev/mod.ts>FilePlugin

A Bundler with the web in mind.
Latest
class FilePlugin
extends Plugin
Re-export
import { FilePlugin } from "https://deno.land/x/fed_dev@0.9.0/mod.ts";

Methods

createAsset(
input: string,
type: DependencyType,
context: CreateAssetContext,
)
createBundle(chunk: Chunk, _context: CreateBundleContext)
createChunk(
asset: Asset,
_chunkAssets: Set<Asset>,
context: CreateChunkContext,
)
readSource(input: string)
test(
_input: string,
_type: DependencyType,
_format: DependencyFormat,
)