File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Require ` package:analyzer ` ` ^5.1.0 ` .
4
4
* Format unnamed libraries.
5
+ * Require Dart 2.18.
5
6
6
7
# 2.2.4
7
8
Original file line number Diff line number Diff line change @@ -574,9 +574,9 @@ class SourceVisitor extends ThrowingAstVisitor {
574
574
token (node.catchKeyword);
575
575
space ();
576
576
token (node.leftParenthesis);
577
- visit (node.exceptionParameter2 );
577
+ visit (node.exceptionParameter );
578
578
token (node.comma, after: space);
579
- visit (node.stackTraceParameter2 );
579
+ visit (node.stackTraceParameter );
580
580
token (node.rightParenthesis);
581
581
space ();
582
582
} else {
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ description: >-
6
6
Provides an API and a CLI tool.
7
7
repository : https://github.com/dart-lang/dart_style
8
8
environment :
9
- sdk : " >=2.17 .0 <3.0.0"
9
+ sdk : " >=2.18 .0 <3.0.0"
10
10
11
11
dependencies :
12
- analyzer : ' ^5.1.0 '
12
+ analyzer : ^5.2.0
13
13
args : " >=1.0.0 <3.0.0"
14
14
path : ^1.0.0
15
15
pub_semver : " >=1.4.4 <3.0.0"
You can’t perform that action at this time.
0 commit comments