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

Bring dartfmt 1.0.1 (now 1.0.2) into the SDK.

R=kevmoo@google.com

Review-Url: https://codereview.chromium.org/2777623003 .
This commit is contained in:
Bob Nystrom 2017-03-29 15:54:19 -07:00
parent cc10a46a1d
commit cc1ba091e8
2 changed files with 6 additions and 2 deletions

View File

@ -37,7 +37,7 @@
var bar = /*infers: <String>*/['hello', 'world'];
}
```
* Strong mode inference error messages are improved
(SDK issue [29108](https://github.com/dart-lang/sdk/issues/29108)).
@ -122,9 +122,13 @@
that's also valid according to the user's pubspec.
* dartfmt
* Support new generic function typedef syntax.
* Make the precedence of cascades more visible.
* Fix a couple of places where spurious newlines were inserted.
* Correctly report unchanged formatting when reading from stdin.
* Ensure space between `-` and `--`. Code that does this is pathological, but
it technically meant dartfmt could change the semantics of the code.
* Preserve a blank line between enum cases.
* Other small formatting tweaks.
## 1.22.0

2
DEPS
View File

@ -58,7 +58,7 @@ vars = {
"csslib_tag" : "@0.13.3+1",
"dart2js_info_tag" : "@0.5.3+1",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@1.0.0",
"dart_style_tag": "@1.0.2+1",
"dartdoc_tag" : "@v0.9.12",
"fixnum_tag": "@0.10.5",
"func_tag": "@0.1.1",