Skip to main content
Module

x/ts_morph/mod.ts>ManipulationError

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class ManipulationError
import { ManipulationError } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Occurs when there is a problem doing a manipulation.

Constructors

new
ManipulationError(
filePath: string,
oldText: string,
newText: string,
errorMessage: string,
)

Properties

readonly
filePath: string
readonly
newText: string
readonly
oldText: string