Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caught an error while attempting to run AST visitor! #126

Open
bedoflex opened this issue Aug 22, 2023 · 0 comments
Open

Caught an error while attempting to run AST visitor! #126

bedoflex opened this issue Aug 22, 2023 · 0 comments

Comments

@bedoflex
Copy link

Caught an error while attempting to run AST visitor!

node = {
"type": "FunctionExpression",
"start": 220304,
"end": 220325,
"range": [
220304,
220325
],
"id": null,
"expression": false,
"generator": false,
"async": false,
"params": [
{
"type": "Identifier",
"start": 220313,
"end": 220322,
"range": [
220313,
220322
],
"name": "_0x4e42e3"
}
],
"body": {
"type": "BlockStatement",
"start": 220323,
"end": 220325,
"range": [
220323,
220325
],
"body": []
}
}
err = TypeError: Cannot read properties of undefined (reading 'type')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant