tsutils
tsutils copied to clipboard
construct control flow graph
trafficstars
CFA could be even more powerful if it constructs a full control flow graph that users can inspect.
Ref: https://github.com/fimbullinter/wotan/issues/160 Ref: https://github.com/fimbullinter/wotan/issues/165
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.