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

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

Issue 18015002: Add package with iterable and stream "zipping" functionality. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. More tests. 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/sequence_zip/lib/iterable_zip.dart ('k') | pkg/sequence_zip/lib/stream_zip.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/sequence_zip/lib/sequence_zip.dart
diff --git a/tests/language/extends_test_lib.dart b/pkg/sequence_zip/lib/sequence_zip.dart
similarity index 74%
copy from tests/language/extends_test_lib.dart
copy to pkg/sequence_zip/lib/sequence_zip.dart
index d62ca8f7da480b38ac34aed6411d25acba5ae339..e8331ac4adb7a6ef0b38443835b5c36fe8eba911 100644
--- a/tests/language/extends_test_lib.dart
+++ b/pkg/sequence_zip/lib/sequence_zip.dart
@@ -2,8 +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 ExtendsTestLib;
+library sequence_zip;
-class A {
- var y = "class A from library";
-}
+export "iterable_zip.dart";
+export "stream_zip.dart";
« no previous file with comments | « pkg/sequence_zip/lib/iterable_zip.dart ('k') | pkg/sequence_zip/lib/stream_zip.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698