jsca2js icon indicating copy to clipboard operation
jsca2js copied to clipboard

Can we get a 6.0.3 version out

Open securit opened this issue 7 years ago • 4 comments

Can we get a 6.x compatible version out of this?

securit avatar Mar 19 '17 21:03 securit

+1

killroyboy avatar Jun 08 '17 22:06 killroyboy

https://jira.appcelerator.org/browse/TIDOC-2398

Here generated file for 6.1.2 (size 5MB): https://gist.githubusercontent.com/drauggres/db3287695d08e13ddef44e24fac00249/raw/5832ad89b8c0cb309ccb4360ae701e40725f0621/titanium.6.1.2.externs.js

Here generated file for 7.2.0 (size 4.8MB): https://gist.githubusercontent.com/drauggres/2ecc6ad79e7e66d1e9d3203a16d67a32/raw/4ef31fcddcd52cfa3ee744c9f7ae50c999a300e8/titanium.7.2.0.externs.js

Here generated file for 8.2.1 (size 5.1MB): https://gist.githubusercontent.com/drauggres/2ecc6ad79e7e66d1e9d3203a16d67a32/raw/e1719400d2ef02a1cb54e6d35b2ad5947e5cbdf4/titanium.8.2.1.externs.js

drauggres avatar Aug 24 '17 14:08 drauggres

Hi @drauggres! Could you share the code you used to create these files, please? :-)

deckameron avatar Jul 31 '18 17:07 deckameron

@deckameron FYI updating a comment on github does not trigger a notification (that's why I only just noticed your question).

You can find the old script for generation if you follow the link to jira and then link to PR. But now documentation generation was moved from SDK to separate project. I updated my script and posted it in the fork.

node index.js -f gcexterns -o /OUTPUT/PATH/ /PATH/TO/THE/SDK/SOURCE/apidoc/

drauggres avatar Oct 24 '19 16:10 drauggres