Skip to main content
Module

x/bundler/mod.ts>HTMLPlugin

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

Methods

createAsset(
input: string,
type: DependencyType,
bundler: Bundler,
unnamed 3?: CreateAssetOptions,
)
createBundle(
chunk: Chunk,
ast: Source,
bundler: Bundler,
)
createChunk(
asset: Asset,
_chunkAssets: Set<Asset>,
_bundler?: Bundler,
unnamed 3?: CreateChunkOptions,
)
createDependencies(
input: string,
source: Source,
unnamed 2: CreateAssetOptions,
)
createSource(
input: string,
bundler?: Bundler,
unnamed 2?: CreateAssetOptions,
)
splitDependencies(
asset: Asset,
_bundler: Bundler,
)
test(
input: string,
_type: DependencyType,
format: DependencyFormat,
)