[TIMOB-18882] Windows: Crawl user's app for native requires
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-04T15:32:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2015-05-07T22:38:24.000+0000 |
Updated | 2017-03-14T20:16:03.000+0000 |
Description
We need a mechanism as part of the build to crawl the user's app to generate the list of native types required. We may need to also handle "dynamic" requires and treat them as needing _all_ native types.
We can then use this list of types and their dependencies to trim down the list of included types we'd incorporate into the require and cast hooks from TIMOB-18878 and TIMOB-18879.
https://github.com/appcelerator/titanium_mobile_windows/pull/257
Closing ticket as fixed.