Related to dart-lang/tools#1991.
Today the glob package uses node_io with a conditional export but we want to get away from that. We are switching to use the file package for all file system interactions.
If this package had an implementation of FileSystem, then it could easily plug in to glob in a clean way. This might also help some of the other issues listed for this package, if we can push more of the ecosystem towards using these general file interfaces instead of those from dart:io, then everything can be more flexible :).