[TIMOB-9443] Ti API: Full CommonJS implementation
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-07-10T13:47:07.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | TiAPI |
Labels | Community |
Reporter | Ivan Skugor |
Assignee | Neeraj Gupta |
Created | 2012-06-01T06:45:24.000+0000 |
Updated | 2017-03-10T19:13:43.000+0000 |
Description
Currently, CommonJS standard in Titanium is not implemented properly. There are platform specific issues that should be fixed (like relative path handling) and specification is not completely implemented.
Partial (and buggy) implementation makes usage of third-party tools that implement CommonJS standard harder.
Here are tests that CommonJS implementation should pass: https://github.com/commonjs/commonjs/tree/master/tests/modules/1.0
http://developer.appcelerator.com/question/137080/circular-reference
Closing ticket as duplicate.