81637fcb93
A fork of https://dart-review.googlesource.com/c/sdk/+/252241 Separates two cases: 1. The relative URI string cannot be parsed into a `Uri` instance. We report `INVALID_URI`. 2. The absolute URI cannot be resolved into a file. We report `URI_DOES_NOT_EXIST`. The same error as when the file does not exist. Note that it must be a file, cannot be a `Source` from summaries. Change-Id: Id1f81af5650f38dc9dec2185687c7e4576d4c9c3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252244 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>