dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.57k forks source link

Investigate cause of DDC source map errors and stop swallowing them #37193

Open jakemac53 opened 5 years ago

jakemac53 commented 5 years ago

See https://dart-review.googlesource.com/c/sdk/+/105340, and the other error we catch right above that.

vsmenon commented 5 years ago

I suspect this is related to one or more of:

We should revisit once that all settles down.