Index: pkg/codegen/pubspec.yaml |
diff --git a/pkg/codegen/pubspec.yaml b/pkg/codegen/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..91cab83bb5adec4362f9ca2f84ce09a7cf1c7583 |
--- /dev/null |
+++ b/pkg/codegen/pubspec.yaml |
@@ -0,0 +1,10 @@ |
+name: codegen |
+author: Web UI Team <web-ui-dev@dartlang.org> |
+description: > |
+ Package collecting common data structures used for code generation and code |
+ transformations. Such as code printers and in-place edits of source files. |
nweiz
2013/08/08 23:34:57
"transformations. Such as" -> "transformations, su
Siggi Cherem (dart-lang)
2013/08/09 00:29:54
Done.
|
+homepage: http://www.dartlang.org/ |
+dependencies: |
+ source_span: any |
+dev_dependencies: |
+ unittest: any |