mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
30beab0f43
* Add team "groups" in tools/OWNERS_<group name>. * Add top-level OWNERS as a fallback. * Add OWNERS for all top-level directories. * Add OWNERS to all packages. For additional background information see go/dart-sdk-owners. TEST=No op until code-owners is enabled. Bug: b/200915407 Change-Id: I7fe6116cc599c749cd50ca16151d6d6a801d99d7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/229147 Reviewed-by: Jonas Termansen <sortie@google.com> |
||
---|---|---|
.. | ||
bin | ||
lib | ||
OWNERS | ||
pubspec.yaml | ||
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.