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
Construct a similar control flow graph as TypeScript.
Collect assignments (only EqualsToken) to identifiers and this-property-access.
Collect deletes on the above symbols.
Inline (non-async, non-generator) IIFEs.
CFA could be even more powerful if it constructs a full control flow graph that users can inspect.
Ref: fimbullinter/wotan#160
Ref: fimbullinter/wotan#165
The text was updated successfully, but these errors were encountered: