4fdf84e4f4
Make all lists returned by ast_from_binary growable so the ast is more consistent with the ast generated by parsing dart code which generally contains growable lists as opposed to fixed-length lists. This fixes a bug in the Flutter --track-widget-creation transform where it would fail on an AST if it was deserialized from a binary file rather than parsed from source code. Change-Id: I4e6b199ed98df1b72d8d6844829341975a2c29c9 Reviewed-on: https://dart-review.googlesource.com/51780 Commit-Queue: Jacob Richman <jacobr@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com>