Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 545 Bytes

File metadata and controls

17 lines (11 loc) · 545 Bytes

Ti API Deprecation Finder Plugin

Overview

The Ti API Deprecation Finder plugin finds any deprecated Titanium APIs used in the project. It depends on the Ti API Processor plugin.

Options

No options

Output

  • name string Always equals "ti-api-deprecation-finder"
  • summary string A short summary of the results
  • deprecatedAPIs object The deprecated APIs used in the project
    • <API name> number The number of times the deprecated API indicated by the object key is used