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

x/bundler/plugins/file/file.ts>FilePlugin

A Bundler with the web in mind.
Latest
class FilePlugin
extends Plugin
import { FilePlugin } from "https://deno.land/x/bundler@0.9.0/plugins/file/file.ts";

Methods

createAsset(
input: string,
bundler: Bundler,
)
createBundle(
chunk: Chunk,
source: Source,
_bundler: Bundler,
)
createChunk(
asset: Asset,
_chunkAssets: Set<Asset>,
_bundler?: Bundler,
unnamed 3?: CreateChunkOptions,
)
readSource(input: string)
test(
_input: string,
)