Class Diff

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(repo: any, aPath: any, bPath: any, aBlob: any, bBlob: any, aMode: any, bMode: any, newFile: any, deletedFile: any, diff: any): Diff

Parameters

  • repo: any
  • aPath: any
  • bPath: any
  • aBlob: any
  • bBlob: any
  • aMode: any
  • bMode: any
  • newFile: any
  • deletedFile: any
  • diff: any

Returns

Diff

Properties

public a_blob: any

public a_mode: any

public a_path: any

public b_blob: any

public b_mode: any

public b_path: any

public deleted_file: any

public diff: any

public new_file: any

public repo: any

Methods

public static list_from_string(repo: any, text: any, callback: Function)

Parameters

  • repo: any
  • text: any
  • callback: Function