danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.82k stars 100 forks source link

Give null source a name #148

Closed nikolay-borzov closed 4 years ago

nikolay-borzov commented 4 years ago

If mapping item source is null use [no source] as filename

Resolves #142

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.01%) to 98.802% when pulling d704b78cbd4b64496dc4cb15382802b74752ae87 on give-null-source-a-name into e583442cb19b7313e54c77de9b77bed79e1dd4bd on master.

nikolay-borzov commented 4 years ago

Well, they aren't unmapped, they just don't have corresponding source. Webpack code is one with null source. I'll add a section to the README. Or I'm totally missing source = null meaning