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

x/fed_dev/mod.ts>TypescriptPlugin#createChunk

A Bundler with the web in mind.
Latest
method TypescriptPlugin.prototype.createChunk
Re-export
import { TypescriptPlugin } from "https://deno.land/x/fed_dev@0.9.0/mod.ts";

Parameters

asset: Asset
chunkAssets: Set<Asset>
context: CreateChunkContext

Returns

Promise<Chunk>