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

Side by Side Diff: pubspec.yaml

Issue 1069833002: Use analyzer 0.24.3: now that our changes are integrated into analyzer, we can (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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: dev_compiler 1 name: dev_compiler
2 description: Dart dev checker / compiler 2 description: Dart dev checker / compiler
3 dependencies: 3 dependencies:
4 analyzer: 4 analyzer: ^0.24.3
5 git:
6 url: https://github.com/dart-lang/ddc_analyzer.git
7 ref: e3c06e1e133c4c492434ba5e1318b6d3d576116a
8 args: ^0.12.1 5 args: ^0.12.1
9 cli_util: ^0.0.1 6 cli_util: ^0.0.1
10 crypto: ^0.9.0 7 crypto: ^0.9.0
11 # We pin a specific version to ensure everyone is formatting the code exactly 8 # We pin a specific version to ensure everyone is formatting the code exactly
12 # the same way. This is because any change in dart_style, even non-breaking 9 # the same way. This is because any change in dart_style, even non-breaking
13 # changes, may change the output format. 10 # changes, may change the output format.
14 dart_style: 0.1.7 11 dart_style: 0.1.7
15 html: ^0.12.0 12 html: ^0.12.0
16 logging: ^0.9.2 13 logging: ^0.9.2
17 path: ^1.3.0 14 path: ^1.3.0
18 shelf: ^0.6.0 15 shelf: ^0.6.0
19 shelf_static: ^0.2.1 16 shelf_static: ^0.2.1
20 source_maps: ^0.10.0 17 source_maps: ^0.10.0
21 source_span: ^1.1.2 18 source_span: ^1.1.2
22 stack_trace: ^1.1.1 19 stack_trace: ^1.1.1
23 yaml: ^2.1.2 20 yaml: ^2.1.2
24 dev_dependencies: 21 dev_dependencies:
25 pub_semver: ^1.1.0 22 pub_semver: ^1.1.0
26 unittest: ^0.11.0 23 unittest: ^0.11.0
27 dependency_overrides:
28 analyzer:
29 git:
30 url: https://github.com/dart-lang/ddc_analyzer.git
31 ref: e3c06e1e133c4c492434ba5e1318b6d3d576116a
32 executables: 24 executables:
33 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use 25 # Similar to "analyzer.dart" and its command line "dartanalyzer", we use
34 # "dartdevc" and "devc.dart" 26 # "dartdevc" and "devc.dart"
35 dartdevc: devc 27 dartdevc: devc
OLDNEW
« lib/src/codegen/reify_coercions.dart ('K') | « lib/src/codegen/reify_coercions.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698