Files
sdk/pkg/dart2js_tools
Sigmund Cherem 935103fd0f Update lookup-name tool to use the dart2js_mapping implementation.
Note: the current implementation broke when we changed the encoding.
Change-Id: I48d9e5fedad3f3be85fc1e73dd5dd091bb7278b0
Reviewed-on: https://dart-review.googlesource.com/c/84881
Commit-Queue: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
Auto-Submit: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2018-11-20 01:45:37 +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.