Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 612 Bytes

File metadata and controls

17 lines (11 loc) · 612 Bytes

Ti API Platform Validator Plugin

Overview

The Ti API Platform Validator plugin finds any platform specific Titanium APIs that are called from the incorrect platform. It depends on the Ti API Processor plugin.

Options

No options

Output

  • name string Always equals "ti-api-platform-validator"
  • summary string A short summary of the results
  • invalidAPIs object The platform-specific APIs used incorrectly in the project
    • <API name> number The number of times the platform-specific API indicated by the object key is used incorrectly