| 75 | } |
| 76 | |
| 77 | export interface Options { |
| 78 | sync?: boolean; |
| 79 | parser?: Function; |
| 80 | render?: Function; |
| 81 | skipParse?: boolean; |
| 82 | } |
| 83 | |
| 84 | export type Plugin<TThis> = ( |
| 85 | tree: Node |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…