| Index: pkg/codegen/pubspec.yaml
|
| diff --git a/pkg/codegen/pubspec.yaml b/pkg/codegen/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..756b7634b77a03a53b96e2923872a485c98f79c5
|
| --- /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.
|
| +homepage: http://www.dartlang.org/
|
| +dependencies:
|
| + source_span: any
|
| +dev_dependencies:
|
| + unittest: any
|
|
|