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

Side by Side Diff: pubspec.yaml

Issue 1016913002: pkg/smoke: support latest analyzer version and formatted code (Closed) Base URL: https://github.com/dart-lang/smoke@master
Patch Set: Created 5 years, 9 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/static_debug.dart ('k') | test/codegen/common.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: smoke 1 name: smoke
2 version: 0.3.2-dev 2 version: 0.3.1+1
jakemac 2015/03/17 21:04:08 what was up with the -dev before? Seems like maybe
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
4 homepage: https://github.com/dart-lang/smoke 4 homepage: https://github.com/dart-lang/smoke
5 description: > 5 description: >
6 A restricted reflective system that uses mirrors at development time, but that 6 A restricted reflective system that uses mirrors at development time, but that
7 can be replaced with non-reflective calls using code generation. See README.md 7 can be replaced with non-reflective calls using code generation. See README.md
8 for mode details. 8 for mode details.
9 dependencies: 9 dependencies:
10 barback: ">=0.9.0 <0.16.0" 10 barback: ">=0.9.0 <0.16.0"
11 logging: ">=0.9.0 <0.10.0" 11 logging: ">=0.9.0 <0.10.0"
12 analyzer: ">=0.13.0 <0.23.0" 12 analyzer: ">=0.13.0 <0.25.0"
13 # TODO(sigmund): once we have some easier way to do global app-level 13 # TODO(sigmund): once we have some easier way to do global app-level
14 # transformers, we might want to remove this transformer here and only apply it 14 # transformers, we might want to remove this transformer here and only apply it
15 # in apps that need it. 15 # in apps that need it.
16 transformers: 16 transformers:
17 - smoke/src/default_transformer: 17 - smoke/src/default_transformer:
18 $include: lib/src/implementation.dart 18 $include: lib/src/implementation.dart
19 dev_dependencies: 19 dev_dependencies:
20 unittest: ">=0.10.0 <0.12.0" 20 unittest: ">=0.10.0 <0.12.0"
21 path: ">=1.0.0 <2.0.0" 21 path: ">=1.0.0 <2.0.0"
22 code_transformers: ">=0.2.0 <0.3.0" 22 code_transformers: ">=0.2.0 <0.3.0"
23 environment: 23 environment:
24 sdk: ">=1.3.0-dev.7.9 <2.0.0" 24 sdk: ">=1.3.0-dev.7.9 <2.0.0"
OLDNEW
« no previous file with comments | « lib/static_debug.dart ('k') | test/codegen/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698