| Index: sdk/lib/_internal/pub/lib/src/io.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/io.dart b/sdk/lib/_internal/pub/lib/src/io.dart
|
| index e9d803b3e2911bac1c09b3cfe2f85237a05ce53a..88ccd3efc97e0fa3b96d945cf8f0ec4f5e5d5c85 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/io.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/io.dart
|
| @@ -21,6 +21,7 @@ import 'utils.dart';
|
|
|
| export 'package:http/http.dart' show ByteStream;
|
|
|
| +// TODO(rnystrom): Remove and use isWithin() in pathos.
|
| /// Returns whether or not [entry] is nested somewhere within [dir]. This just
|
| /// performs a path comparison; it doesn't look at the actual filesystem.
|
| bool isBeneath(String entry, String dir) {
|
|
|