mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
88 lines
1.2 KiB
Plaintext
88 lines
1.2 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
1 | / a {
|
|
2 | | color: red;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
1 | / a {
|
|
2 | | color: red;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: QualifiedRule
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
1 | / a {
|
|
2 | | color: red;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: SelectorList
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: ComplexSelector
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: CompoundSelector
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: TypeSelector
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/bom/input.css:1:1
|
|
|
|
|
1 | a {
|
|
| ^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/bom/input.css:1:3
|
|
|
|
|
1 | a {
|
|
| ___^
|
|
2 | | color: red;
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/bom/input.css:2:5
|
|
|
|
|
2 | color: red;
|
|
| ^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/bom/input.css:2:5
|
|
|
|
|
2 | color: red;
|
|
| ^^^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/bom/input.css:2:12
|
|
|
|
|
2 | color: red;
|
|
| ^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/bom/input.css:2:12
|
|
|
|
|
2 | color: red;
|
|
| ^^^
|
|
|