Files
sdk/pkg/analyzer/test
Konstantin Shcheglov 81637fcb93 Add AugmentationImportWithUriStr state, restructure the directive resolution.
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>
2022-07-21 16:40:25 +00:00
..
2022-06-16 19:40:31 +00:00
2021-09-06 11:57:40 +00:00