Options
All
  • Public
  • Public/Protected
  • All
Menu

Will remove text from the source code.

Hierarchy

  • RemoveChange
    • RemoveChange

Implements

  • Change

Index

Constructors

Properties

Methods

Constructors

constructor

  • new RemoveChange(path: string, pos: number, toRemove: string): RemoveChange
  • Parameters

    • path: string
    • pos: number
    • toRemove: string

    Returns RemoveChange

Properties

description

description: string

order

order: number

path

path: string

Methods

apply

  • apply(host: Host): Promise<void>
  • Parameters

    • host: Host

    Returns Promise<void>