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

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

Issue 22396004: Make observable transform a barback transform. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/codegen/lib/codegen.dart
diff --git a/tests/language/reexport_core_helper.dart b/pkg/codegen/lib/codegen.dart
similarity index 77%
copy from tests/language/reexport_core_helper.dart
copy to pkg/codegen/lib/codegen.dart
index 49798aa483b6602490991fcd368dda37d9566f20..f9feb8fc71c68bb448e02d68479852ab031f9231 100644
--- a/tests/language/reexport_core_helper.dart
+++ b/pkg/codegen/lib/codegen.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 reexport_core_helper;
-
-export 'dart:core';
+library codegen;
Jennifer Messerly 2013/08/09 05:44:03 IMHO -- this is way too generic of a name given th
Siggi Cherem (dart-lang) 2013/08/09 22:09:09 Ok - refactored things a bit. These two helpers mo
+export 'printer.dart';
+export 'refactor.dart';

Powered by Google App Engine
This is Rietveld 408576698