dart-sdk/pkg/status_file
Bob Nystrom b9795ffabb A minimal status file formatter and canonicalizer.
For the migration script, I need a (less hacky) way of programmatically
modifying a status file. As a step along that path, I need the ability
to write a status file to disc given a StatusFile object.

With that, it was a small step to write a little "formatter" that turns
a status file into its canonical representation.

It removes unneeded parentheses in expressions, normalizes expectation
case, and normalizes whitespace. Seems useful.

R=whesse@google.com

Review-Url: https://codereview.chromium.org/2988383002 .
2017-08-03 13:37:30 -07:00
..
bin A minimal status file formatter and canonicalizer. 2017-08-03 13:37:30 -07:00
lib A minimal status file formatter and canonicalizer. 2017-08-03 13:37:30 -07:00
test A minimal status file formatter and canonicalizer. 2017-08-03 13:37:30 -07:00
.packages Move the status file parser into its own package. 2017-07-25 15:29:59 -07:00
pubspec.yaml Move the status file parser into its own package. 2017-07-25 15:29:59 -07:00