Publish analyzer and use it to fix completion in 'for (Type item in^)'.

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org/1417613002 .
This commit is contained in:
Konstantin Shcheglov 2015-10-19 12:36:16 -07:00
parent ea947094ae
commit d5830fb6a3
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ homepage: http://www.dartlang.org
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
analyzer: '>=0.26.1+12 <0.27.0'
analyzer: '>=0.26.1+14 <0.27.0'
args: '>=0.13.0 <0.14.0'
dart_style: '>=0.2.0 <0.3.0'
linter: ^0.1.3+2

View file

@ -1,5 +1,5 @@
name: analyzer
version: 0.26.1+13
version: 0.26.1+14
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: http://www.dartlang.org