dart-sdk/pkg/dart2js_tools
Sigmund Cherem 7c77ed04f4 Move deobfuscation tools to the SDK repo
This is an initial implementation of the dart deobfuscator tool.

Let me know your thoughts on the package name. I used to have this named as
`package:deobfuscate`, but it feels like we will want to add more tools that are
not about deobfuscation in the future, so I picked `package:dart2js_tools`
instead. That also gives us the opportunity to move over the dart2js_info code
here too.

Change-Id: I2ff948982969c9c76bc84cdc78cbe237abc87378
Reviewed-on: https://dart-review.googlesource.com/69243
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
2018-08-09 22:55:04 +00:00
..
bin Move deobfuscation tools to the SDK repo 2018-08-09 22:55:04 +00:00
lib/src Move deobfuscation tools to the SDK repo 2018-08-09 22:55:04 +00:00
pubspec.yaml Move deobfuscation tools to the SDK repo 2018-08-09 22:55:04 +00:00
README.md Move deobfuscation tools to the SDK repo 2018-08-09 22:55:04 +00:00

dart2js_tools

This package collects tools used with dart2js.

For now, this contains scripts useful to work with obfuscated stack traces in production and reading data from the extensions added to source-maps by dart2js (like minified names and inlined stack frames).

In the future we plan to merge here tools in the dart2js_info package as well.