> Ok, from a first look at DefinitelyTyped/DefinitelyTyped:types@master it > seems cordova is the only Apache Cordova related one left: > DefinitelyTyped/DefinitelyTyped:types/cordova@master Correct?
Seems so, yes. I haven't spotted any core plugins that I'm aware of with a quick look. > Which means, the others already have to be included in all our repos, or they > just don't exist. Best way forward would be to confirm with the PMC that > typings should stay in the Apache Cordova repos and will be considered for > and included in future updates. Correct? Correct. Some might habe been migrated, some others deleted by the PR mentioned in my first comment. Correct about the PCM part I guess - I'm not that involved in Apache's project steering and management (yet). > We will probably want to create a super simple TypeScript test project that > uses all the Apache Cordova packages where one can test the definitions I > guess? Is there a way to CI them? Would be a good idea. The DefinitelyTyped project uses a simple "it does compile" TravisCI job. This could be adapted. The TypeScript compiler can be used in the CI, a linter (tslint) does exist, too. [ Full content available at: https://github.com/apache/cordova/issues/39 ] This message was relayed via gitbox.apache.org for [email protected]
