relative / synchrony

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

TypeError: this[type] is not a function #38

Open DimitarDechew opened 1 year ago

DimitarDechew commented 1 year ago

Hello, I'm getting this error with ECMA Version 2022. I also messaged you on Telegram would be nice if you could check it and work something out ^^

Caught an error while attempting to run AST visitor!

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