Source-map downloader is an online tool that will help you to download source map data of any script.
For example, if your script is written in NodeJS and it has a source map that contains the list of libraries and files used in the final compiled code and you have the source map URL of that final compiled file then you can extract all the libraries and data files used in that compiled file.
0 Comments