Handle new style VM data URI frames (dart-lang/stack_trace#73)
See https://github.com/dart-lang/test/issues/1261
Somewhere between Dart `2.1.0` and Dart `2.2.0` the output from the VM
for stack frames in `data:` URIs changed. The new format wraps with `<>`
and does not include the full URI.
Check specifically whether the matched "uri" is instead a truncated and
bracketed `data:` URI and treat it as if it were a valid empty data URI.
4 files changed
tree: 1d52ac20b0a6a037085be7f0998def7602e08e9f
- pkgs/