Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "beautifier"

Index

Type aliases

BeautifierLanguageOption

Option for Beautifier given the Language.

BeautifierLanguageOptions

BeautifierLanguageOptions: boolean | BeautifierLanguageOptionComplex

true = supports language, enable all options false = supports language, disable all options complex = supports language with specific options

BeautifierName

BeautifierName: string

BeautifierOptionName

BeautifierOptionName: string

New name to rename the option (key) to. Name of an option to configure for a beautifier.

BeautifierOptionTransformFunction

BeautifierOptionTransformFunction: (options: OptionValues) => any

Function to process the given options and return a final option value.

Type declaration

BeautifyOptionTransform

Option that transforms one or more required options into a single value.

BeautifyOptionTransformSingleFunction

BeautifyOptionTransformSingleFunction: (optionValue: any) => any

Option that transforms a single option value with the same name.

Type declaration

    • (optionValue: any): any
    • Parameters

      • optionValue: any

      Returns any

Generated using TypeDoc