1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00
metamask-extension/development/ts-migration-dashboard/app
Elliot Winkler 3c622cd395
[TS dashboard] Draw dependencies between files (#17338)
If you're thinking about converting a file to TypeScript, you might want
to know what files import that file and what files it imports. This
commit makes it so that if you click on a box in the visualization, it
will draw lines between that box and the other boxes which represent its
dependents and dependencies.

Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
2023-03-16 20:03:12 -06:00
..
components [TS dashboard] Draw dependencies between files (#17338) 2023-03-16 20:03:12 -06:00
public [TS dashboard] Reorganize files slightly (#17335) 2023-02-08 08:33:03 -06:00
styles [TS dashboard] Draw dependencies between files (#17338) 2023-03-16 20:03:12 -06:00
index.scss [TS dashboard] Reorganize files slightly (#17335) 2023-02-08 08:33:03 -06:00
index.tsx [TS dashboard] Reorganize files slightly (#17335) 2023-02-08 08:33:03 -06:00