File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.6
2+
3+ * Improve support for Dart 2 runtime semantics.
4+
15## 1.1.5
26
37* Declare support for ` async ` 2.0.0.
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ class SequenceNode extends AstNode {
147147
148148 var text = literal.text;
149149 if (context.style == p.Style .windows) text = text.replaceAll ("/" , "\\ " );
150- var components = context.split (text);
150+ Iterable < String > components = context.split (text);
151151
152152 // If the first component is absolute, that means it's a separator (on
153153 // Windows some non-separator things are also absolute, but it's invalid
Original file line number Diff line number Diff line change 11name : glob
2- version : 1.1.5
2+ version : 1.1.6
33author :
" Dart Team <[email protected] >" 44homepage : https://github.com/dart-lang/glob
55description : Bash-style filename globbing.
You can’t perform that action at this time.
0 commit comments