Skip to main content
Module

x/deno2node/src/deps.deno.ts>ManipulationSettings

Compile your Deno project to run on Node.js.
Go to Latest
interface ManipulationSettings
import { type ManipulationSettings } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.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.