Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bundler/plugins/plugin.ts>Transform

A Bundler with the web in mind.
Go to Latest
type alias Transform
import { type Transform } from "https://deno.land/x/bundler@0.2.1/plugins/plugin.ts";
definition: (path: string, source: string) => Promise<string>