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

Side by Side Diff: pubspec.yaml

Issue 1100623002: Fill out pubspec.yaml (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Repin dart_style 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
« no previous file with comments | « no previous file | 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: dev_compiler 1 name: dev_compiler
2 description: Dart dev checker / compiler 2 version: 0.1.0
3 description: >
4 Experimental Dart to JavaScript compiler designed to create idiomatic, readabl e JavaScript output.
Jennifer Messerly 2015/04/20 21:44:09 long line?
vsm 2015/04/20 21:47:56 Done.
5 author: Dart Dev Compiler team <dev-compiler@dartlang.org>
6 homepage: https://github.com/dart-lang/dev_compiler
3 dependencies: 7 dependencies:
4 analyzer: ^0.24.4 8 analyzer: ^0.24.4
5 args: ^0.12.1 9 args: ^0.12.1
6 cli_util: ^0.0.1 10 cli_util: ^0.0.1
7 crypto: ^0.9.0 11 crypto: ^0.9.0
8 # We pin a specific version to ensure everyone is formatting the code exactly 12 # We pin a specific version to ensure everyone is formatting the code exactly
9 # the same way. This is because any change in dart_style, even non-breaking 13 # the same way. This is because any change in dart_style, even non-breaking
10 # changes, may change the output format. 14 # changes, may change the output format.
11 dart_style: 0.1.7 15 dart_style: 0.1.7
vsm 2015/04/20 21:30:23 This is the latest. Perhaps we should just remove
12 html: ^0.12.0 16 html: ^0.12.0
13 logging: ^0.9.2 17 logging: ^0.9.2
14 path: ^1.3.0 18 path: ^1.3.0
15 shelf: ^0.6.0 19 shelf: ^0.6.0
16 shelf_static: ^0.2.1 20 shelf_static: ^0.2.1
17 source_maps: ^0.10.0 21 source_maps: ^0.10.0
18 source_span: ^1.1.2 22 source_span: ^1.1.2
19 stack_trace: ^1.1.1 23 stack_trace: ^1.1.1
20 yaml: ^2.1.2 24 yaml: ^2.1.2
21 dev_dependencies: 25 dev_dependencies:
22 pub_semver: ^1.1.0 26 pub_semver: ^1.1.0
23 unittest: ^0.11.0 27 unittest: ^0.11.0
28 environment:
29 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.
24 executables: 30 executables:
25 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use 31 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use
26 # "dartdevc" and "devc.dart" 32 # "dartdevc" and "devc.dart"
27 dartdevc: devc 33 dartdevc: devc
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698