| commit | 8de7c1064f9f124d520479f2a8be6b64507d399b | [log] [tgz] |
|---|---|---|
| author | Harry Terkelsen <het@google.com> | Fri May 29 09:58:04 2015 -0700 |
| committer | Lasse R.H. Nielsen <lrn@google.com> | Tue Jun 02 11:25:08 2015 +0200 |
| tree | c694294f7ca539708b9056f2aeb6d994773ff9bd | |
| parent | 8fee1b417ab070010ca15dd619cc462a01443f53 [diff] |
Separate out VM dependencies. The Packages interface class should not depend on a platform specific library (dart:io). This removed the dependency, and also splits the implementation classes into those that are generally applicable and those that requite dart:io to operate (the "local packages directory" which allows iterating the package names by scanning the directory). Bump version to 0.0.2+4