titaniumifier
titaniumifier copied to clipboard
Get a Titanium™ SDK CommonJS module out of a Node package!
When I try to use my previously titaniumified module on Android with Titanium SDK 8.x I get an: ``` context.sourceUrl = url; TypeError: Cannot create property 'sourceUrl' on boolean 'true'...
Node version v8.11.1 While generating zip file, all the files were empty. Updating this package resolves the problem.
Hihi, this is going to be tough. See how `os-titanium` requires `__context.js` to be in a specific position. In theory modules can have assets… does it work for CommonJS ones?...