mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:20:38 +00:00
Roll dart_style 1.3.11 into the SDK.
There are no formatting changes, so this does not need to be coordinated with a new pre-built SDK. The only changes are: - Fix a performance issue in files that contain many constructors with no initializer lists. - Fix uses of deprecated analyzer API and List(). - Move from Travis to GitHub actions. Change-Id: I0ef2e5f841bcd94ec1930e187bc3a4121c190e2e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/179100 Auto-Submit: Bob Nystrom <rnystrom@google.com> Commit-Queue: Alexander Thomas <athom@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
parent
b0db6d38c0
commit
cfa5b4bfb9
1 changed files with 1 additions and 1 deletions
2
DEPS
2
DEPS
|
@ -98,7 +98,7 @@ vars = {
|
|||
# and land the review.
|
||||
#
|
||||
# For more details, see https://github.com/dart-lang/sdk/issues/30164
|
||||
"dart_style_tag": "1.3.10", # Please see the note above before updating.
|
||||
"dart_style_tag": "1.3.11", # Please see the note above before updating.
|
||||
|
||||
"chromedriver_tag": "83.0.4103.39",
|
||||
"dartdoc_rev" : "a1d86f2c992f4660ddcc09b27733396e92765d2a",
|
||||
|
|
Loading…
Reference in a new issue