mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
68 lines
1.3 KiB
Plaintext
68 lines
1.3 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:1
|
|
|
|
|
1 | / @\media screen {}
|
|
2 | | @\media \screen {}
|
|
| |___________________^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:1
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:1
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:1
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:9
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:1:9
|
|
|
|
|
1 | @\media screen {}
|
|
| ^^^^^^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:1
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:1
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaRule
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:1
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: MediaQuery
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:9
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/at-rule/media/input.css:2:9
|
|
|
|
|
2 | @\media \screen {}
|
|
| ^^^^^^^
|
|
|