UNPKG

astx

Version:

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

7 lines (6 loc) 212 B
import { NodePath } from '../types'; export default class CompilePathError extends Error { path: NodePath; source: string | undefined; constructor(message: string, path: NodePath, source?: string); }