Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 72ca9c2

Browse files
committed
Fixes analyzer error
1 parent a5074aa commit 72ca9c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.3+1
2+
3+
* Fixes analyzer error.
4+
15
## 0.13.3
26

37
* Adds support for shadow host selectors `:host()` and `:host-context()`.

lib/css.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import 'package:path/path.dart' as path;
1010
import 'package:source_span/source_span.dart';
1111

1212
import 'parser.dart';
13-
import 'src/messages.dart' show Messages;
13+
import 'src/messages.dart';
1414
import 'visitor.dart';
1515

1616
void main(List<String> arguments) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: csslib
2-
version: 0.13.3
2+
version: 0.13.3+1
33
author: Dart Team <[email protected]>
44
description: A library for parsing CSS.
55
homepage: https://github.com/dart-lang/csslib

0 commit comments

Comments
 (0)