We have an existing map_deploy_to_devel pipeline to analyze deployment of JavaScript apps using symbols found map files. There is a plan to further improve this with this issue:
The plan in #1405 is to refine the analysis using symbols and string matching between minified bundles and sources including JS and TS.
The purpose of this issue #1477 is to evaluate at some scale the results of #1405. And:
- Collect a bunch of npm projects that use minification and TS
- Run the pipeline on this.
- Collect issues and either report as bugs in our code to fix (and fix them)
- ... or as real issues upstream, then push mini report on this issues for reference here
We have an existing
map_deploy_to_develpipeline to analyze deployment of JavaScript apps using symbols found map files. There is a plan to further improve this with this issue:The plan in #1405 is to refine the analysis using symbols and string matching between minified bundles and sources including JS and TS.
The purpose of this issue #1477 is to evaluate at some scale the results of #1405. And: