Chromium Code Reviews| 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'; |