UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

7 lines (6 loc) 195 B
import { BaseError } from "./BaseError"; export declare class FileNotFoundError extends BaseError { readonly filePath: string; constructor(filePath: string); readonly code: string; }