Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: pkg/watcher/lib/watcher.dart

Issue 46843003: Wrap Directory.watch on linux for the watcher package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698