298866ed94
AstBinaryWriter does not yet support all node types, but a lot of them, and can successfully write many large Dart files, including itself. Whether it does it correctly, we cannot say yet, because AstBinaryReader supports much smaller set of node types. I plan to add all nodes in following CLs, and run over larger bodies of code. R=brianwilkerson@google.com, paulberry@google.com Change-Id: Iaa2a5c743bd1659ea30c93632028d3a475736bf5 Reviewed-on: https://dart-review.googlesource.com/c/94684 Reviewed-by: Paul Berry <paulberry@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>