Package Exports
- @appium/types
- @appium/types/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@appium/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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