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

Unified Diff: packages/quiver_iterables/lib/iterables.dart

Issue 2119523002: Added full js & js_util packages (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 6 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 | « packages/quiver_iterables/README.md ('k') | packages/quiver_iterables/lib/src/concat.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/quiver_iterables/lib/iterables.dart
diff --git a/packages/quiver/lib/testing/async.dart b/packages/quiver_iterables/lib/iterables.dart
similarity index 67%
copy from packages/quiver/lib/testing/async.dart
copy to packages/quiver_iterables/lib/iterables.dart
index 409f97d8d2c8ee84a044ee58d749e2a44dff72b5..26130bd6147823a91247a307590141e3f847ab28 100644
--- a/packages/quiver/lib/testing/async.dart
+++ b/packages/quiver_iterables/lib/iterables.dart
@@ -12,16 +12,18 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-/**
- * Testing support for dart:async.
- */
-library quiver.testing.async;
+library quiver.iterables;
-import 'dart:async';
import 'dart:collection';
-import 'package:quiver/iterables.dart';
-import 'package:quiver/time.dart';
-
-part 'src/async/async.dart';
-part 'src/async/fake_async.dart';
+part 'src/concat.dart';
+part 'src/count.dart';
+part 'src/cycle.dart';
+part 'src/enumerate.dart';
+part 'src/infinite_iterable.dart';
+part 'src/merge.dart';
+part 'src/min_max.dart';
+part 'src/partition.dart';
+part 'src/generating_iterable.dart';
+part 'src/range.dart';
+part 'src/zip.dart';
« no previous file with comments | « packages/quiver_iterables/README.md ('k') | packages/quiver_iterables/lib/src/concat.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698