mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
Require SDK >= 1.12 to start using '?.' syntax.
R=brianwilkerson@google.com BUG= Review URL: https://codereview.chromium.org/1412773002 .
This commit is contained in:
parent
d7de5ca71f
commit
381d3ac549
2 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@ author: Dart Team <misc@dartlang.org>
|
|||
description: A server that performs analysis of Dart code over character streams using JSON-RPC encoded information.
|
||||
homepage: http://www.dartlang.org
|
||||
environment:
|
||||
sdk: '>=1.9.0 <2.0.0'
|
||||
sdk: '>=1.12.0 <2.0.0'
|
||||
dependencies:
|
||||
analyzer: '>=0.26.1+9 <0.27.0'
|
||||
analyzer: '>=0.26.1+12 <0.27.0'
|
||||
args: '>=0.13.0 <0.14.0'
|
||||
dart_style: '>=0.2.0 <0.3.0'
|
||||
linter: ^0.1.3+2
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
name: analyzer
|
||||
version: 0.26.1+11
|
||||
version: 0.26.1+12
|
||||
author: Dart Team <misc@dartlang.org>
|
||||
description: Static analyzer for Dart.
|
||||
homepage: http://www.dartlang.org
|
||||
environment:
|
||||
sdk: '>=1.11.0 <2.0.0'
|
||||
sdk: '>=1.12.0 <2.0.0'
|
||||
dependencies:
|
||||
args: '>=0.12.1 <0.14.0'
|
||||
glob: ^1.0.3
|
||||
|
|
Loading…
Reference in a new issue