Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: analyzer_plugin | 1 name: analyzer_plugin |
| 2 description: A framework for building plugins for the analysis server. | 2 description: A framework for building plugins for the analysis server. |
| 3 version: 0.0.1-alpha.0 | 3 version: 0.0.1-alpha.0 |
| 4 author: Dart Team <misc@dartlang.org> | 4 author: Dart Team <misc@dartlang.org> |
| 5 | 5 |
| 6 environment: | 6 environment: |
| 7 sdk: '>=1.0.0 <2.0.0' | 7 sdk: '>=1.0.0 <2.0.0' |
| 8 | 8 |
| 9 dependencies: | 9 dependencies: |
| 10 analyzer: 0.30.0-alpha.0 | 10 analyzer: 0.30.0-alpha.0 |
| 11 html: any | 11 html: any |
| 12 path: any | 12 path: any |
| 13 | 13 |
| 14 dev_dependencies: | 14 dev_dependencies: |
| 15 test_reflective_loader: ^0.1.0 | 15 test_reflective_loader: ^0.1.0 |
| 16 test: ^0.12.0 | 16 test: ^0.12.17 |
| OLD | NEW |