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

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

Open
DimitarDechew opened this issue Sep 22, 2022 · 0 comments
Open

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

DimitarDechew opened this issue Sep 22, 2022 · 0 comments

Comments

@DimitarDechew
Copy link

DimitarDechew commented Sep 22, 2022

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'))
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