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

Side by Side Diff: packages/initialize/pubspec.yaml

Issue 3014633002: Roll to pickup pool changes (Closed)
Patch Set: Created 3 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
OLDNEW
1 name: initialize 1 name: initialize
2 version: 0.6.2+6 2 version: 0.6.2+7
3 author: Polymer.dart Authors <web@dartlang.org> 3 author: Polymer.dart Authors <web@dartlang.org>
4 description: Generic building blocks for doing static initialization. 4 description: Generic building blocks for doing static initialization.
5 homepage: https://github.com/dart-lang/initialize 5 homepage: https://github.com/dart-lang/initialize
6 dependencies: 6 dependencies:
7 analyzer: '>=0.27.2 <0.30.0' 7 analyzer: '>=0.27.2 <0.30.0'
8 barback: '>=0.14.2 <0.16.0' 8 barback: '>=0.14.2 <0.16.0'
9 code_transformers: '>=0.3.0 <0.6.0' 9 code_transformers: '>=0.3.0 <0.6.0'
10 dart_style: '>=0.1.3 <0.3.0' 10 dart_style: '>=0.1.3 <0.3.0'
11 glob: ">=1.0.4 <2.0.0" 11 glob: ">=1.0.4 <2.0.0"
12 html: '>=0.12.0 <0.14.0' 12 html: '>=0.12.0 <0.14.0'
(...skipping 17 matching lines...) Expand all
30 - test/initializer_parts_test.html 30 - test/initializer_parts_test.html
31 - test/initializer_super_test.html 31 - test/initializer_super_test.html
32 - test/initializer_cycle_error_test.html 32 - test/initializer_cycle_error_test.html
33 - test/initializer_custom_filter_test.html 33 - test/initializer_custom_filter_test.html
34 - test/initializer_type_filter_test.html 34 - test/initializer_type_filter_test.html
35 - test/init_method_test.html 35 - test/init_method_test.html
36 - test/pub_serve: 36 - test/pub_serve:
37 $include: test/**_test{.*,}.dart 37 $include: test/**_test{.*,}.dart
38 - $dart2js: 38 - $dart2js:
39 $include: test/*_test.initialize{.*,}.dart 39 $include: test/*_test.initialize{.*,}.dart
OLDNEW
« no previous file with comments | « packages/initialize/lib/transformer.dart ('k') | packages/initialize/test/deferred_library_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698