Skip to content

Commit 9ae7173

Browse files
committed
Update to latest dart_style.
[email protected] Review URL: https://codereview.chromium.org//1266913002 .
1 parent 8a3e134 commit 9ae7173

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@
7979

8080
[package spec proposal]: https://github.com/lrhn/dep-pkgspec
8181

82+
* Formatter (`dartfmt`)
83+
84+
* Over 50 bugs fixed.
85+
86+
* Optimized line splitter is much faster and produces better output on
87+
complex code.
88+
8289
### VM Service Protocol Changes
8390

8491
* **BREAKING** The service protocol now sends JSON-RPC 2.0-compatible

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ vars = {
5151
"csslib_tag" : "@0.12.0",
5252
"dartdoc_tag" : "@v0.1.0+5",
5353
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
54-
"dart_style_tag": "@0.1.8+2",
54+
"dart_style_tag": "@0.2.0",
5555
"dev_compiler_rev": "@0.1.3",
5656
"fake_async_rev" : "@38614",
5757
"firefox_jsshell_rev" : "@45554",

0 commit comments

Comments
 (0)