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

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

Issue 18612013: File watching package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: "pathos" -> "path" Created 7 years, 5 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
« no previous file with comments | « pkg/watcher/lib/src/watch_event.dart ('k') | pkg/watcher/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/watcher/lib/watcher.dart
diff --git a/pkg/sequence_zip/lib/sequence_zip.dart b/pkg/watcher/lib/watcher.dart
similarity index 71%
copy from pkg/sequence_zip/lib/sequence_zip.dart
copy to pkg/watcher/lib/watcher.dart
index e8331ac4adb7a6ef0b38443835b5c36fe8eba911..c4824b8ec86518a118e48104d01b1efeb8a31680 100644
--- a/pkg/sequence_zip/lib/sequence_zip.dart
+++ b/pkg/watcher/lib/watcher.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library sequence_zip;
+library watcher;
-export "iterable_zip.dart";
-export "stream_zip.dart";
+export 'src/watch_event.dart';
+export 'src/directory_watcher.dart';
« no previous file with comments | « pkg/watcher/lib/src/watch_event.dart ('k') | pkg/watcher/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698