Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to represent a TS plugin.

Hierarchy

  • ServicePlugin
    • TypescriptPlugin

Index

Properties

Methods

Properties

Static LABEL

LABEL: string = "Typescript"

Static NAME

NAME: string = "typescript"

Methods

Static getMakeFiles

  • getMakeFiles(): MakeFileType[]
  • Return the files that can be created with the make command in the CLI.

    function

    getMakeFiles

    memberof

    TypescriptPlugin

    static

    Returns MakeFileType[]

    List of make files.

Static getServices

  • getServices(): typeof Service[]
  • Return the services for the TS Plugin.

    function

    getServices

    memberof

    TypescriptPlugin

    static

    Returns typeof Service[]

    TS Service.

Generated using TypeDoc