[TIMOB-11991] CodeProcessor: Modules are not always resolved properly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-12-10T19:03:51.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2012 Sprint 25, 2012 Sprint 25 JS |
Components | Code Processor |
Labels | look1 |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2012-12-07T01:20:53.000+0000 |
Updated | 2017-03-22T17:08:17.000+0000 |
Description
When running the code processor on the app/ dir in TiShadow, modules are not found even though they exist in the modules/ folder
Turns out the code processor works correctly, but the output is a little misleading. The module is actually resolved, but since it's a native module, it isn't processed, so the net result is the same. I reworked the output to report native modules separately as skipped.
Closing ticket as Code Processor is no longer supported.