Bring dart_style 1.0.4 into the repo. (#29487)

This commit is contained in:
Bob Nystrom 2017-04-26 14:54:05 -07:00 committed by GitHub
parent b17e54277b
commit 5d311f151a
2 changed files with 6 additions and 1 deletions

View file

@ -21,6 +21,11 @@
transformer.
* Allow publishing packages that depend on the Flutter SDK.
* dartfmt
* Preserve type parameters in new generic function typedef syntax.
* Add self-test validation to ensure formatter bugs do not cause user code
to be lost.
## 1.23.0
#### Strong Mode

2
DEPS
View file

@ -57,7 +57,7 @@ vars = {
"csslib_tag" : "@0.13.3+1",
"dart2js_info_tag" : "@0.5.4+2",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@1.0.3",
"dart_style_tag": "@1.0.4",
"dartdoc_tag" : "@v0.9.14-dev",
"fixnum_tag": "@0.10.5",
"func_tag": "@1.0.0",