dart-sdk/pkg/dart2js_tools
Devon Carew 755aabd096 [pkg] switches the default linting for pkg/ packages to dart_flutter_team_lints
Change-Id: I201b984fd8794e04bf6e0131ed4f85192f641ef4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/335502
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-11-11 01:52:16 +00:00
..
bin [pkg] use package:lints/recommended.yaml as the default analysis config 2023-02-08 16:56:05 +00:00
lib [deps] roll package:lints to the latest 2023-10-05 03:36:59 +00:00
analysis_options.yaml [pkg] switches the default linting for pkg/ packages to dart_flutter_team_lints 2023-11-11 01:52:16 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
pubspec.yaml [deps] roll package:lints to the latest 2023-10-05 03:36:59 +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.