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

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

Issue 2701473009: Switch to using expectAsync0() to address some deprecation warnings. (Closed)
Patch Set: Created 3 years, 10 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: analyzer_plugin 1 name: analyzer_plugin
2 description: A framework for building plugins for the analysis server. 2 description: A framework for building plugins for the analysis server.
3 version: 0.0.1-alpha.0 3 version: 0.0.1-alpha.0
4 author: Dart Team <misc@dartlang.org> 4 author: Dart Team <misc@dartlang.org>
5 5
6 environment: 6 environment:
7 sdk: '>=1.0.0 <2.0.0' 7 sdk: '>=1.0.0 <2.0.0'
8 8
9 dependencies: 9 dependencies:
10 analyzer: 0.30.0-alpha.0 10 analyzer: 0.30.0-alpha.0
11 html: any 11 html: any
12 path: any 12 path: any
13 13
14 dev_dependencies: 14 dev_dependencies:
15 test_reflective_loader: ^0.1.0 15 test_reflective_loader: ^0.1.0
16 test: ^0.12.0 16 test: ^0.12.17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698