Update to latest dart_style.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1266913002 .
This commit is contained in:
Bob Nystrom 2015-07-30 15:48:22 -07:00
parent 8a3e134502
commit 9ae71739a2
2 changed files with 8 additions and 1 deletions

View file

@ -79,6 +79,13 @@
[package spec proposal]: https://github.com/lrhn/dep-pkgspec
* Formatter (`dartfmt`)
* Over 50 bugs fixed.
* Optimized line splitter is much faster and produces better output on
complex code.
### VM Service Protocol Changes
* **BREAKING** The service protocol now sends JSON-RPC 2.0-compatible

2
DEPS
View file

@ -51,7 +51,7 @@ vars = {
"csslib_tag" : "@0.12.0",
"dartdoc_tag" : "@v0.1.0+5",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@0.1.8+2",
"dart_style_tag": "@0.2.0",
"dev_compiler_rev": "@0.1.3",
"fake_async_rev" : "@38614",
"firefox_jsshell_rev" : "@45554",