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

Side by Side Diff: pubspec.yaml

Issue 1401273002: Move DDC to analyzer-based checker (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: rebase Created 5 years, 2 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/strong_mode.dart ('k') | test/all_tests.dart » ('j') | 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 # When updating this version, also update the version in lib/devc.dart. 2 # When updating this version, also update the version in lib/devc.dart.
3 version: 0.1.9 3 version: 0.1.9
4 description: > 4 description: >
5 Experimental Dart to JavaScript compiler designed to create idiomatic, 5 Experimental Dart to JavaScript compiler designed to create idiomatic,
6 readable JavaScript output. 6 readable JavaScript output.
7 7
8 author: Dart Dev Compiler team <dev-compiler@dartlang.org> 8 author: Dart Dev Compiler team <dev-compiler@dartlang.org>
9 homepage: https://github.com/dart-lang/dev_compiler 9 homepage: https://github.com/dart-lang/dev_compiler
10 10
11 dependencies: 11 dependencies:
12 analyzer: ^0.26.1+9 12 analyzer: ^0.26.1+10
13 args: ^0.13.0 13 args: ^0.13.0
14 cli_util: ^0.0.1 14 cli_util: ^0.0.1
15 crypto: ^0.9.0 15 crypto: ^0.9.0
16 html: ^0.12.0 16 html: ^0.12.0
17 logging: ">=0.9.2 <0.12.0" 17 logging: ">=0.9.2 <0.12.0"
18 path: ^1.3.0 18 path: ^1.3.0
19 pub_semver: ^1.1.0 19 pub_semver: ^1.1.0
20 shelf: ">=0.5.6 <0.7.0" 20 shelf: ">=0.5.6 <0.7.0"
21 shelf_static: ^0.2.1 21 shelf_static: ^0.2.1
22 source_maps: ^0.10.0 22 source_maps: ^0.10.0
(...skipping 11 matching lines...) Expand all
34 sdk: ">=1.12.0-dev.1.1 <2.0.0" 34 sdk: ">=1.12.0-dev.1.1 <2.0.0"
35 35
36 executables: 36 executables:
37 # Similar to "analyzer.dart" and its command line "dartanalyzer" we use 37 # Similar to "analyzer.dart" and its command line "dartanalyzer" we use
38 # "dartdevc". 38 # "dartdevc".
39 dartdevc: dartdevc 39 dartdevc: dartdevc
40 dev_compiler: 40 dev_compiler:
41 # Similar to dartdevc, but runs the (single) entry point with iojs (requires 41 # Similar to dartdevc, but runs the (single) entry point with iojs (requires
42 # a very recent iojs next-nightly version). 42 # a very recent iojs next-nightly version).
43 dartdevrun: devrun 43 dartdevrun: devrun
OLDNEW
« no previous file with comments | « lib/strong_mode.dart ('k') | test/all_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698