UNPKG

astx

Version:

super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring

4 lines (3 loc) 261 B
import { Node, NodePath } from '../types'; import { CompiledMatcher, CompileOptions } from '.'; export default function compileSpecialMatcher(path: NodePath, name: string, params: NodePath<Node, Node[]>, compileOptions: CompileOptions): CompiledMatcher | void;