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