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

Side by Side Diff: pubspec.yaml

Issue 1300513005: Add constant info to the dart2js_info model (Closed) Base URL: git@github.com:dart-lang/dart2js_info.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « lib/info.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: dart2js_info 1 name: dart2js_info
2 version: 0.0.1 2 version: 0.0.2
3 description: > 3 description: >
4 Libraries and tools to process data produced when running dart2js with 4 Libraries and tools to process data produced when running dart2js with
5 --dump-info. 5 --dump-info.
6 author: Dart Team <misc@dartlang.org> 6 author: Dart Team <misc@dartlang.org>
7 homepage: http://dart-lang.github.io/dart2js_info/doc/api/ 7 homepage: http://dart-lang.github.io/dart2js_info/doc/api/
8 8
9 dependencies: 9 dependencies:
10 path: ^1.3.6 10 path: ^1.3.6
11 args: ^0.13.0 11 args: ^0.13.0
12 shelf: ^0.6.1+2 12 shelf: ^0.6.1+2
13 yaml: ^2.1.0 13 yaml: ^2.1.0
14 14
15 environment: 15 environment:
16 sdk: '>=1.11.0 <2.0.0' 16 sdk: '>=1.11.0 <2.0.0'
17 17
18 dev_dependencies: 18 dev_dependencies:
19 test: ^0.12.3+4 19 test: ^0.12.3+4
OLDNEW
« no previous file with comments | « lib/info.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698