Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bundler/plugins/html/html_plugin.ts>HTMLPlugin

A Bundler with the web in mind.
Latest
class HTMLPlugin
import { HTMLPlugin } from "https://deno.land/x/bundler@0.9.0/plugins/html/html_plugin.ts";

Methods

createAsset(
input: string,
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,
)