JASON
JASON copied to clipboard
Error
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.
String.raw
support would be nice also.
I'm facing exactly the same issue. Any update on this ? All I'm doing is loading the module like so : JASON = require('JASON');