You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
Perhaps just by making the tsm sdk logic require()able. Then we can do an npm -g install mockti then cd into a directory and type mockti 2.1.1 which will generate a titanium.js file according to that SDK version. Perhaps also provide an API such as
varmockti=require('mockti');mockti('2.1.1');
which would throw the Titanium and Ti objects into the current namespace for that matching version. This would probably be easier in a CI setup.