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

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: changes alone (patchset 1 has the existing code, in the new location) 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/pkg/codegen/lib/codegen.dart b/pkg/codegen/lib/codegen.dart
new file mode 100644
index 0000000000000000000000000000000000000000..a2d0a5a035709e6a72260cb3f69d55d045f9cffd
--- /dev/null
+++ b/pkg/codegen/lib/codegen.dart
@@ -0,0 +1,4 @@
+library codegen;
nweiz 2013/08/08 23:34:57 Copyright notice.
Siggi Cherem (dart-lang) 2013/08/09 00:29:54 Done.
+
+export 'printer.dart';
+export 'refactor.dart';

Powered by Google App Engine
This is Rietveld 408576698