File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 47
47
matrix :
48
48
# Add macos-latest and/or windows-latest if relevant for this package.
49
49
os : [ubuntu-latest, windows-latest]
50
- sdk : [3.0 , dev]
50
+ sdk : [3.1 , dev]
51
51
steps :
52
52
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
53
53
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Original file line number Diff line number Diff line change
1
+ ## 1.0.2-wip
2
+
3
+ - Require Dart 3.1
4
+
1
5
## 1.0.1
2
6
3
7
- Update ` ExpressionsProcessor.processFont ` to handle null expressions.
Original file line number Diff line number Diff line change 1
1
name : csslib
2
- version : 1.0.1
2
+ version : 1.0.2-wip
3
3
description : A library for parsing and analyzing CSS (Cascading Style Sheets).
4
4
repository : https://github.com/dart-lang/csslib
5
5
6
6
topics :
7
7
- css
8
8
9
9
environment :
10
- sdk : ^3.0 .0
10
+ sdk : ^3.1 .0
11
11
12
12
dependencies :
13
13
source_span : ^1.8.0
14
14
15
15
dev_dependencies :
16
- dart_flutter_team_lints : ^2 .0.0
16
+ dart_flutter_team_lints : ^3 .0.0
17
17
path : ^1.8.0
18
18
term_glyph : ^1.2.0
19
19
test : ^1.16.0
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
/// Common definitions used for setting up the test environment.
6
- library testing ;
6
+ library ;
7
7
8
8
import 'package:csslib/parser.dart' ;
9
9
import 'package:csslib/visitor.dart' ;
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
@TestOn ('vm' )
6
- library samples_test ;
6
+ library ;
7
7
8
8
import 'dart:io' ;
9
9
You can’t perform that action at this time.
0 commit comments