File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.9.2-wip
2+
13## 1.9.1
24
35- Require Dart 3.4
Original file line number Diff line number Diff line change 11name : path
2- version : 1.9.1
2+ version : 1.9.2-wip
33description : A string-based path manipulation library.
44repository : https://github.com/dart-lang/core/tree/main/pkgs/path
55issue_tracker : https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Apath
@@ -13,3 +13,4 @@ environment:
1313dev_dependencies :
1414 dart_flutter_team_lints : ^3.0.0
1515 test : ^1.16.6
16+ web : ^1.0.0
Original file line number Diff line number Diff line change 55@TestOn ('browser' )
66library ;
77
8- import 'dart:html' ;
9-
108import 'package:path/path.dart' as path;
119import 'package:test/test.dart' ;
10+ import 'package:web/web.dart' ;
1211
1312void main () {
1413 group ('new Context()' , () {
You can’t perform that action at this time.
0 commit comments