dart-sdk/pkg/dart2js_tools
Nicholas Shahan 50fb0c6e61 [dart2js] Migrate dart2js_tools to null safety
Change-Id: I43186c26521eca6405d0ab8b3a50b545a91b5cc2
Issue: https://github.com/dart-lang/sdk/issues/46617
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215013
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2021-10-08 23:54:54 +00:00
..
bin [dart2js] Migrate dart2js_tools to null safety 2021-10-08 23:54:54 +00:00
lib [dart2js] Migrate dart2js_tools to null safety 2021-10-08 23:54:54 +00:00
pubspec.yaml [dart2js] Migrate dart2js_tools to null safety 2021-10-08 23:54:54 +00:00
README.md

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.