Fill in what a cfg-guided visitor can take from the control flow view itself: the dataflow graph it views, and the ast that graph knows. Pass either yourself to use a different one.
new MyVisitor(cfgVisitorConfig({ controlFlow, defaultVisitingOrder: 'forward' })) Copy
new MyVisitor(cfgVisitorConfig({ controlFlow, defaultVisitingOrder: 'forward' }))
Fill in what a cfg-guided visitor can take from the control flow view itself: the dataflow graph it views, and the ast that graph knows. Pass either yourself to use a different one.