Stability: 1 - Experimental
If found, source map data is appended to the top-level key source-map-cache
on the JSON coverage object.
source-map-cache is an object with keys representing the files source maps
were extracted from, and values which include the raw source-map URL
(in the key url), the parsed Source Map v3 information (in the key data),
and the line lengths of the source file (in the key lineLengths).
{"result": [{"scriptId": "68","url": "file:///absolute/path/to/source.js","functions": []}],"source-map-cache": {"file:///absolute/path/to/source.js": {"url": "./path-to-map.json","data": {"version": 3,"sources": ["file:///absolute/path/to/original.js"],"names": ["Foo","console","info"],"mappings": "MAAMA,IACJC,YAAaC","sourceRoot": "./"},"lineLengths": [13,62,38,27]}}}
