You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to some reasons, I can not leak my js file out for this issue. 😟
Maybe you can give me a little advice about this.
I encounter this error at command line: couldn't parse this bundle, and after that, clone this repo, do debug to find where throw this error, finally, I find this line, it will return when ast.body.length not equal 1, but here is my ast.body(see the picture below)
There are "ExpressionStatement", "IfStatement" there. Because I know nothing about ast things, but maybe you can give me a advice how to fix this? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, there :-)
Due to some reasons, I can not leak my js file out for this issue. 😟
Maybe you can give me a little advice about this.
I encounter this error at command line:
couldn't parse this bundle
, and after that, clone this repo, do debug to find where throw this error, finally, I find this line, it will return when ast.body.length not equal 1, but here is my ast.body(see the picture below)There are
"ExpressionStatement"
,"IfStatement"
there. Because I know nothing about ast things, but maybe you can give me a advice how to fix this? Thanks in advance.The text was updated successfully, but these errors were encountered: