dart-sdk/tools/package_deps
Nate Bosch 33e174084a Replace Uri.scheme == with Uri.isScheme
Use `hasScheme` in place of comparing against the empty string, and
`isScheme` to compare against all other schemes.

TEST=No behavior changes.

Change-Id: Ifc9fd13c6cf37933ebd4a754c4b500dedbcb291b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/231185
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2022-02-08 21:38:57 +00:00
..
bin Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
.gitignore Add a tool to validate pubspec.yaml files in pkg/ 2020-08-20 18:05:49 +00:00
pubspec.yaml tools/package_deps: allow "normal" deps as long as there is a path override 2021-10-26 18:26:01 +00:00
README.md Add a tool to validate pubspec.yaml files in pkg/ 2020-08-20 18:05:49 +00:00

A tool to validate pubspec files in pkg/.