JASON icon indicating copy to clipboard operation
JASON copied to clipboard

Error

Open 7fe opened this issue 6 years ago • 2 comments

I'm getting the following error.

TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
    at /Users/me/node_modules/JASON/index.js:205:43
    at Array.forEach (<anonymous>)
    at strfy (/Users/me/node_modules/JASON/index.js:203:12)
    at /Users/me/node_modules/JASON/index.js:53:5

I think 'use strict' is somewhere but don't have time to search right now.

7fe avatar Mar 07 '18 02:03 7fe

String.raw support would be nice also.

7fe avatar Mar 07 '18 02:03 7fe

I'm facing exactly the same issue. Any update on this ? All I'm doing is loading the module like so : JASON = require('JASON');

malikov avatar Apr 09 '18 01:04 malikov