Skip to main content
Module

x/ts_morph/mod.ts>ManipulationSettings

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

Manipulation settings.

Properties

indentationText: IndentationText

Indentation text

newLineKind: NewLineKind

New line kind

quoteKind: QuoteKind

Quote type used for string literals.

usePrefixAndSuffixTextForRename: boolean

Whether to enable renaming shorthand property assignments, binding elements, and import & export specifiers without changing behaviour.

useTrailingCommas: boolean

Whether to use trailing commas when inserting or removing nodes.