dump-info-visualizer
dump-info-visualizer copied to clipboard
A visualizer for the JSON data produced by the dart2js --dump-info command
Is this package and tool still used? I see it hasn't been migrated to null safety, and it doesn't look like there's been much activity in this repo lately. cc...
It would be nice to filter out packages that you don't care about when navigating code size.
The readme has: `http://dart-lang.github.io/dump-info-visualizer/` Turns out, SSL works great: `https://dart-lang.github.io/dump-info-visualizer/`
Having '0' as the size for all typedefs is pointless.
This can be done entirely on the clientside.
https://github.com/dart-lang/dump-info-visualizer/blob/master/web/polymer_lib/tree_table.dart#L67 The sorting of rows by nonSortablePriority should be separated from sorting by data value. There is a clash between a/b and d1/d2 I'd call them row1/row2 and value1/value2 How...
Right now, the dependency viewer only shows one level above and below the current element. It would be handy to be able to open up subviews inside of an existing...