dart-sdk/pkg/dart2js_tools
Kevin Moore b1294e7517 dart2js_tools: remove version - no plan to publish (yet)
Change-Id: I5caef018544f210ae74079cebbc998242ca3cd73
Reviewed-on: https://dart-review.googlesource.com/c/87241
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2018-12-13 17:09:15 +00:00
..
bin Update lookup-name tool to use the dart2js_mapping implementation. 2018-11-20 01:45:37 +00:00
lib/src dart2js_tools cleanups from the previous CL comments 2018-11-05 19:35:16 +00:00
pubspec.yaml dart2js_tools: remove version - no plan to publish (yet) 2018-12-13 17:09:15 +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.