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

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

Issue 111643015: Preliminary checked mirrors (not ready for review yet) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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
OLDNEW
(Empty)
1 name: checked_mirrors
2 version: 0.1.0
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
4 description: >
5 A wrapper on top of dart:mirrors that can check whether @MirrorsUsed is
6 missing in your application.
7 homepage: https://www.dartlang.org/
8 dependencies:
9 logging: ">=0.9.1 <0.10.0"
10 dev_dependencies:
11 unittest: ">=0.9.2+1 <0.10.0"
12 environment:
13 sdk: ">=1.1.0-dev.5.0 <2.0.0"
OLDNEW
« no previous file with comments | « pkg/checked_mirrors/lib/transformer.dart ('k') | pkg/checked_mirrors/test/checked_mirrors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698