MCPcopy
hub / github.com/tailwindlabs/prettier-plugin-tailwindcss / LazyPluginLoad

Interface LazyPluginLoad

src/transform.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8export interface LazyPluginLoad {
9 name: string
10 importer: () => Promise<unknown>
11}
12
13export type PluginLoad = LazyPluginLoad | Plugin<any>
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…