mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
84 lines
1.4 KiB
Plaintext
84 lines
1.4 KiB
Plaintext
error: Stylesheet
|
|
--> $DIR/tests/fixture/rome/font/input.css:1:1
|
|
|
|
|
1 | / @font-face {
|
|
2 | | src: url("");
|
|
3 | | }
|
|
| |__^
|
|
|
|
error: Rule
|
|
--> $DIR/tests/fixture/rome/font/input.css:1:1
|
|
|
|
|
1 | / @font-face {
|
|
2 | | src: url("");
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: AtRule
|
|
--> $DIR/tests/fixture/rome/font/input.css:1:1
|
|
|
|
|
1 | / @font-face {
|
|
2 | | src: url("");
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: FontFaceRule
|
|
--> $DIR/tests/fixture/rome/font/input.css:1:1
|
|
|
|
|
1 | / @font-face {
|
|
2 | | src: url("");
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: Block
|
|
--> $DIR/tests/fixture/rome/font/input.css:1:12
|
|
|
|
|
1 | @font-face {
|
|
| ____________^
|
|
2 | | src: url("");
|
|
3 | | }
|
|
| |_^
|
|
|
|
error: Declaration
|
|
--> $DIR/tests/fixture/rome/font/input.css:2:2
|
|
|
|
|
2 | src: url("");
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/rome/font/input.css:2:2
|
|
|
|
|
2 | src: url("");
|
|
| ^^^
|
|
|
|
error: Value
|
|
--> $DIR/tests/fixture/rome/font/input.css:2:7
|
|
|
|
|
2 | src: url("");
|
|
| ^^^^^^^
|
|
|
|
error: Url
|
|
--> $DIR/tests/fixture/rome/font/input.css:2:7
|
|
|
|
|
2 | src: url("");
|
|
| ^^^^^^^
|
|
|
|
error: Ident
|
|
--> $DIR/tests/fixture/rome/font/input.css:2:7
|
|
|
|
|
2 | src: url("");
|
|
| ^^^
|
|
|
|
error: UrlValue
|
|
--> $DIR/tests/fixture/rome/font/input.css:2:11
|
|
|
|
|
2 | src: url("");
|
|
| ^^
|
|
|
|
error: Str
|
|
--> $DIR/tests/fixture/rome/font/input.css:2:11
|
|
|
|
|
2 | src: url("");
|
|
| ^^
|
|
|