Skip to content

Commit 637ce11

Browse files
munificentCommit Queue
authored andcommitted
Roll dart_style into the SDK.
This only has two small changes: - Remove tests of invalid syntax which will no longer be accepted by the parser soon: dart-lang/dart_style#1758 - Don't insert a space between `?` and `.` in one corner of the grammar because the parser will handle it correctly without a space. Nothing in the SDK should be affected by this. Change-Id: If6ef15de45edee9b94afde5f5609b6650647798d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/444371 Commit-Queue: Alexander Thomas <[email protected]> Auto-Submit: Bob Nystrom <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 5bee087 commit 637ce11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ vars = {
126126
# and land the review.
127127
#
128128
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
129-
"dart_style_rev": "00b5f3f5256cb179bc340c1e60bb52fd1c2ae1ac", # rolled manually
129+
"dart_style_rev": "3499c1ee7a9bc30f3d5b94af932e8f6ac2cffa14", # rolled manually
130130

131131
### /third_party/pkg dependencies
132132
# 'tools/rev_sdk_deps.dart' will rev pkg dependencies to their latest; put an

0 commit comments

Comments
 (0)