Read .map
files and write their embedded contents out.
This will list all embedded sources.
$ map_file_reader -f lib/big_sdk.js.map -s
Assuming that the js.map file contains the original soure code, this will completely extract the embedded sources to the files whose names are embedded in the .map file. Those are the same files output by the -s
command, illustrated above.
$ map_file_reader -f lib/big_sdk.js.map -o
- Clean up command-line arguments to make them more symmetrical