Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

A Bundler with the web in mind.
Go to Latest
method FilePlugin.prototype.createChunk
import { FilePlugin } from "https://deno.land/x/bundler@0.6.5/plugins/file.ts";

Parameters

item: Item
context: Context
chunkList: ChunkList

Returns

Promise<Chunk>