relative / synchrony

javascript-obfuscator cleaner & deobfuscator
https://deobfuscate.relative.im/
GNU General Public License v3.0
840 stars 108 forks source link

Caught an error while attempting to run AST visitor! | err = TypeError: Cannot read properties of undefined (reading 'type') #139

Closed rameshrjy closed 6 months ago

rameshrjy commented 6 months ago

Caught an error while attempting to run AST visitor!

node = { "type": "FunctionExpression", "start": 9978, "end": 9990, "range": [ 9978, 9990 ], "id": null, "expression": false, "generator": false, "async": false, "params": [], "body": { "type": "BlockStatement", "start": 9988, "end": 9990, "range": [ 9988, 9990 ], "body": [] } } err = TypeError: Cannot read properties of undefined (reading 'type')