I am working on a project where I have to statically analyze JavaScript code. However, for several libraries, I have access only to the mini version of the file and the corresponding source map. Is there a method / method with which I can generate the source file using these files?
source share