MCPcopy
hub / github.com/codeaashu/claude-code / Plugin

Interface Plugin

scripts/types.d.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4// ── esbuild (minimal surface used by build-bundle.ts) ──
5declare module 'esbuild' {
6 export interface Plugin {
7 name: string
8 setup(build: PluginBuild): void
9 }
10
11 export interface PluginBuild {
12 onResolve(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected