tree: 53e8e1ceec725290f45f245bfa6f3cbe72e0c3a1
  1. bin/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. CHANGELOG.md
  7. pubspec.yaml
  8. README.md
pkgs/messages_shrinker/README.md

The data file treeshaker for package:messages.

This is to be used together with the const_finder from the Dart SDK (to be added). The const_finder will find all const instances in the treeshaken kernel file (in the VM) or Codegen World (in the Dart2Js compiler) and output them to a file. This file can be consumed by this package to remove all non-referenced messages from the data file.