MCPcopy
hub / github.com/sonofmagic/weapp-tailwindcss / PipelineNodeCursor

Interface PipelineNodeCursor

packages/postcss/src/pipeline.ts:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19export type PipelineStage = 'pre' | 'normal' | 'post'
20
21export interface PipelineNodeCursor {
22 id: string
23 stage: PipelineStage
24}
25
26export interface PipelineNodeContext {
27 stage: PipelineStage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected