Skip to main content
Module

x/ts_morph/mod.ts>SupportedFormatCodeSettingsOnly

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

FormatCodeSettings that are currently supported in the library.

Properties

insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces: boolean

Whether to insert a space after opening and before closing non-empty braces.

ex. import { Item } from "./Item"; or import {Item} from "./Item";