[TIMOB-10672] CodeProcessor: Implement support for modules in the Code processor
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-10-29T23:08:16.000+0000 |
Affected Version/s | Release 3.0.0, 2012 Sprint 21 JS |
Fix Version/s | n/a |
Components | Code Processor |
Labels | api |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2012-08-27T11:57:11.000+0000 |
Updated | 2017-03-09T21:49:18.000+0000 |
Description
Right now, the code processor/require-provider don't support modules and will simply indicate that the module could not be found.
This ticket is most likely dependent on the CLI.
Note: Without support, projects that use modules can still be processed, just not as accurately since the require() call will return unknown.
Closing ticket as fixed.