| OLD | NEW |
| 1 name: dev_compiler | 1 name: dev_compiler |
| 2 version: 0.1.2 | 2 version: 0.1.3 |
| 3 description: > | 3 description: > |
| 4 Experimental Dart to JavaScript compiler designed to create idiomatic, | 4 Experimental Dart to JavaScript compiler designed to create idiomatic, |
| 5 readable JavaScript output. | 5 readable JavaScript output. |
| 6 author: Dart Dev Compiler team <dev-compiler@dartlang.org> | 6 author: Dart Dev Compiler team <dev-compiler@dartlang.org> |
| 7 homepage: https://github.com/dart-lang/dev_compiler | 7 homepage: https://github.com/dart-lang/dev_compiler |
| 8 dependencies: | 8 dependencies: |
| 9 analyzer: ^0.25.3-alpha.2 | 9 analyzer: ^0.25.3-alpha.2 |
| 10 args: ^0.13.0 | 10 args: ^0.13.0 |
| 11 cli_util: ^0.0.1 | 11 cli_util: ^0.0.1 |
| 12 crypto: ^0.9.0 | 12 crypto: ^0.9.0 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 24 # changes, may change the output format. | 24 # changes, may change the output format. |
| 25 dart_style: 0.1.8 | 25 dart_style: 0.1.8 |
| 26 pub_semver: ^1.1.0 | 26 pub_semver: ^1.1.0 |
| 27 test: ^0.12.0 | 27 test: ^0.12.0 |
| 28 environment: | 28 environment: |
| 29 sdk: ">=1.12.0-dev.1.1 <2.0.0" | 29 sdk: ">=1.12.0-dev.1.1 <2.0.0" |
| 30 executables: | 30 executables: |
| 31 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use | 31 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use |
| 32 # "dartdevc" and "devc.dart" | 32 # "dartdevc" and "devc.dart" |
| 33 dartdevc: devc | 33 dartdevc: devc |
| OLD | NEW |