mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
25 lines
464 B
Plaintext
25 lines
464 B
Plaintext
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/whitespaces/input.css:2:11
|
|
|
|
|
2 | prop: ;
|
|
| ^
|
|
|
|
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/whitespaces/input.css:3:14
|
|
|
|
|
3 | prop: ;
|
|
| ^
|
|
|
|
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/whitespaces/input.css:6:1
|
|
|
|
|
6 | ;
|
|
| ^
|
|
|
|
error: Expected Declaration value
|
|
--> $DIR/tests/recovery/whitespaces/input.css:9:5
|
|
|
|
|
9 | ;
|
|
| ^
|
|
|