1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

Update dart_style to 0.2.9.

This adds support for trailing commas in argument and parameter lists
along with a slew of other fixes.

R=nweiz@google.com

Review URL: https://codereview.chromium.org/2202023004 .
This commit is contained in:
Bob Nystrom 2016-08-01 17:14:37 -07:00
parent 86cd6b2724
commit 326357fd7e
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
### Tool Changes
* `dartfmt` - upgraded to v0.2.9
* Support trailing commas in argument and parameter lists.
* Gracefully handle read-only files.
* About a dozen other bug fixes.
* Pub
* Added the ability for packages to declare a constraint on the [Flutter][]
SDK:

2
DEPS
View File

@ -54,7 +54,7 @@ vars = {
"csslib_tag" : "@0.12.0",
"dart2js_info_rev" : "@0a221eaf16aec3879c45719de656680ccb80d8a1",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@0.2.4",
"dart_style_tag": "@0.2.9",
"dartdoc_tag" : "@v0.9.6+2",
"dev_compiler_rev": "@d39946fd7af11d02a8831dbd7a2b776c69099ff6",
"fixnum_tag": "@0.10.5",