Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: pubspec.yaml

Issue 1080123002: add benchmarks.dart which allows you to easily benchmark transformer code (Closed) Base URL: git@github.com:dart-lang/code-transformers.git@master
Patch Set: add missing return Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 name: code_transformers 1 name: code_transformers
2 version: 0.2.7+2 2 version: 0.2.8
3 author: "Dart Team <misc@dartlang.org>" 3 author: "Dart Team <misc@dartlang.org>"
4 description: Collection of utilities related to creating barback transformers. 4 description: Collection of utilities related to creating barback transformers.
5 homepage: https://github.com/dart-lang/code-transformers 5 homepage: https://github.com/dart-lang/code-transformers
6 dependencies: 6 dependencies:
7 analyzer: ">=0.15.6 <0.25.0" 7 analyzer: ">=0.15.6 <0.25.0"
8 barback: ">=0.14.2 <0.16.0" 8 barback: ">=0.14.2 <0.16.0"
9 cli_util: ">=0.0.1 <0.1.0" 9 cli_util: ">=0.0.1 <0.1.0"
10 path: ">=0.9.0 <2.0.0" 10 path: ">=0.9.0 <2.0.0"
11 source_maps: ">=0.9.4 <0.11.0" 11 source_maps: ">=0.9.4 <0.11.0"
12 source_span: ">=1.0.0 <2.0.0" 12 source_span: ">=1.0.0 <2.0.0"
13 dev_dependencies: 13 dev_dependencies:
14 unittest: ">=0.10.1 <0.12.0" 14 unittest: ">=0.10.1 <0.12.0"
15 environment: 15 environment:
16 sdk: ">=1.0.0 <2.0.0" 16 sdk: ">=1.0.0 <2.0.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698