dart-sdk/pkg/build_integration
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
..
lib/file_system Replace Uri.scheme == with Uri.isScheme 2022-02-08 21:38:57 +00:00
test/file_system Migrate pkg/build_integration to null safety 2021-07-17 15:45:04 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
pubspec.yaml Migrate pkg/build_integration to null safety 2021-07-17 15:45:04 +00:00
README.md

Package build_integration

This package contains libraries for integrating Dart tools with build systems like bazel and build_runner.