microsoft/TypeScript-Website

Playground: Port The Flow Graph to a playground plugin

orta opened this issue · 3 comments

orta commented

Repro: There is code in the compiler to print a text chart of the code flow analysis graph, we should make this easy to use (because I couldn't figure it out how to use it after reading the code)

Code: https://github.com/microsoft/TypeScript/blob/d68295e74e4897f588e73edf72089eb238904f02/src/debug/dbg.ts#L14

orta commented

This is in

This doesn't work anymore, at least not for me (Chrome on Windows). The plugin shows nothing, and there's significant slowness when I enable it.