Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 8cc7157c4762a7026fc45a0ab8f6dfb0b1f8bd5a..2703a141d6f7ffa65df0cba9f96cd9b56e5b2b72 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,5 +1,9 @@ |
| name: dev_compiler |
| -description: Dart dev checker / compiler |
| +version: 0.1.0 |
| +description: > |
| + Experimental Dart to JavaScript compiler designed to create idiomatic, readable JavaScript output. |
|
Jennifer Messerly
2015/04/20 21:44:09
long line?
vsm
2015/04/20 21:47:56
Done.
|
| +author: Dart Dev Compiler team <dev-compiler@dartlang.org> |
| +homepage: https://github.com/dart-lang/dev_compiler |
| dependencies: |
| analyzer: ^0.24.4 |
| args: ^0.12.1 |
| @@ -21,6 +25,8 @@ dependencies: |
| dev_dependencies: |
| pub_semver: ^1.1.0 |
| unittest: ^0.11.0 |
| +environment: |
| + sdk: ">=1.8.0 <2.0.0" |
|
Jennifer Messerly
2015/04/20 21:44:09
I think we depend on 1.9 (sync*)
vsm
2015/04/20 21:47:56
Done.
|
| executables: |
| # Similar to "analyzer.dart" and its command line "dartanalyzer", we use |
| # "dartdevc" and "devc.dart" |