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

Side by Side Diff: pkg/smoke/pubspec.yaml

Issue 214033002: Widen the barback constraints for code_transformers and smoke. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « pkg/code_transformers/pubspec.yaml ('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: smoke 1 name: smoke
2 version: 0.1.0-pre.2.dev 2 version: 0.1.0-pre.2.dev
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
4 homepage: "https://api.dartlang.org/apidocs/channels/be/#smoke" 4 homepage: "https://api.dartlang.org/apidocs/channels/be/#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.12.0" 10 barback: ">=0.9.0 <0.13.0"
11 logging: ">=0.9.0 <0.10.0" 11 logging: ">=0.9.0 <0.10.0"
12 # TODO(sigmund): uncomment this once we have some easier way to do global 12 # TODO(sigmund): uncomment this once we have some easier way to do global
13 # app-level transformers or a way to enable this selectively from the 13 # app-level transformers or a way to enable this selectively from the
14 # application package. 14 # application package.
15 #transformers: 15 #transformers:
16 #- smoke/src/default_transformer: 16 #- smoke/src/default_transformer:
17 # # TODO(sigmund): include this once this feature is available in the stable 17 # # TODO(sigmund): include this once this feature is available in the stable
18 # # channel, or when we really need some other feature in the dev channel. 18 # # channel, or when we really need some other feature in the dev channel.
19 # $include: lib/src/implementation.dart 19 # $include: lib/src/implementation.dart
20 dev_dependencies: 20 dev_dependencies:
21 unittest: ">=0.10.0 <0.11.0" 21 unittest: ">=0.10.0 <0.11.0"
22 path: ">=1.0.0 <2.0.0" 22 path: ">=1.0.0 <2.0.0"
23 environment: 23 environment:
24 sdk: ">=1.2.0 <2.0.0" 24 sdk: ">=1.2.0 <2.0.0"
OLDNEW
« no previous file with comments | « pkg/code_transformers/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698