[AC-1798] func.uses_arguements = true problem
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2013-10-16T19:01:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Studio, Titanium SDK & CLI |
Labels | n/a |
Reporter | Ron Arnold |
Assignee | Mostafizur Rahman |
Created | 2013-10-16T18:57:19.000+0000 |
Updated | 2016-03-08T07:40:41.000+0000 |
Description
When trying to compile version of Falcon with NFC module added I receive a compile error - func.uses_arguments = true - with an indicator under the equals sign.
[DEBUG] : C:\Users\Ron-CSTG\AppData\Roaming\npm\node_modules\alloy\node_modules\uglify-js\lib\scope.js:200
[DEBUG] : func.uses_arguments = true;
[DEBUG] : ^
[ERROR] : : Cannot set property 'uses_arguments' of null
Thanks,
R
Hello, please provide a full testcase. You need to establish: 1. Problem Description: What happens? 2. Steps to reproduce: Create a new mobile project using alloy, etc. i.e., a list of steps describing exactly what you need to do in order to reproduce your issue. 3. Test case: code that clearly shows the issue. Best, Mauro