Skip to main content
Module

x/bundler/mod.ts>CSSPlugin

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

Methods

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