Set up dart2js_info package based on the standard template
13 files changed
tree: b37366c9b385afd9807ea8d26e399f03db0265f8
  1. lib/
  2. test/
  3. tool/
  4. .gitignore
  5. .status
  6. .travis.yml
  7. AUTHORS
  8. CHANGELOG.md
  9. codereview.settings
  10. CONTRIBUTING.md
  11. LICENSE
  12. pubspec.yaml
  13. README.md
README.md

Dart2js Info

This package contains the definition of the information that dart2js produces when you pass the --dump-info flag. It also contains tools that you can use to process that information to better the information.

Currently, most information is related to code-size and how much of the size of your output program is attributed to different parts of the source application.

With time, we expect to have more information about type inference that can help developers understand why dart2js wasn't able to tree-shake some part of the code.

This package is evolving and rapidly changing.

Features and bugs

Please file feature requests and bugs at the issue tracker.