Dan Vanderkam
Dan Vanderkam
Here's an official reference for this being considered bad style in TS: https://github.com/microsoft/TypeScript-Handbook/issues/121
[react-design-editor](https://github.com/salgum1114/react-design-editor) looks like it fills a similar niche and is actively maintained.
Showing a tree map of only new dependencies (or dependencies that have grown in size) might be a good start.
Related to #135. I do think there would be value in separating out the "source-map" and "explore" parts of this tool.
What's your use case here? There's also a JSON output format that you can feed into other visualizations.
What would you like to highlight? There's a long-standing issue to use color but we've been unable to come to consensus on it. https://github.com/danvk/source-map-explorer/issues/21
Can you share your file? Are you using an inline source map?
@mdvorscak @paulirish would you be happier seeing that `` block omitted entirely? If I leave it out, then we run into #47 (number of bytes doesn't match file size). But...
@mdvorscak I believe it is an issue with the source maps that `tsc` outputs. See [this comment](https://github.com/danvk/source-map-explorer/issues/47#issuecomment-325793253) for more details. I'm a little surprised that it's a majority of bytes...
I've got a fix that counts inline source maps separately. Here's what the command line looks like: ``` $ node index.js /Users/danvk/Downloads/lighthouse-background.js Inline source map accounts for 4064948 / 6530412...