mirror of
https://github.com/appium/appium.git
synced 2026-02-21 10:49:52 -06:00
- appium@3.1.1 - @appium/base-driver@10.1.1 - @appium/base-plugin@3.0.4 - @appium/docutils@2.1.2 - @appium/driver-test-support@1.0.4 - @appium/eslint-config-appium-ts@2.0.4 - @appium/fake-plugin@4.0.4 - @appium/images-plugin@4.0.3 - @appium/opencv@4.0.3 - @appium/plugin-test-support@1.0.3 - @appium/storage-plugin@1.0.3 - @appium/support@7.0.3 - @appium/test-support@4.0.3 - @appium/types@1.1.1 - @appium/universal-xml-plugin@2.0.2
@appium/types
A collection of TypeScript type declarations used across various Appium packages.
Warning
This is a work-in-progress; expect breaking changes!
Install
npm install @appium/types -D
Note
- The sources are
.tsfiles, not.d.tsfiles. This allows other packages in the root TypeScript "project" to define a dependency upon this one, and enables incremental builds an "watch" mode.- If there is a way to switch to
.d.tsfiles and configure this package to work in our "project" context without needing to actually "emit" anything, then we should do that instead. Help accepted!lib/appium-config.tsis generated by this package from@appium/schema, but is under version control to avoid chicken-or-egg build problems.
License
Apache-2.0