An open API service indexing awesome lists of open source software.

https://github.com/orta/playground-code-show-flow

Visualized the code flow analysis path for a TypeScript node
https://github.com/orta/playground-code-show-flow

Last synced: about 1 year ago
JSON representation

Visualized the code flow analysis path for a TypeScript node

Awesome Lists containing this project

README

          

## Code Flow Analysis Visualizer

Visualize some of the Code Flow Analysis

![./screenshots/flow.png](./screenshots/flow.png)

## Running this plugin

- [Click this link](https://www.staging-typescript.org/play?install-plugin=playground-code-show-flow) to install

or

- Open up the TypeScript Playground
- Go the "Options" in the sidebar
- Look for "Plugins from npm"
- Add "playground-code-show-flow"
- Reload the browser

Then it will show up as a tab in the sidebar.

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md) for the full details, however, TLDR:

```sh
git clone ...
yarn install
yarn start
```

Then tick the box for starting plugin development inside the TypeScript Playground.