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
Is the scope tree that is output based on a standard or is it custom to this project?
I'm trying to identify the variables that are exported, by parsed code, to the global object.
On a trivial example reading the variables array of the global scope object works.
However, when I parse a file that passes in the context I see an empty variables array in the global object, and I'm not sure how to determine what would be available in the global scope if that code was executed.
i.e.
(function(){
...
}).call(this);
Any thoughts?
The text was updated successfully, but these errors were encountered:
@Constellation Ping. Are there any docs on tree structure and APIs except as for generated ones? They don't feel clear enough as it's hard to find "entry point" and some really basic simple example from which you can start and understand how it works (but maybe I'm just too stupid lazy to dig into it) :/
Is the scope tree that is output based on a standard or is it custom to this project?
I'm trying to identify the variables that are exported, by parsed code, to the global object.
On a trivial example reading the variables array of the global scope object works.
However, when I parse a file that passes in the context I see an empty variables array in the global object, and I'm not sure how to determine what would be available in the global scope if that code was executed.
i.e.
Any thoughts?
The text was updated successfully, but these errors were encountered: