Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class TypescriptPlugin
import { TypescriptPlugin } from "https://deno.land/x/fed_dev@0.9.0/plugins/typescript/typescript_plugin.ts";

Constructors

new
TypescriptPlugin(compilerOptions?: ts.CompilerOptions)

Methods

protected
readSource(input: string, unnamed 1: CreateAssetContext)
createAsset(
input: string,
)
createChunk(
asset: Asset,
chunkAssets: Set<Asset>,
): Promise<Chunk>
test(
input: string,
)