Chromium Code Reviews| Index: pkg/watcher/lib/watcher.dart |
| diff --git a/pkg/watcher/lib/watcher.dart b/pkg/watcher/lib/watcher.dart |
| index c4824b8ec86518a118e48104d01b1efeb8a31680..88531f203f96557ae89462857d9ab5c7658a69f3 100644 |
| --- a/pkg/watcher/lib/watcher.dart |
| +++ b/pkg/watcher/lib/watcher.dart |
| @@ -6,3 +6,4 @@ library watcher; |
| export 'src/watch_event.dart'; |
| export 'src/directory_watcher.dart'; |
| +export 'src/directory_watcher/polling.dart'; |
|
Bob Nystrom
2013/11/06 19:24:04
I don't think we should export this.
nweiz
2013/11/07 00:46:37
I think we should allow users to explicitly use th
Bob Nystrom
2013/11/07 18:16:05
That makes sense.
|